aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/ahc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isJohn-Mark Gurney2006-09-031-2/+2
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.Justin T. Gibbs2004-08-171-19/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* ahc_eisa.c:Justin T. Gibbs2003-12-171-49/+23
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-1/+2
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* 0x7FFFFFFFFF is >32 bits and needs an explicit LL.Dag-Erling Smørgrav2003-10-231-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Mega busdma API commit.Scott Long2003-07-011-1/+3
* hc_eisa.c:Justin T. Gibbs2003-05-031-2/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.Scott Long2002-12-311-2/+3
* Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO ifScott Long2002-11-301-4/+22
* Sync perforce IDs for changes first committed to FreeBSD and thenJustin T. Gibbs2002-09-261-1/+1
* The ahc driver should only have one devclass, not one for each busScott Long2002-09-221-5/+3
* Sync perforce Ids.Justin T. Gibbs2002-08-311-1/+1
* Tell the user about a failed IRQ mapping rather than fail silently.Justin T. Gibbs2002-08-311-2/+5
* Allow the ahc and ahd drivers to be built as modules. This alsoScott Long2002-08-011-4/+4
* Major update to the aic7xxx driver:Justin T. Gibbs2002-04-241-5/+5
* ahc_pci.c:Justin T. Gibbs2001-07-181-6/+14
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asMatt Jacob2001-06-211-6/+7
* ahc_eisa.c:Justin T. Gibbs2001-05-151-0/+2
* This is an MFC candidate.Justin T. Gibbs2001-03-111-0/+35
* Update Copyright notices for new year. (should have been in last commit).Justin T. Gibbs2001-01-271-1/+1
* ahc_eisa.c:Justin T. Gibbs2001-01-221-0/+2
* ahc_eisa.c:Justin T. Gibbs2000-12-201-1/+13
* Add Perforce RCSIDs for easy revision correlation to my local tree.Justin T. Gibbs2000-09-221-0/+2
* Move aicasm to its own subdirectory.Justin T. Gibbs2000-09-161-1894/+83
* *smack* #if 0, not #ifdef 0.Bill Paul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checksBill Paul2000-08-041-0/+7
* ahc_pci.c:Justin T. Gibbs2000-07-271-1/+17
* o Convert to <inttypes.h> style fixed sized types to facilitate porting toJustin T. Gibbs2000-07-181-234/+353
* Use the correct register names, not the FreeBSD 2.2 compatability ones.Peter Wemm2000-05-281-1/+1
* KNR -> ANSI function definition in two places. This matches the rest ofJustin T. Gibbs2000-03-181-5/+2
* Remove a diagnostic printf.Justin T. Gibbs2000-02-161-3/+0
* Fix parity error detection logic for aic7880 and aic7895 chips duringJustin T. Gibbs2000-02-091-8/+22
* Avoid setting DPARCKEN until I can figure out why it causesJustin T. Gibbs2000-01-101-1/+1
* Turn on parity error reporting before configuring external sram. ThisJustin T. Gibbs2000-01-081-14/+21
* Really enable external SCB ram on Ultra2 capable controllers.Justin T. Gibbs2000-01-081-3/+9
* Add detection logic for the U160 family of adaptec controllers. TheseJustin T. Gibbs2000-01-071-148/+314
* When booting verbose, indicate if we are using manual terminationJustin T. Gibbs1999-12-121-2/+8
* Simplify my license.Justin T. Gibbs1999-12-061-39/+52
* Get rid of a stray printf on boot. (BRDCTL = ...)Kenneth D. Merry1999-09-131-1/+0
* Add support for the aic7859 which is found on the 2930CU.Justin T. Gibbs1999-08-301-11/+54
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Differentiate between aic7895C chips and their earlier brethrenJustin T. Gibbs1999-08-161-2/+6
* Fix a long standing bug in the auto-termination control settings forJustin T. Gibbs1999-08-161-8/+9
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-5/+1