From owner-freebsd-mobile Mon Dec 13 16:18:41 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id CF9B2151D3 for ; Mon, 13 Dec 1999 16:18:37 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA69647; Mon, 13 Dec 1999 17:18:35 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA47936; Mon, 13 Dec 1999 17:18:34 -0700 (MST) Message-Id: <199912140018.RAA47936@harmony.village.org> To: Christopher Masto Subject: Re: ed still not entirely ejectable (was Re: ed fix committed) Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 13 Dec 1999 17:48:52 EST." <19991213174852.A25352@netmonger.net> References: <19991213174852.A25352@netmonger.net> <199912100730.AAA20281@harmony.village.org> Date: Mon, 13 Dec 1999 17:18:34 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK. I've looked into this a little more. If I do a ifconfig ep0 down before ejecting the card, I still get the panic when I do a ping after ejecting the card. If I do a ifconfig ep0 down and then a route delete default, and I don't get a panic. That appears to be the last reference in the routing table. I'm not sure why ifconfig ep0 down doesn't delete the default route, but that is effectively what if_down() does as well. I'll have to ping some people about this. all the other routes seem to go away, but I'm not running anything "complex" on my machine, so maybe if I had other routes they would cause problems as well. Time for a post to freebsd-arch... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message