Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/usb



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.




Home | Main Index | Thread Index | Old Index