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:           Tue Jan 18 20:11:02 UTC 2000

Modified Files:
        syssrc/sys/dev/usb: ohci.c ohcivar.h uhci.c uhcivar.h usbdi.c
            usbdivar.h

Log Message:
Turn xfer allocation into a method in the HC driver.  The reason is that
an HC driver may want to subclass the xfer to have additional private fields.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 syssrc/sys/dev/usb/ohci.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/usb/ohcivar.h
cvs rdiff -r1.75 -r1.76 syssrc/sys/dev/usb/uhci.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/usb/uhcivar.h
cvs rdiff -r1.57 -r1.58 syssrc/sys/dev/usb/usbdi.c
cvs rdiff -r1.43 -r1.44 syssrc/sys/dev/usb/usbdivar.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