Date: Fri, 10 Dec 1999 08:31:28 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Message-ID: <199912101631.IAA21255@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/12/10 08:31:28 PST Modified files: sys/net if.c Log: Add some gross ad-hock hacks to increase stability of if_detach: o be more careful about clearing addresses (this isn't a kludge) o For AF_INET interfaces, call SIOCDIFFADDR to remove last(?) bit of cruft. Special cases for AF_INET shouldn't be here, but I didn't see a good generic way of doing this. If I missed something, please let me know. This gross hack makes pccard ejection stable for ethernet cards. Submitted by: Atushi Onoe-san Revision Changes Path 1.79 +18 -3 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912101631.IAA21255>