Subject: CVS commit: [netbsd-2-0] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/24/2004 08:16:43
Module Name:	src
Committed By:	tron
Date:		Thu Jun 24 08:16:43 UTC 2004

Modified Files:
	src/sys/dev/usb [netbsd-2-0]: ehci.c

Log Message:
Pull up revision 1.55 (requested by mycroft in ticket #535):
Set the data toggle correctly, and use EHCI_QTD_DTC.  This fixes problems with
my ALi-based drive enclosure (it works now, rather than failing to attach).
Also seems to work with a GL811-based enclosure and an ASUS enclosure with a
CD-RW, on both Intel and NEC controllers.
Note: The ALi enclosure is currently very SLOW, due to some issue with taking
too long to notice that the QTD is complete.  This requires more investigation.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.54.2.1 src/sys/dev/usb/ehci.c

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