rwatson     2004-08-13 23:04:24 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/ed           if_ed.c 
  Log:
  Since if_ed 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.233     +2 -2      src/sys/dev/ed/if_ed.c