On Fri, 11 Jul 2003, John Baldwin wrote:
> if (ether_poll_register(fxp_poll, ifp)) {
> /* disable interrupts */
> CSR_WRITE_1(sc, FXP_CSR_SCB_INTRCNTL, FXP_SCB_INTR_DISABLE);
> fxp_poll(ifp, 0, 1);
> FXP_UNLOCK(sc);
>
> Sent: Friday, July 11, 2003 9:13 AM
> To: Robin P. Blanchard
> Cc: [EMAIL PROTECTED]
> Subject: Re: Witness panic (fxp/polling related)
>
>
> On Friday 11 July 2003 08:50 am, you wrote:
> > Alright...Added WITNESS_DDB to the kernel. Here's (hopefully) more
> &g
Alright...Added WITNESS_DDB to the kernel. Here's (hopefully) more useful
info. Again, this is using sources dated yesterday morning.
recursed on non-recursive lock (sleep mutex) fxp0 @
/usr/src/sys/dev/fxp/if_fxp.
c:1502
first acquired @ /usr/src/sys/dev/fxp/if_fxp.c:1539
panic: recurse
Stack bac
On 10-Jul-2003 Robin P. Blanchard wrote:
> Sources as of this morning yield:
Do you have the actual panic message?
--
John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
__