Module Name: src Committed By: riastradh Date: Thu Mar 3 05:49:15 UTC 2022
Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet: Uncomment and fix assertion for ifp->if_flags |= IFF_RUNNING. We always hold IFNET_LOCK for ioctls that end up here -- the ones that don't hold it are only SIOCADDMULTI/SIOCDELMULTI, which don't end up here. However, urndis(4) throws a spanner in the works by doing weird device initialization. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 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.