--- - branch: MAIN date: Thu Mar 3 05:55:29 UTC 2022 files: - new: '1.147' old: '1.146' path: src/sys/dev/usb/if_axe.c pathrev: src/sys/dev/usb/if_axe.c@1.147 type: modified - new: '1.91' old: '1.90' path: src/sys/dev/usb/if_axen.c pathrev: src/sys/dev/usb/if_axen.c@1.91 type: modified - new: '1.76' old: '1.75' path: src/sys/dev/usb/if_cdce.c pathrev: src/sys/dev/usb/if_cdce.c@1.76 type: modified - new: '1.104' old: '1.103' path: src/sys/dev/usb/if_cue.c pathrev: src/sys/dev/usb/if_cue.c@1.104 type: modified - new: '1.116' old: '1.115' path: src/sys/dev/usb/if_kue.c pathrev: src/sys/dev/usb/if_kue.c@1.116 type: modified - new: '1.19' old: '1.18' path: src/sys/dev/usb/if_mos.c pathrev: src/sys/dev/usb/if_mos.c@1.19 type: modified - new: '1.89' old: '1.88' path: src/sys/dev/usb/if_smsc.c pathrev: src/sys/dev/usb/if_smsc.c@1.89 type: modified - new: '1.93' old: '1.92' path: src/sys/dev/usb/if_url.c pathrev: src/sys/dev/usb/if_url.c@1.93 type: modified - new: '1.86' old: '1.85' path: src/sys/dev/usb/usbnet.c pathrev: src/sys/dev/usb/usbnet.c@1.86 type: modified - new: '1.29' old: '1.28' path: src/sys/dev/usb/usbnet.h pathrev: src/sys/dev/usb/usbnet.h@1.29 type: modified id: 20220303T055529Z.f93ab932daaa3745e01b0dce97c758c8dacb0c8e log: | usbnet drivers: From *_uno_init, call *_uno_stop, not usbnet_stop. Make usbnet_stop private now that no drivers use it. None of the driver-independent logic in usbnet_stop has any effect at this point because we are guaranteed not to be running, so only the driver-dependent logic in *_uno_stop (at most) is needed. For drivers with no *_uno_stop, just omit the call to usbnet_stop altogether. Some of this logic is obviously redundant with the subsequent call to *_reset -- to be addressed in a subsequent commit. module: src subject: 'CVS commit: src/sys/dev/usb' unixtime: '1646286929' user: riastradh