rwatson 2004-08-13 23:18:01 UTC
FreeBSD src repository
Modified files:
sys/dev/lge if_lge.c
Log:
Since if_lge doesn't contain locking or run with INTR_MPSAFE, mark
the interface as IFF_NEEDSGIANT so if_start is run holding Giant.
Revision Changes Path
1.34 +2 -1 src/sys/dev/lge/if_lge.c