summaryrefslogtreecommitdiff
path: root/sys/dev/bio.c
AgeCommit message (Expand)Author
2012-01-20Implement a status message interface for bio(4) capable devices.Joel Sing
2012-01-17Move the bio(4) cookie into a separate struct and make this struct theJoel Sing
2010-01-22Correctly return ENXIO on unhandled ioctls; ok marco@Miod Vallat
2007-12-23use sizeof where neededTheo de Raadt
2007-10-09MALLOC -> mallocGilles Chehade
2007-03-20Use queue.h macros instead of home made for thingy.Marco Peereboom
2006-05-29Nuke unused local variable (ok beck deraadt) and unused structMichael Knudsen
2006-05-26knfTheo de Raadt
2005-08-17add bio_unregister so drivers can remove their bio entry on error orDavid Gwynne
2005-08-08rename a bunch of bio/raid APIs to stop the bleeding in dlg andTheo de Raadt
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
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