Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 12/28/2004 23:35:21
Module Name:	src
Committed By:	nathanw
Date:		Tue Dec 28 23:35:21 UTC 2004

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

Log Message:
USB_DETACH(): Don't zero out sc->sc_pipe[i] after aborting the
pipe. This lets umass_disco() free the pipes and associated controller
state, rather than leaking 2-3 pipes per attach/detach cycle.


To generate a diff of this commit:
cvs rdiff -r1.116 -r1.117 src/sys/dev/usb/umass.c

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