Module Name: src Committed By: riastradh Date: Thu Mar 3 05:56:44 UTC 2022
Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet: On if_stop, abort xfers before resetting hardware. uno_stop is supposed to have exclusive access to the hardware; this ensures that any concurrent uno_rx_loop has completed before we enter uno_stop. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/usb/usbnet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.