Subject: CVS commit: src/sys/dev/dkwedge
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 09/28/2005 18:25:19
Module Name:	src
Committed By:	nathanw
Date:		Wed Sep 28 18:25:19 UTC 2005

Modified Files:
	src/sys/dev/dkwedge: dk.c

Log Message:
Set sc->sc_cfdata.cf_fstate to FSTATE_STAR rather than FSTATE_NOTFOUND
so that config_detach() doesn't panic.

(XXX this points to some disagreement between config_attach_pseudo()
and config_detach() over the correct role of pseudo-device cfdata)


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dev/dkwedge/dk.c

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