Subject: CVS commit: [netbsd-4] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/21/2007 13:26:41
Module Name:	src
Committed By:	tron
Date:		Wed Feb 21 13:26:41 UTC 2007

Modified Files:
	src/sys/dev/usb [netbsd-4]: ehci.c ohci.c uhci.c usbdi.c

Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #450):
	sys/dev/usb/ohci.c: revision 1.181
	sys/dev/usb/uhci.c: revision 1.207
	sys/dev/usb/ehci.c: revision 1.122
	sys/dev/usb/usbdi.c: revision 1.118
The diagnostic code doesn't track busy_free correctly when a
device gets removed. However, when the diagnostic check fails,
it is much better to complete the free operation than to abort
it, because this just causes an infinite loop.


To generate a diff of this commit:
cvs rdiff -r1.118 -r1.118.2.1 src/sys/dev/usb/ehci.c
cvs rdiff -r1.179 -r1.179.2.1 src/sys/dev/usb/ohci.c
cvs rdiff -r1.205 -r1.205.2.1 src/sys/dev/usb/uhci.c
cvs rdiff -r1.114 -r1.114.2.1 src/sys/dev/usb/usbdi.c

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