rwatson 2004-08-13 22:52:11 UTC
FreeBSD src repository
Modified files:
sys/dev/ar if_ar.c
Log:
As the if_ar driver doesn't contain locking or run its interrupt
MPSAFE, mark it as IFF_NEEDSGIANT so that its if_start routine is
run holding Giant.
Revision Changes Path
1.65 +2 -1 src/sys/dev/ar/if_ar.c