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