Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 06/22/2004 05:25:10
Module Name:	src
Committed By:	mycroft
Date:		Tue Jun 22 05:25:10 UTC 2004

Modified Files:
	src/sys/dev/usb: ehci.c ehcireg.h

Log Message:
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.55 src/sys/dev/usb/ehci.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/usb/ehcireg.h

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