Subject: CVS commit: [netbsd-4] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 02/03/2008 19:13:28
Module Name:	src
Committed By:	riz
Date:		Sun Feb  3 19:13:28 UTC 2008

Modified Files:
	src/sys/dev/usb [netbsd-4]: uhub.c

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1056):
	sys/dev/usb/uhub.c: revision 1.94
Speed up uhub attachment considerably. Rather than powering up each port
individually then waiting for it to become stable, power them up all
at once and then delay. Don't even bother delaying if we are a root hub,
as this is handled separately in the event thread. From OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.83.2.1 src/sys/dev/usb/uhub.c

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