--- - branch: MAIN date: Thu Mar 3 05:51:27 UTC 2022 files: - new: '1.136' old: '1.135' path: src/sys/dev/usb/if_axe.c pathrev: src/sys/dev/usb/if_axe.c@1.136 type: modified - new: '1.78' old: '1.77' path: src/sys/dev/usb/if_axen.c pathrev: src/sys/dev/usb/if_axen.c@1.78 type: modified - new: '1.96' old: '1.95' path: src/sys/dev/usb/if_cue.c pathrev: src/sys/dev/usb/if_cue.c@1.96 type: modified - new: '1.109' old: '1.108' path: src/sys/dev/usb/if_kue.c pathrev: src/sys/dev/usb/if_kue.c@1.109 type: modified - new: '1.12' old: '1.11' path: src/sys/dev/usb/if_mos.c pathrev: src/sys/dev/usb/if_mos.c@1.12 type: modified - new: '1.68' old: '1.67' path: src/sys/dev/usb/if_mue.c pathrev: src/sys/dev/usb/if_mue.c@1.68 type: modified - new: '1.76' old: '1.75' path: src/sys/dev/usb/if_smsc.c pathrev: src/sys/dev/usb/if_smsc.c@1.76 type: modified - new: '1.83' old: '1.82' path: src/sys/dev/usb/if_udav.c pathrev: src/sys/dev/usb/if_udav.c@1.83 type: modified - new: '1.83' old: '1.82' path: src/sys/dev/usb/if_url.c pathrev: src/sys/dev/usb/if_url.c@1.83 type: modified - new: '1.45' old: '1.44' path: src/sys/dev/usb/if_ure.c pathrev: src/sys/dev/usb/if_ure.c@1.45 type: modified id: 20220303T055127Z.43c3389c913d39671bcf5980012dcf8b020e65fb log: | usbnet drivers: No need for usbnet_busy in uno_mcast. This callback always runs with IFNET_LOCK held, and during a task that usbnet_detach prevents scheduling anew and waits for finishing before completing the detach, so there is no need to hang onto a reference count here. module: src subject: 'CVS commit: src/sys/dev/usb' unixtime: '1646286687' user: riastradh