Subject: CVS commit: src/sys/dev
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 04/11/2003 19:11:50
Module Name:	src
Committed By:	drochner
Date:		Fri Apr 11 16:11:50 UTC 2003

Modified Files:
	src/sys/dev: vnd.c vndvar.h

Log Message:
Add a VNDIOF_FORCE flag which forces unconfiguration if the emulated
disk is still in use.
Not for everyday use, but we have to face eg USB flash drives being
unplugged at the wrong time, and this is a way to simulate this without
wearing out the connectors.


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/sys/dev/vnd.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/vndvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.