Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   rin
Date:           Sun Feb 17 04:17:52 UTC 2019

Modified Files:
        src/sys/arch/mips/adm5120/dev: ahci.c
        src/sys/dev/ic: sl811hs.c
        src/sys/dev/usb: ehci.c motg.c ohci.c uhci.c xhci.c
        src/sys/external/bsd/dwc2: dwc2.c

Log Message:
Fix assertion failures triggered by usbdi.c,v 1.182, when devices
are detached.

This is because xfers of USBD_NOT_STARTED can be removed from queue
in an invisible way to host controller drivers.

Discussed on tech-kern.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mips/adm5120/dev/ahci.c
cvs rdiff -u -r1.100 -r1.101 src/sys/dev/ic/sl811hs.c
cvs rdiff -u -r1.265 -r1.266 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/usb/motg.c
cvs rdiff -u -r1.287 -r1.288 src/sys/dev/usb/ohci.c src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.105 -r1.106 src/sys/dev/usb/xhci.c
cvs rdiff -u -r1.57 -r1.58 src/sys/external/bsd/dwc2/dwc2.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