rwatson     2004-08-14 00:15:26 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/xe           if_xe.c 
  Log:
  Since if_xe 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.52      +2 -1      src/sys/dev/xe/if_xe.c