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:52:46 UTC 2022
Modified Files:
src/sys/dev/usb: if_aue.c 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 usbnet.c
Log Message:
usbnet: Take the core lock around uno_mcast.
Every driver does this already. This will enable us to change the
lock that serializes access to the registers so we can go back to
doing this synchronously in SIOCADDMULTI/SIOCDELMULTI.
To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/sys/dev/usb/if_aue.c
cvs rdiff -u -r1.139 -r1.140 src/sys/dev/usb/if_axe.c
cvs rdiff -u -r1.81 -r1.82 src/sys/dev/usb/if_axen.c
cvs rdiff -u -r1.97 -r1.98 src/sys/dev/usb/if_cue.c
cvs rdiff -u -r1.110 -r1.111 src/sys/dev/usb/if_kue.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/usb/if_mos.c
cvs rdiff -u -r1.70 -r1.71 src/sys/dev/usb/if_mue.c
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/usb/if_smsc.c
cvs rdiff -u -r1.84 -r1.85 src/sys/dev/usb/if_udav.c
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/usb/if_ure.c
cvs rdiff -u -r1.85 -r1.86 src/sys/dev/usb/if_url.c
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/usb/usbnet.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