rwatson     2004-08-14 00:17:04 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/ixgb         if_ixgb.c 
  Log:
  Since if_ixgb 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.3       +2 -1      src/sys/dev/ixgb/if_ixgb.c