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 07:20:35
Module Name: src
Committed By: mycroft
Date: Tue Jun 22 07:20:35 UTC 2004
Modified Files:
src/sys/dev/usb: ehci.c ohci.c
Log Message:
Failure to properly mask off UE_DIR_IN from the endpoint address was causing
OHCI_ED_FORMAT_ISO and EHCI_QH_HRECL to get set spuriously, causing rather
interesting lossage.
Suddenly I get MUCH better performance with ehci...
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/dev/usb/ehci.c
cvs rdiff -r1.146 -r1.147 src/sys/dev/usb/ohci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.