Date: Wed, 11 Aug 2004 03:38:55 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c if_axe.c if_cue.c if_kue.c if_rue.c if_udav.c Message-ID: <200408110338.i7B3ctoM049603@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-11 03:38:55 UTC
FreeBSD src repository
Modified files:
sys/dev/usb if_aue.c if_axe.c if_cue.c if_kue.c
if_rue.c if_udav.c
Log:
Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB framework
if_start routines cannot currently be entered without Giant. When
the kernel is running with debug.mpsafenet != 0, this will defer
if_start execution to a task queue thread holding Giant, which may
introduce additional latency, but avoid incorrect execution.
Suggested by: dfr
Revision Changes Path
1.86 +2 -1 src/sys/dev/usb/if_aue.c
1.21 +2 -1 src/sys/dev/usb/if_axe.c
1.52 +2 -1 src/sys/dev/usb/if_cue.c
1.58 +2 -1 src/sys/dev/usb/if_kue.c
1.16 +2 -1 src/sys/dev/usb/if_rue.c
1.8 +2 -1 src/sys/dev/usb/if_udav.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408110338.i7B3ctoM049603>
