summaryrefslogtreecommitdiff
path: root/sys/dev/bio.c
AgeCommit message (Collapse)Author
2005-08-17add bio_unregister so drivers can remove their bio entry on error orDavid Gwynne
detach. ok marco@ after i proved i had tested it.
2005-08-08rename a bunch of bio/raid APIs to stop the bleeding in dlg andTheo de Raadt
my eyes; marco ok
2005-04-01size_t not int, bad niklas.Marco Peereboom
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2002-06-09bio is a driver that can delegate ioctls to other drivers whichNiklas Hallqvist
otherwise do not deserve a /dev-node of their own. Will be used for RAID mgmt among other things. Initially only i386 gets the device, but other platforms will follow in a few hours. MAKEDEV stuff coming soon too.