Module Name: src Committed By: riastradh Date: Tue Sep 13 10:33:37 UTC 2022
Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci(4): After attach, access to sc_child/2 requires sc_intr_lock. Serializes access with xhci_intr. XXX Need to ensure the interrupt handler is quiesced at this point or else it will trip over the assertion in xhci_intr about having at least one child. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/dev/usb/xhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.