Date: Wed, 12 Jul 2006 19:47:01 +0000 (GMT) From: wpaul@FreeBSD.ORG (Bill Paul) To: goto@snowy.to (Yoshikazu GOTO) Cc: freebsd-current@freebsd.org, imp@bsdimp.com Subject: Re: if_re does not work Message-ID: <20060712194701.6AFF516A4DE@hub.freebsd.org> In-Reply-To: <20060712.101453.74755604.goto@snowy.to> from Yoshikazu GOTO at "Jul 12, 2006 10:14:53 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> > You can try the following patch. It just papers over the problem...
>
> Thank you for your reply and patch.
>
> I tried it, but I caught error messages as follows:
>
> ---- start ----
> << boot sequence (dhclient on em0) >>
> re0: link state changed to DOWN
> panic: mutex re0 not owned at /usr/src/sys/kern/kern_mutex.c:405
> cpuid = 0
> KDB: enter: panic
> [thread pid 414 tid 100054 ]
> Stopped at kdb_enter+0x2b: nop
> db>
> ---- end ----
At this point, you should have typed 'bt' at the debugger prompt
and obtained a backtrace so we can see where in the driver code
the problem is occuring.
Sadly, you did not, so the problem remains a mystery.
-Bill
--
=============================================================================
-Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu
wpaul@windriver.com | Wind River Systems
=============================================================================
<adamw> you're just BEGGING to face the moose
=============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060712194701.6AFF516A4DE>
