NetBSD/sys/dev/dkwedge
dyoung 5a4d67314b Extract a lot of code from dkwedge_del(), and move it to dkwedge_detach()
to create a comprehensive detachment hook.  Let that hook run at
shutdown.  Now, 'drvctl -d dk0' actually deletes a wedge if it is
not in-use (otherwise fails w/ EBUSY), and wedges are gracefully
detached from their "parent" at shutdown.
2009-07-21 19:41:00 +00:00
..
dk.c Extract a lot of code from dkwedge_del(), and move it to dkwedge_detach() 2009-07-21 19:41:00 +00:00
dkwedge_bsdlabel.c
dkwedge_gpt.c Allow wedges to be created for all defined partitions on a GPT disk. 2008-10-23 19:37:40 +00:00
dkwedge_mbr.c