Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 09/13/1999 14:35:09
Module Name:	syssrc
Committed By:	augustss
Date:		Mon Sep 13 21:35:09 UTC 1999

Modified Files:
	syssrc/sys/dev/usb: umass.c

Log Message:
Put a reference counter in the softc.  Without this the driver might access
data that has been freed because the detach() routine returns to early.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/usb/umass.c

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