cvs commit: src/sys/dev/ex if_ex.c

Robert Watson rwatson at FreeBSD.org
Fri Aug 13 16:06:56 PDT 2004


rwatson     2004-08-13 23:06:55 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ex           if_ex.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.53      +2 -1      src/sys/dev/ex/if_ex.c


More information about the cvs-src mailing list