Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@netbsd.org>
From: David Sainty <dsainty@netbsd.org>
List: source-changes
Date: 12/31/2002 04:21:32
Module Name:	src
Committed By:	dsainty
Date:		Tue Dec 31 02:21:32 UTC 2002

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

Log Message:
Be somewhat more persuasive about enabling the port on a port reset.
USB protocol dictates that the port enable must be implied by the port
reset. To implement this on (at least) the VIA VT83C572 this means we
need to wait around tweaking the chip state until the port actually
transitions to enabled (or the device goes away).  Likely fixes
kern/11018.


To generate a diff of this commit:
cvs rdiff -r1.165 -r1.166 src/sys/dev/usb/uhci.c

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