CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2017/09/21 01:44:06

Modified files:
        sys/dev/usb    : usbdi.c 

Log message:
Disable a splsoftassert() at least until ohci(4) has been fixed.

This assert triggers because of the floor check on amd64/sparc64
when ohci(4) processes its root-hub status change transfers at
IPL_BIO.

Previous to the removal of IPL_SOFTNET, the SPLUSBCHECK macro didn't
do anything, so it is safe to disable this check.

Issue reported by espie@ and krw@

Reply via email to