Re: Panic on fxp

2003-04-03 Thread David O'Brien
On Thu, Apr 03, 2003 at 04:10:04PM -0500, Robin P. Blanchard wrote: > # ls -ltr /usr/src/sys/dev/fxp/ > total 116 > -rw-r--r-- 1 root wheel 21318 Oct 25 2001 rcvbundl.h > -rw-r--r-- 1 root wheel 8190 Apr 2 13:00 if_fxpvar.h > -rw-r--r-- 1 root wheel 73326 Apr 3 11:46 if_fxp.c > -rw-r--

RE: Panic on fxp

2003-04-03 Thread Robin P. Blanchard
I'm seeing the same thing. A kernel from first thing this morning paniced the kernel whilst attempting to probe the device. I saw a commit go in shortly after 15.00 and rebuilt the kernel. Kernel built on that commit allows the box to boot, but the device simply doesn't pass (or see) any traffic...

Re: Panic on fxp

2003-04-03 Thread Maxime Henrion
Daniel C. Sobral wrote: > Peter Wemm wrote: > >"Daniel C. Sobral" wrote: > > > >>It seems recent current doesn't like my fxp. A current from some 10 > >>hours ago keeps complaining about device timeout and dma timeout. I > >>don't *know* it's fxp fault (for one thing, because it says "unknown"),

Re: Panic on fxp

2003-04-03 Thread Daniel C. Sobral
Peter Wemm wrote: "Daniel C. Sobral" wrote: It seems recent current doesn't like my fxp. A current from some 10 hours ago keeps complaining about device timeout and dma timeout. I don't *know* it's fxp fault (for one thing, because it says "unknown"), but... So, two hours ago, I cvsupped and t

Re: Panic on fxp

2003-04-03 Thread Peter Wemm
"Daniel C. Sobral" wrote: > It seems recent current doesn't like my fxp. A current from some 10 > hours ago keeps complaining about device timeout and dma timeout. I > don't *know* it's fxp fault (for one thing, because it says "unknown"), > but... > > So, two hours ago, I cvsupped and tried a

Panic on fxp

2003-04-03 Thread Daniel C. Sobral
It seems recent current doesn't like my fxp. A current from some 10 hours ago keeps complaining about device timeout and dma timeout. I don't *know* it's fxp fault (for one thing, because it says "unknown"), but... So, two hours ago, I cvsupped and tried a new world. This one panics on boot, w

Re: Kernel panic on fxp

2000-08-22 Thread John Polstra
In article <[EMAIL PROTECTED]>, Patrick Gardella <[EMAIL PROTECTED]> wrote: > I've been working for a while to try to figure out a problem I'm having > here. > > I did a buildworld Sunday, and started to get kernel panics on boot when > it probed fxp. So I removed fxp from my kernel and loaded

Re: Kernel panic on fxp

2000-08-22 Thread Bosko Milekic
PLEASE read this: http://www.freebsd.org/FAQ/hackers.html#AEN4885 Basically, by just looking at the page fault message, this appears to be the dereferencing of a NULL pointer. That's all that I'm afraid pretty much anybody will be able to conclude from this unless yo

Kernel panic on fxp

2000-08-22 Thread Patrick Gardella
I've been working for a while to try to figure out a problem I'm having here. I did a buildworld Sunday, and started to get kernel panics on boot when it probed fxp. So I removed fxp from my kernel and loaded it as a module (via loader.conf.local). It paniced. Then I unloaded the if_fxp.ko on