summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aac_tables.h
AgeCommit message (Collapse)Author
2006-07-21properly report errors thru scsi layer and not bio that will be overwritten ↵Michael Shalayeff
later by scsi no no error; tested by mesel and nate@
2005-11-18Major improvements to the aac(4) device driver.Nathan Binkert
- decouple the command structures from scsi structures, allowing non block oriented commands (e.g. management commands) to be built. - redesign the various command queues to remove race conditions and to allow commands from multiple sources to coexist in the system - move major processing of commands and messages to a dedicated kernel thread to avoid spending too long in the interrupt handler - add device data structures for various management commands to the header file Much code from FreeBSD
2004-05-21Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@Marco Peereboom
2000-11-10Adaptec "FSA" RAID driverNiklas Hallqvist