rwatson 2004-08-13 23:08:08 UTC
FreeBSD src repository
Modified files:
sys/dev/fe if_fe.c
Log:
Since if_fe 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.86 +2 -1 src/sys/dev/fe/if_fe.c