summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/cacreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add initial bio support; only volume status is handled.brad2008-10-291-1/+54
| | | | | | | | | 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@
* convert __attribute__((__packed__)) to __packed so that parsers unawareavsm2003-11-161-6/+6
| | | | | of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
* this is a fix for kernel panics and craches along w/ other stabilitymickey2003-03-061-1/+5
| | | | | | 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 (;
* ok, commit this since it most likely to work; i guess now it will get tested a little bit sooner than in a few months; 10x brad@mickey2001-02-071-3/+4
|
* Compaq SMART Array RAID controllers.mickey2000-12-171-0/+200
based on netbsd driver. testing helps from brad@ eisa untested, but should work (;