summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/ahc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove comments about creating DMA tags as children of the DMA tags of theirjmallett2012-03-121-1/+0
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-2/+2
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-171-19/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* ahc_eisa.c:gibbs2003-12-171-49/+23
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-1/+2
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* 0x7FFFFFFFFF is >32 bits and needs an explicit LL.des2003-10-231-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-241-2/+3
* Mega busdma API commit.scottl2003-07-011-1/+3
* hc_eisa.c:gibbs2003-05-031-2/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-311-2/+3
* Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO ifscottl2002-11-301-4/+22
* Sync perforce IDs for changes first committed to FreeBSD and thengibbs2002-09-261-1/+1
* The ahc driver should only have one devclass, not one for each busscottl2002-09-221-5/+3
* Sync perforce Ids.gibbs2002-08-311-1/+1
* Tell the user about a failed IRQ mapping rather than fail silently.gibbs2002-08-311-2/+5
* Allow the ahc and ahd drivers to be built as modules. This alsoscottl2002-08-011-4/+4
* Major update to the aic7xxx driver:gibbs2002-04-241-5/+5
* ahc_pci.c:gibbs2001-07-181-6/+14
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asmjacob2001-06-211-6/+7
* ahc_eisa.c:gibbs2001-05-151-0/+2
* This is an MFC candidate.gibbs2001-03-111-0/+35
* Update Copyright notices for new year. (should have been in last commit).gibbs2001-01-271-1/+1
* ahc_eisa.c:gibbs2001-01-221-0/+2
* ahc_eisa.c:gibbs2000-12-201-1/+13
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-221-0/+2
* Move aicasm to its own subdirectory.gibbs2000-09-161-1894/+83
* *smack* #if 0, not #ifdef 0.wpaul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checkswpaul2000-08-041-0/+7
* ahc_pci.c:gibbs2000-07-271-1/+17
* o Convert to <inttypes.h> style fixed sized types to facilitate porting togibbs2000-07-181-234/+353
* Use the correct register names, not the FreeBSD 2.2 compatability ones.peter2000-05-281-1/+1
* KNR -> ANSI function definition in two places. This matches the rest ofgibbs2000-03-181-5/+2
* Remove a diagnostic printf.gibbs2000-02-161-3/+0
* Fix parity error detection logic for aic7880 and aic7895 chips duringgibbs2000-02-091-8/+22
* Avoid setting DPARCKEN until I can figure out why it causesgibbs2000-01-101-1/+1
* Turn on parity error reporting before configuring external sram. Thisgibbs2000-01-081-14/+21
* Really enable external SCB ram on Ultra2 capable controllers.gibbs2000-01-081-3/+9
* Add detection logic for the U160 family of adaptec controllers. Thesegibbs2000-01-071-148/+314
* When booting verbose, indicate if we are using manual terminationgibbs1999-12-121-2/+8
* Simplify my license.gibbs1999-12-061-39/+52
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-131-1/+0
* Add support for the aic7859 which is found on the 2930CU.gibbs1999-08-301-11/+54
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Differentiate between aic7895C chips and their earlier brethrengibbs1999-08-161-2/+6
OpenPOWER on IntegriCloud