Subject: Re: my first panic
To: Matthias Pfaller <leo@dachau.marco.de>
From: Jon Buller <jonb@metronet.com>
List: port-pc532
Date: 10/10/1995 22:29:47
> > NetBSD/pc532 (bullbox.jbl.com) (console)
> >  
> > login: bad trap: type=1, pc=0xfe005078, tear=0x0, msr=0x0
> 
> Could you lookup 0xfe005078 in your kernel (with nm)?
> 
> > If you want or need more info, just ask.  It may not be particularly
> > relevant, if the old ncr driver is going out real soon.
> 
> I don't think this is a driver related panic. 0xfe005078 is probably still
> in locore.s

here you go:

jonb@bullbox[105]% nm /netbsd | grep fe004f
fe004fb0 T _statclock
jonb@bullbox[106]% nm /netbsd | grep fe0050
fe0050e0 T _sysctl_clockrate
jonb@bullbox[107]%

I guess it looks like some work with the clock. 8-)    I'll do a
"cd /usr/src/sys" and poke around a bit, after I send this off,
and deal with a few other messages that need replies as well.

Jon