]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since if_ex doesn't contain locking or run with INTR_MPSAFE, mark
authorRobert Watson <rwatson@FreeBSD.org>
Fri, 13 Aug 2004 23:06:55 +0000 (23:06 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Fri, 13 Aug 2004 23:06:55 +0000 (23:06 +0000)
commit54c32b7d9837a3020d7a4dd925d69c4655bf53a1
tree7449ea39f8c16cb1ab0b04fa8ec3f6a5a2588903
parent463d14faf8ddc56632b7d1dcc13576349eb7e237
Since if_ex doesn't contain locking or run with INTR_MPSAFE, mark
the interface as IFF_NEEDSGIANT so if_start is run holding Giant.

Note: there are locking macros in if_exreg.h, but they appear to be
unused.
sys/dev/ex/if_ex.c