aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* aac: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-5/+2
* Make uniqueifier match the module definition.Warner Losh2019-05-241-1/+1
* reinstate 4GB DMA boundary workarounds for bge and aacTycho Nightingale2019-05-161-1/+2
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP_INFO to aacWarner Losh2018-06-011-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* - Fix a bug in the MSI allocation logic so an MSI is also employed if aMarius Strobl2013-08-061-21/+7
* As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSIMarius Strobl2013-08-061-36/+37
* Initialize count in order to appease clang.Marius Strobl2013-03-011-0/+1
* - Make tables, device ID strings etc const. This includes #ifdef'ing 0Marius Strobl2013-03-011-43/+55
* Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint.John Baldwin2012-03-071-1/+1
* Revert r232260.Ed Maste2012-02-281-2/+1
* Avoid transfers crossing a 4GB boundary, which can lead to dataEd Maste2012-02-281-1/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* Sync some minor items with the upstream driver. Should have no functionalEd Maste2010-04-131-1/+1
* Whitespace cleanup, in advance of next sync with Adaptec's driver. NoEd Maste2010-04-131-3/+3
* Garbage collect Falcon/PPC support that has not been used in releasedEd Maste2010-02-121-4/+0
* Sync with the official Adaptec vendor driver:Attilio Rao2009-02-211-13/+25
* Remove duplicate 2610SA entry.Ed Maste2008-11-271-2/+0
* Whitespace cleanup.Ed Maste2008-09-121-5/+5
* Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters:Ed Maste2008-06-271-0/+8
* Diff reduction to Adaptec's driver (around build 15317): catch up with aEd Maste2008-03-241-6/+6
* Add family support to allow the driver to attach to new devices thatEd Maste2007-12-071-5/+23
* Add more PCI ID's from Adaptec's driver, including two requestedEd Maste2007-12-061-0/+16
* Add PCI IDs for additional cards:Ed Maste2007-12-061-0/+12
* Add PCI IDs from Adaptec's driver version b11669:Ed Maste2007-10-141-0/+42
* Add PCI IDs for two cards:Ed Maste2007-08-231-0/+4
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* Add PCI Id for ServeRAID 8k.Scott Long2006-11-031-0/+2
* Correct the names or some Adaptec and ICP devices, verified by theChristian Brueffer2006-06-171-9/+9
* Refactor the PCI probe code a bit.Scott Long2005-11-061-49/+45
* Mega Update to the aac driver to support a whole new family of cards andScott Long2005-10-081-27/+56
* Add support for HP branded 2610SAPaul Saab2005-08-081-0/+2
* Check the vendor and device, not subvendor and subdevice, when looking forScott Long2005-07-141-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Add a default driver to attach to the "hidden" scsi channels of the DellScott Long2005-01-071-0/+62
* Add the PCI ID for the Adaptec 2230SLP card.Scott Long2004-12-151-0/+2
* Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.Scott Long2004-12-091-1/+1
* Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec forScott Long2004-10-211-0/+2
* Add support for the Adaptec RAID-On-Chip architecture. This in turnScott Long2004-08-131-2/+9
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Unbreak the build.Dag-Erling Smørgrav2004-05-131-1/+1