summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe/rf_diskqueue.c
Commit message (Collapse)AuthorAgeFilesLines
* We want to allocate and zero sizeof(struct foo) bytes, notcperciva2004-02-221-2/+2
| | | | | | | sizeof(struct foo *) bytes. Reported by: "Ted Unangst" <tedu@coverity.com> Approved by: rwatson (mentor), scottl
* Use __FBSDID().obrien2003-08-241-1/+3
| | | | Also some minor style cleanups.
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-201-0/+591
world. This should be considered highly experimental. Approved-by: re
OpenPOWER on IntegriCloud