--- - branch: MAIN date: Thu Mar 3 05:51:44 UTC 2022 files: - new: '1.137' old: '1.136' path: src/sys/dev/usb/if_axe.c pathrev: src/sys/dev/usb/if_axe.c@1.137 type: modified - new: '1.80' old: '1.79' path: src/sys/dev/usb/if_axen.c pathrev: src/sys/dev/usb/if_axen.c@1.80 type: modified - new: '1.78' old: '1.77' path: src/sys/dev/usb/if_smsc.c pathrev: src/sys/dev/usb/if_smsc.c@1.78 type: modified - new: '1.84' old: '1.83' path: src/sys/dev/usb/if_udav.c pathrev: src/sys/dev/usb/if_udav.c@1.84 type: modified - new: '1.84' old: '1.83' path: src/sys/dev/usb/if_url.c pathrev: src/sys/dev/usb/if_url.c@1.84 type: modified id: 20220303T055144Z.e476cbd11f08b0e6257ed85b8c44d4da5a932bb7 log: | usbnet drivers: No need for usbnet_busy during attach. usbnet_detach cannot run until the attach routine has finished (unless a driver goes out of its way to tie its shoelaces together and explicitly call it during the attach routine, which none of them do), so there is no need to hang onto a reference count that we release before attach returns. module: src subject: 'CVS commit: src/sys/dev/usb' unixtime: '1646286704' user: riastradh