Module Name: src Committed By: riastradh Date: Thu Mar 3 05:49:37 UTC 2022
Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet: Clear watchdog timer before stopping hardware. No need to take the lock again -- which might not be necessary because the callout and task have completed, but let's obviate the need to think about that. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 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.