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:20 UTC 2022

Modified Files:
        src/sys/dev/usb: if_axe.c if_cdce.c usbnet.c usbnet.h

Log Message:
usbnet: Make the tx/rx locks private to usbnet.c.

Suffice it for the drivers to know that uno_tx_prepare and
uno_rx_loop have exclusive access to the chain, and, for tx,
exclusive access to the mbuf.


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/dev/usb/if_axe.c
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/usb/if_cdce.c
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/usb/usbnet.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/usb/usbnet.h

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