summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_tables.h
Commit message (Collapse)AuthorAgeFilesLines
* Use enums in the aac_command_status_table rather than duplicating the sameemaste2010-04-131-36/+36
| | | | | | values in two places. Suggested by: Garrett Cooper
* Sync some minor items with the upstream driver. Should have no functionalemaste2010-04-131-0/+2
| | | | change.
* Mega Update to the aac driver to support a whole new family of cards andscottl2005-10-081-4/+12
| | | | | | | | | | | | | | | | | | | | | the modified interface that they use. Changes include: - Register a different interrupt handler for the new interface. This one is INTR_MPSAFE, not INTR_FAST, and directly processes completions and AIFs. - Add an event registration and callback mechanism for the ioctl and CAM modules can know when a resource shortage clears. This condition was previously fatal in CAM due to programming oversights. - Fix locking to play better with newbus. - Provide access methods for talking to cards with the NEWCOMM interface. - Fix up the CAM module to be better suited for dealing with newer firmware on the PERC Si/Di series that requires talking to plain SCSI via aac. - Add a whole slew of new PCI Id's. Thanks to Adaptec for providing an initial version of this work and for answering countless questions about it. There are still some rough edges in this, but it works well enough to commit and test for now. Obtained from: Adaptec, Inc.
* Add a text description for the Intel IOP302/303 processors. Be slightlyscottl2005-06-011-0/+1
| | | | | | | | more verbose about the allocation of RAM on the controller. Sbumitted by: Jeremy Chadwick PR: kern/81259 MFC-After: 3 days
* MFS: Use correct terminology for RAID 0/1 and 0/5.scottl2001-12-041-3/+3
|
* Add functionality and fix bugs so the driver will work with soon-to-bescottl2001-12-021-1/+2
| | | | | | | | | | | | | released management apps. 1. Implement poll(). This will check for queued aif's so that a subsequent ioctl call to retrieve the next aif will not block. 2. Don't catch signals when sleeping on a fib sent from userland. This causes a race and panic due to the pthread context switcher waking up the tsleep at inopportune times. 3. Fix some whitespace nits. MFC after: 3 days
* Bring the aac driver *much* closer to style(9).scottl2001-09-051-68/+68
| | | | Reviewed by: ken
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-131-0/+117
design. This includes integrated Dell RAID controllers, the Dell PERC 2/QC and the HP NetRAID-4M.
OpenPOWER on IntegriCloud