Module Name: src Committed By: riastradh Date: Thu Mar 3 05:54:52 UTC 2022
Modified Files: src/sys/dev/usb: usbnet.c usbnet.h Log Message: usbnet: Delete the core lock from the API. Init/stop and ioctl happen under IFNET_LOCK. Multicast updates only happen after init and before stop. Core lock is no longer a relevant part of the API. Internally, it serves essentially just to lock out asynchronous mii activity during init/stop. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/usb/usbnet.c cvs rdiff -u -r1.27 -r1.28 src/sys/dev/usb/usbnet.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.