Module Name: src Committed By: riastradh Date: Thu Mar 3 05:48:30 UTC 2022
Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet: Assert IFNET_LOCKED in usbnet_media_upd. This ensures, if the device is being initialized or stopped, usbnet_media_upd will not run until it's done, so the reset sequence has exclusive access to the device registers used by mii. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 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.