summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/ahd_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-13/+2
* Remove comments about creating DMA tags as children of the DMA tags of theirjmallett2012-03-121-1/+0
* Add sysctls in ahd(4) in order to keep track of different classes ofattilio2009-11-131-0/+4
* 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
* Set allow_memio to 1 if fetching the allow_memio hint fails. Thisgibbs2005-09-221-0/+1
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-8/+8
* ahc_eisa.c:gibbs2003-12-171-50/+9
* 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-3/+3
* 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
* Last minute fixes to ahc and ahd:scottl2002-12-041-2/+14
* Remove redundant check for chip type being PCI-X.scottl2002-12-011-4/+4
* Never allow memory mapped I/O in PCI-X mode on controllers thatgibbs2002-10-161-2/+4
* Expand vendor ID.gibbs2002-09-261-1/+1
* Hook up the ahd driver.gibbs2002-06-061-20/+0
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-Xgibbs2002-06-051-0/+302
OpenPOWER on IntegriCloud