summaryrefslogtreecommitdiff
path: root/sys/dev/bio.c
AgeCommit message (Expand)Author
2020-12-19malloc(9) -> kmem(9)thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-03-12Dedup the conversion of bioc_disk and bioc_vol to envsys_data_tchristos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
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