Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 10/22/2004 10:38:17
Module Name:	src
Committed By:	augustss
Date:		Fri Oct 22 10:38:17 UTC 2004

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

Log Message:
Add interrupt transfers.  From OpenBSD.
Having interrupt transfers enables some more device types to be used,
most notably USB2 hubs.  USB2 hubs still cannot handle anything but
USB2 devices, because there is node code to handle hub Transaction Translation
yet.
XXX This code doesn't do good bw scheduling, but it's certainly better than
nothing. :)


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/dev/usb/ehci.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/usb/ehcireg.h
cvs rdiff -r1.14 -r1.15 src/sys/dev/usb/ehcivar.h

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