Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: augustss
Date: Fri Mar 24 22:57:59 UTC 2000
Modified Files:
syssrc/sys/dev/usb: uhci.c uhcivar.h
Log Message:
Two major changes:
Make each xfer have its own intr_info. This is necessary if we want
to queue multiple xfers on an endpoint. This should get rid of the
(mostly harmless) DIAGNOSTICs about intr_infos (not) being done.
Change (again!) how xfers are aborted. Aborting a TD is a nightmare
on the braindead UHCI controller. (Unless you stop the HC, thereby
losing isoc traffic.) Hopefully I got it right this time.
To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 syssrc/sys/dev/usb/uhci.c
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/usb/uhcivar.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