summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aacvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated unused compat define. mono_time no longer exists andjsg2016-04-011-4/+1
| | | | the kernel has had time_second since 2004.
* remove a XS_NO_CCB case by moving aac to iopools.dlg2014-01-171-1/+3
| | | | eyes and ok by krw@ jmatthew@
* replace aacminphys with scsi_minphys. both are just wrappers arounddlg2014-01-171-2/+1
| | | | minphys.
* aacvar advertises a public api which is only used inside aac.c. make itdlg2014-01-171-12/+1
| | | | "private" so i dont feel bad about changing it.
* acknowlege -> acknowledgemartynas2013-01-061-2/+2
| | | | | | compatability -> compatibility OK jmc@.
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-2/+2
| | | | | | as additional argument. This will allow intermediate layers between scsi devices such as sd and scsi host adapters to take appropriate action if necessary.
* add a name to rwlock so that we can tell where procs are getting stucktedu2006-05-071-2/+2
| | | | | | without breaking into ddb. doubles the size of rwlock [1], but moving forward this really helps. ok/tested pedro fgsch millert krw [1 - next person to add a field to this struct gets whipped with a wet noodle]
* Add support for the Adaptec RAID-On-Chip architecture. This in turnbrad2006-04-221-2/+4
| | | | | | | | provides support for the Adaptec 2130S and 2230SLP adapters. From FreeBSD ok dlg@
* Major improvements to the aac(4) device driver.nate2005-11-181-97/+351
| | | | | | | | | | | | | - 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
* typos from Tom Cosgrove;jmc2003-10-211-3/+3
| | | | | | | | Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural
* kill __FUNCTION__espie2002-06-111-2/+2
|
* First round of __P removal in sysmillert2002-03-141-16/+16
|
* Adaptec "FSA" RAID driverniklas2000-11-101-0/+341