summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the PCI ID for an upcoming variant of a soon-to-be released series ofscottl2002-04-181-0/+2
* Add support for the Dell 2650scottl2002-04-051-0/+1
* Add support for the PERC3/Di found in the Dell 1650scottl2002-04-021-0/+1
* Add ID's for a couple of upcoming cards.scottl2002-02-131-0/+4
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. Thisscottl2002-02-061-0/+8
* Staticise the aac devclass.msmith2002-01-091-0/+2
* Add functionality and fix bugs so the driver will work with soon-to-bescottl2001-12-021-0/+4
* Don't use a silly test to define INTR_ENTROPY.scottl2001-09-061-1/+1
* Bring the aac driver *much* closer to style(9).scottl2001-09-051-166/+173
* Mega update to the aac driver.scottl2001-08-291-4/+4
* Clarify the description string for one of the StrongARM based cards.scottl2001-08-171-1/+2
* Bugfixes. Close a race and logic bug in the timeout handling, don't call thescottl2001-08-051-0/+2
* Fix a couple of copyright issues and an 80 column nit that I missed beforescottl2001-08-051-1/+1
* Reformat for 80 columns. Sorry, but I had to do it.scottl2001-08-031-18/+25
* Add another Dell 3/Di PCI ID. You'd think they had enough of thesemsmith2001-07-221-0/+1
* More new Dell PCI IDs.msmith2001-04-261-1/+4
* The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.msmith2001-04-261-0/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Major bugfix and minor update. This should resolve the current issuesmsmith2000-12-271-1/+8
OpenPOWER on IntegriCloud