]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Convert the USB ethernet drivers to use mutexes. Also convert
authorwpaul <wpaul@FreeBSD.org>
Tue, 24 Oct 2000 22:38:54 +0000 (22:38 +0000)
committerwpaul <wpaul@FreeBSD.org>
Tue, 24 Oct 2000 22:38:54 +0000 (22:38 +0000)
commitdeefde18d945622194e19ab0449141b879104d9b
tree27821821a225a50037f2e42bb26e3efea97acf15
parent46334203c117eda9e89c8f885354dfc350035a21
Convert the USB ethernet drivers to use mutexes. Also convert
usb_ethersubr.c. This module maintains two queues for packets which
are each protected with one mutex. These are all the changes I can
do for now. Removing the USBD_NO_TSLEEP flag doesn't work yet: when
I tried it, the system would usually freeze up after a NIC had been
operating for a while. The usb_ethersubr module itself ought to
go away; this is the next thing I need to test.
sys/dev/usb/if_aue.c
sys/dev/usb/if_auereg.h
sys/dev/usb/if_cue.c
sys/dev/usb/if_cuereg.h
sys/dev/usb/if_kue.c
sys/dev/usb/if_kuereg.h
sys/dev/usb/usb_ethersubr.c