Module Name: src Committed By: riastradh Date: Thu Mar 3 05:55:38 UTC 2022
Modified Files: src/sys/dev/usb: if_axe.c if_mos.c if_smsc.c Log Message: usbnet drivers: Omit redundant device reset via *_uno_stop on init. Only those drivers where *_uno_stop is just *_reset, and *_uno_init immediately calls *_reset afterward, are affected. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/sys/dev/usb/if_axe.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/usb/if_mos.c cvs rdiff -u -r1.89 -r1.90 src/sys/dev/usb/if_smsc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.