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:51:27 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/sys/dev/usb/if_axe.c
cvs rdiff -u -r1.77 -r1.78 src/sys/dev/usb/if_axen.c
cvs rdiff -u -r1.95 -r1.96 src/sys/dev/usb/if_cue.c
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/usb/if_kue.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/if_mos.c
cvs rdiff -u -r1.67 -r1.68 src/sys/dev/usb/if_mue.c
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/usb/if_smsc.c
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/usb/if_udav.c src/sys/dev/usb/if_url.c
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/usb/if_ure.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