summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe/rf_shutdown.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-08-241-1/+3
| | | | Also some minor style cleanups.
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-201-0/+102
world. This should be considered highly experimental. Approved-by: re
OpenPOWER on IntegriCloud