summaryrefslogtreecommitdiff
path: root/sys/dev/bio.c
AgeCommit message (Expand)Author
2009-05-07struct device * -> device_t, no functional changes intended.cegger
2008-04-09use aprint_*_dev and device_xnamecegger
2008-03-03Set D_OTHER | D_MPSAFE to d_flag for the cdevsw methods.xtraeme
2008-01-03- remove castschristos
2008-01-02Improve the bio(4) API for incoming changes to arcmsr(4) (and perhapsxtraeme
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
2007-11-19Make sure the mutex is initialized before using it, use the patchxtraeme
2007-11-02KNF, MALLOC -> malloc, u_intXX_t -> uintXX_t.xtraeme
2007-05-01Add bio(4) and associated bioctl(8) from OpenBSD, a driver control blockbouyer