summaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bogus PCI ID entry.Scott Long2003-11-011-2/+0
* Use PCIR_BAR() instead of a magic offset.Scott Long2003-09-091-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Prefer the new location of dev/pci/pci*.h.Warner Losh2003-08-221-2/+2
* Add a new quirk for cards that incorrectly interpret the amount of memoryScott Long2003-07-091-2/+2
* Mega busdma API commit.Scott Long2003-07-011-0/+1
* Add support for the upcoming 2410SA card.Scott Long2003-05-301-0/+2
* Begin support for 64-bit address support and workarounds for newer cards:Scott Long2003-03-261-58/+25
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* The aac driver has evolved enough over the last few months that it noScott Long2003-03-011-1/+1
* Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recentScott Long2003-02-261-2/+2
* Make the aac driver be INTR_MPSAFE. Once the interrupt handler determinesScott Long2003-02-191-2/+3
* Implement a new dynamic command allocator. FIBs are allocated in 1 pageScott Long2003-02-101-1/+1
* Hack around a bug in the 2200 and 2120 controllers that connot DMAScott Long2003-01-231-1/+1
* sable the CAM interface on some more cards. It seemed to be confusing andScott Long2002-12-121-5/+5
* Fix GET_TRAN_SETTINGS to be more correct.Scott Long2002-08-101-2/+2
* Update the PCI table as per Dell's fickleness.Scott Long2002-05-121-2/+2
* Add a CAM interface to the aac driver. This is useful in case you shouldScott Long2002-04-271-28/+41
* Prepare for a major update to the aac driver:Scott Long2002-04-241-1/+1
* Add the PCI ID for an upcoming variant of a soon-to-be released series ofScott Long2002-04-181-0/+2
* Add support for the Dell 2650Scott Long2002-04-051-0/+1
* Add support for the PERC3/Di found in the Dell 1650Scott Long2002-04-021-0/+1
* Add ID's for a couple of upcoming cards.Scott Long2002-02-131-0/+4
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. ThisScott Long2002-02-061-0/+8
* Staticise the aac devclass.Mike Smith2002-01-091-0/+2
* Add functionality and fix bugs so the driver will work with soon-to-beScott Long2001-12-021-0/+4
* Don't use a silly test to define INTR_ENTROPY.Scott Long2001-09-061-1/+1
* Bring the aac driver *much* closer to style(9).Scott Long2001-09-051-166/+173
* Mega update to the aac driver.Scott Long2001-08-291-4/+4
* Clarify the description string for one of the StrongARM based cards.Scott Long2001-08-171-1/+2
* Bugfixes. Close a race and logic bug in the timeout handling, don't call theScott Long2001-08-051-0/+2
* Fix a couple of copyright issues and an 80 column nit that I missed beforeScott Long2001-08-051-1/+1
* Reformat for 80 columns. Sorry, but I had to do it.Scott Long2001-08-031-18/+25
* Add another Dell 3/Di PCI ID. You'd think they had enough of theseMike Smith2001-07-221-0/+1
* More new Dell PCI IDs.Mike Smith2001-04-261-1/+4
* The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.Mike Smith2001-04-261-0/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Major bugfix and minor update. This should resolve the current issuesMike Smith2000-12-271-1/+8
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-281-1/+1
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAMike Smith2000-09-131-0/+272