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/23/2004 06:45:56
Module Name:	src
Committed By:	mycroft
Date:		Wed Jun 23 06:45:56 UTC 2004

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

Log Message:
Further cleanup of toggle handling.  Now that we use EHCI_QH_DTC, we don't
need to fiddle with the TOGGLE bit in the overlay descriptor, so minimize
how much we fuss with it.


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 src/sys/dev/usb/ehci.c
cvs rdiff -r1.16 -r1.17 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.