cvs commit: src/sys/dev/nge if_nge.c
Robert Watson
rwatson at FreeBSD.org
Fri Aug 13 16:22:53 PDT 2004
rwatson 2004-08-13 23:22:53 UTC
FreeBSD src repository
Modified files:
sys/dev/nge if_nge.c
Log:
Since if_nge doesn't contain locking or run with INTR_MPSAFE, mark
the interface as IFF_NEEDSGIANT so if_start is run holding Giant.
Note: this driver does declare and occasionally reference mutexes,
but I believe not nearly enough to provide safety.
Revision Changes Path
1.65 +2 -1 src/sys/dev/nge/if_nge.c
More information about the cvs-src
mailing list