summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* - Fix a bug in the MSI allocation logic so an MSI is also employed if amarius2013-08-061-21/+7
* As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSImarius2013-08-061-36/+37
* Initialize count in order to appease clang.marius2013-03-011-0/+1
* - Make tables, device ID strings etc const. This includes #ifdef'ing 0marius2013-03-011-43/+55
* Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint.jhb2012-03-071-1/+1
* Revert r232260.emaste2012-02-281-2/+1
* Avoid transfers crossing a 4GB boundary, which can lead to dataemaste2012-02-281-1/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* Sync some minor items with the upstream driver. Should have no functionalemaste2010-04-131-1/+1
* Whitespace cleanup, in advance of next sync with Adaptec's driver. Noemaste2010-04-131-3/+3
* Garbage collect Falcon/PPC support that has not been used in releasedemaste2010-02-121-4/+0
* 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
OpenPOWER on IntegriCloud