rwatson     2004-08-13 22:48:05 UTC
  FreeBSD src repository
  Modified files:
    sys/pci              if_de.c 
  Log:
  Since the if_de driver doesn't contain locking, mark it as
  IFF_NEEDSGIANT so that ifp->if_start won't be called without Giant
  when running debug.mpsafenet=1.
  
  Revision  Changes    Path
  1.158     +1 -1      src/sys/pci/if_de.c