cvs commit: src/sys/dev/ie if_ie.c

Matthew N. Dodd mdodd at FreeBSD.org
Sat Mar 29 04:42:04 PST 2003


mdodd       2003/03/29 04:42:02 PST

  FreeBSD src repository

  Modified files:
    sys/dev/ie           if_ie.c 
  Log:
  Clear the IFF_OACTIVE flag at the end of ieinit().  This prevents
  the adapter from becoming wedged when when the interface is
  is brought up by ether_ioctl() (when you set an IP address for example.)
  
  Confirmed this "fix" from NetBSD's i82586 backend.  It seems hackish
  to me but whatever.
  
  Revision  Changes    Path
  1.93      +2 -0      src/sys/dev/ie/if_ie.c


More information about the cvs-src mailing list