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--
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...
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"),
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
"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
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
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
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
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