summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_tables.h
Commit message (Collapse)AuthorAgeFilesLines
* 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