summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with the official Adaptec vendor driver:attilio2009-02-211-13/+25
* Remove duplicate 2610SA entry.emaste2008-11-271-2/+0
* Whitespace cleanup.emaste2008-09-121-5/+5
* Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters:emaste2008-06-271-0/+8
* Diff reduction to Adaptec's driver (around build 15317): catch up with aemaste2008-03-241-6/+6
* Add family support to allow the driver to attach to new devices thatemaste2007-12-071-5/+23
* Add more PCI ID's from Adaptec's driver, including two requestedemaste2007-12-061-0/+16
* Add PCI IDs for additional cards:emaste2007-12-061-0/+12
* Add PCI IDs from Adaptec's driver version b11669:emaste2007-10-141-0/+42
* Add PCI IDs for two cards:emaste2007-08-231-0/+4
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* Add PCI Id for ServeRAID 8k.scottl2006-11-031-0/+2
* Correct the names or some Adaptec and ICP devices, verified by thebrueffer2006-06-171-9/+9
* Refactor the PCI probe code a bit.scottl2005-11-061-49/+45
* Mega Update to the aac driver to support a whole new family of cards andscottl2005-10-081-27/+56
* Add support for HP branded 2610SAps2005-08-081-0/+2
* Check the vendor and device, not subvendor and subdevice, when looking forscottl2005-07-141-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Add a default driver to attach to the "hidden" scsi channels of the Dellscottl2005-01-071-0/+62
* Add the PCI ID for the Adaptec 2230SLP card.scottl2004-12-151-0/+2
* Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.scottl2004-12-091-1/+1
* Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec forscottl2004-10-211-0/+2
* Add support for the Adaptec RAID-On-Chip architecture. This in turnscottl2004-08-131-2/+9
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Unbreak the build.des2004-05-131-1/+1
* Enable INTR_ENTROPY if the interrupt is not set to INTR_FAST. Remove thescottl2004-05-131-5/+2
* Don peril-sensitive sunglasses and add PCI Id's for two new cards. I'vescottl2004-03-201-0/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-9/+9
* Fall back to INTR_MPSAFE if INTR_FAST registration fails.scottl2004-02-091-2/+8
* Take the plunge and make this driver be INTR_FAST. This re-arranges thescottl2004-01-301-1/+1
* Remove a bogus PCI ID entry.scottl2003-11-011-2/+0
* Use PCIR_BAR() instead of a magic offset.scottl2003-09-091-1/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* Prefer the new location of dev/pci/pci*.h.imp2003-08-221-2/+2
* Add a new quirk for cards that incorrectly interpret the amount of memoryscottl2003-07-091-2/+2
* Mega busdma API commit.scottl2003-07-011-0/+1
* Add support for the upcoming 2410SA card.scottl2003-05-301-0/+2
* Begin support for 64-bit address support and workarounds for newer cards:scottl2003-03-261-58/+25
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* The aac driver has evolved enough over the last few months that it noscottl2003-03-011-1/+1
* Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recentscottl2003-02-261-2/+2
* Make the aac driver be INTR_MPSAFE. Once the interrupt handler determinesscottl2003-02-191-2/+3
* Implement a new dynamic command allocator. FIBs are allocated in 1 pagescottl2003-02-101-1/+1
* Hack around a bug in the 2200 and 2120 controllers that connot DMAscottl2003-01-231-1/+1
* sable the CAM interface on some more cards. It seemed to be confusing andscottl2002-12-121-5/+5
* Fix GET_TRAN_SETTINGS to be more correct.scottl2002-08-101-2/+2
* Update the PCI table as per Dell's fickleness.scottl2002-05-121-2/+2
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-271-28/+41
* Prepare for a major update to the aac driver:scottl2002-04-241-1/+1
OpenPOWER on IntegriCloud