Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/usb



Module Name:    src
Committed By:   riastradh
Date:           Thu Mar  3 05:54:37 UTC 2022

Modified Files:
        src/sys/dev/usb: if_aue.c if_axe.c if_axen.c if_cue.c if_mue.c
            if_smsc.c if_udav.c if_ure.c if_url.c

Log Message:
usbnet drivers: Omit needless usbnet core lock and assertions.

During attach, the caller has exclusive access to the usbnet until
usbnet_attach_ifp.  At other times, register access is serialized
either by the usbnet multicast lock or by IFNET_LOCK.


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/sys/dev/usb/if_aue.c
cvs rdiff -u -r1.144 -r1.145 src/sys/dev/usb/if_axe.c
cvs rdiff -u -r1.88 -r1.89 src/sys/dev/usb/if_axen.c
cvs rdiff -u -r1.101 -r1.102 src/sys/dev/usb/if_cue.c
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/usb/if_mue.c
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/usb/if_smsc.c
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/usb/if_udav.c
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/usb/if_ure.c
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/usb/if_url.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index