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:   mlelstv
Date:           Sat Feb 10 07:52:29 UTC 2007

Modified Files:
        src/sys/dev/usb: ehci.c ohci.c uhci.c usbdi.c

Log Message:
The diagnostic code doesn't track busy_free correctly when a
device gets removed. However, when the diagnostic check fails,
it is much better to complete the free operation than to abort
it, because this just causes an infinite loop.


To generate a diff of this commit:
cvs rdiff -r1.121 -r1.122 src/sys/dev/usb/ehci.c
cvs rdiff -r1.180 -r1.181 src/sys/dev/usb/ohci.c
cvs rdiff -r1.206 -r1.207 src/sys/dev/usb/uhci.c
cvs rdiff -r1.117 -r1.118 src/sys/dev/usb/usbdi.c

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