Re: Witness panic (fxp/polling related)

2003-07-11 Thread Nate Lawson
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); >

RE: Witness panic (fxp/polling related)

2003-07-11 Thread Robin P. Blanchard
> 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

RE: Witness panic (fxp/polling related)

2003-07-11 Thread Robin P. Blanchard
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

RE: Witness panic (fxp/polling related)

2003-07-10 Thread John Baldwin
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/ __