Date: Sat, 29 Mar 2003 04:42:02 -0800 (PST) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ie if_ie.c Message-ID: <200303291242.h2TCg27b048598@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303291242.h2TCg27b048598>