summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/cacvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-1/+2
| | | | | | cleaning up some shutdown-hook related code on the way. (A few drivers related to sparc are still skipped at kettenis' request) ok kettenis mlarkin, tested by many others too
* A plausible iopoolification. Utter dearth of interested partieskrw2011-04-211-1/+4
| | | | | | | after more than a year of grovelling emails shows further effort is pointless. ok matthew@ dlg@
* Add initial bio support; only volume status is handled.brad2008-10-291-2/+10
| | | | | | | | | Based on cac(4) bio support from NetBSD which is derived from OpenBSD's ciss(4) bio support. Tested by otto@ jbg@ ok marco@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* this is a fix for kernel panics and craches along w/ other stabilitymickey2003-03-061-2/+2
| | | | | | improvements worked out over past few months w/ different people. the main bug was fixes w/ help of harding@motd.ca . 10x to all and enjoy the better driver (;
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* Compaq SMART Array RAID controllers.mickey2000-12-171-0/+124
based on netbsd driver. testing helps from brad@ eisa untested, but should work (;