summaryrefslogtreecommitdiff
path: root/sys/dev/biovar.h
AgeCommit message (Expand)Author
2009-05-07struct device * -> device_t, no functional changes intended.cegger
2008-03-03Add definitions to specify RAID 0+1/1+0 levels.xtraeme
2008-01-02Improve the bio(4) API for incoming changes to arcmsr(4) (and perhapsxtraeme
2007-12-07Add BIOC_SVMIGRATING to bio(4) and bioctl(8) to report if a volumextraeme
2007-11-02u_quad_t -> uint64_t as suggested by thorpej@.xtraeme
2007-11-02KNF, MALLOC -> malloc, u_intXX_t -> uintXX_t.xtraeme
2007-11-02Make bd_size and bv_size u_quad_t rather than size_t, for large RAIDxtraeme
2007-05-01Add bio(4) and associated bioctl(8) from OpenBSD, a driver control blockbouyer