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:           Wed Sep 15 21:14:05 UTC 1999

Modified Files:
        syssrc/sys/dev/usb: ohci.c ohcireg.h ohcivar.h

Log Message:
Handle the case when a USB transfer is so long that it crosses two page
(4K) boundaries.  OHCI cannot do that with a single TD so we make a chain.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/dev/usb/ohci.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/usb/ohcireg.h
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/usb/ohcivar.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