NetBSD/sys/dev/dkwedge
ad eb171eaaa7 It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
2007-07-29 12:50:17 +00:00
..
dk.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +00:00
dkwedge_bsdlabel.c Reduce code duplication in validate_label(). Extract some lengthy 2007-06-09 02:10:30 +00:00
dkwedge_gpt.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
dkwedge_mbr.c Backout previous - it is already dealt with at the config level. 2006-08-13 19:17:11 +00:00