summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/aac_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Adjust for renaming the DEC 21554 in pcidevs.kettenis2009-04-061-5/+5
* Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s.grange2009-03-061-2/+14
* Add support for IBM ServeRAID-8k. Thanks to Sergey Prysiazhnyigrange2009-03-051-1/+8
* deal with a 64-bit BAR such as with PCIe chipsets.brad2008-06-031-3/+4
* Remove bogus entries for PCI_PRODUCT_DELL_PERC_3DI_2, which apparentlympf2008-05-061-5/+1
* do not check for master/io/mem enables; ok kettenisderaadt2006-06-291-16/+1
* Add support for the Adaptec RAID-On-Chip architecture. This in turnbrad2006-04-221-2/+17
* missing selinfo changeoverderaadt2005-11-211-2/+2
* Major improvements to the aac(4) device driver.nate2005-11-181-17/+22
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-5/+2
* Add Adaptec ASR2200S U320 RAIDmarco2004-11-231-1/+6
* Add Adaptec 2120S. ok deraadt@ mickey@marco2004-08-291-1/+6
* Clean up subsysid lookups + print subsysid string during boot.marco2004-05-281-5/+60
* Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@marco2004-05-211-1/+4
* unbreak by removing the 'nonexistant" PERC 3/QC here as wellhenning2004-05-191-4/+1
* Was missing product entries for the PERC_3DI_2 and PERC_3DI_3 ID's. Now theaaron2002-07-271-1/+5
* Add some new PERC 3/Di models.nate2002-04-281-1/+7
* First round of __P removal in sysmillert2002-03-141-3/+3
* Typo in comment.art2001-09-161-2/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* On 2nd though, pci_conf_read returns host-ordered words.niklas2001-07-071-5/+5
* Correct PCI identifier matching. Match more devices too.niklas2001-07-071-26/+66
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-2/+2
* Adaptec "FSA" RAID driverniklas2000-11-101-0/+203