Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: panic! panic! panic! sigh.. panic!



On Monday 22 September 2008 22:16:16 Roy Marples wrote:
> On Mon, 2008-09-22 at 23:10 +0200, Manuel Bouyer wrote:
> > On Mon, Sep 22, 2008 at 10:54:58PM +0200, Joerg Sonnenberger wrote:
> > > Can whoever is seeing such issues please try to disable the USB
> > > legacy in the BIOS and check if that fixes the issue?
> >
> > If it's a dell I don't think there's such an option in the BIOS,
> > and the box doens't have a PS/2 port ...
>
> Disabling USB legacy keyboard support doesn't enable other CPU's to
> become ready. I also need legacy support so that my USB keyboard works
> in the boot loader.

I was finally able to take a picture of the crash without PS/2 ports disabled 
in the kernel and compared it to dmesg output with the ports disables

I see this in my working dmesg

mainbus0 (root)
mainbus0: scanning 0x9e000 to 0x9e3f0 for MP signature
mainbus0: scanning 0x9dc00 to 0x9dff0 for MP signature
mainbus0: scanning 0xf0000 to 0xffff0 for MP signature
mainbus0: MP floating pointer found in bios at 0xf36b0
mainbus0: MP config table at 0xf1d74, 476 bytes long
cpu0 at mainbus0 apid 0cpu0: prelint0 700<vector=0,delmode=7,dest=0> 
0<target=0>
cpu0: prelint1 400<vector=0,delmode=4,dest=0> 0<target=0>
cpu0: timer0 10000<vector=0,delmode=0,masked,dest=0> 0<target=0>
cpu0: pcint0 10000<vector=0,delmode=0,masked,dest=0> 0<target=0>
cpu0: lint0 700<vector=0,delmode=7,dest=0> 0<target=0>
cpu0: lint1 400<vector=0,delmode=4,dest=0> 0<target=0>
cpu0: err0 10000<vector=0,delmode=0,masked,dest=0> 0<target=0>
timecounter: Timecounter "lapic" frequency 356145127 Hz quality -100
: Intel 686-class, 3204MHz, id 0x6fb
cpu0: Intel(R) On Demand Clock Modulation (state disabled)
cpu0: idle lwp at 0xffff80004b26aba0, idle sp at 0xffff80004b7efc50
cpu1 at mainbus0 apid 3: Intel 686-class, 3204MHz, id 0x6fb
cpu1: idle lwp at 0xffff80004b273420, idle sp at 0xffff80004ca21c50
cpu2 at mainbus0 apid 2: Intel 686-class, 3204MHz, id 0x6fb
cpu2: idle lwp at 0xffff80004b27bbc0, idle sp at 0xffff80004ca41c50
cpu3 at mainbus0 apid 1: Intel 686-class, 3204MHz, id 0x6fb
cpu3: idle lwp at 0xffff80004b27c420, idle sp at 0xffff80004ca5ec50
ioapic0 at mainbus0 apid 4: pa 0xfec00000, virtual wire mode, version 20, 24 
pins


And this with the PS/2 ports enabled - typed by hand, hopefully without error.

mainbus0 (root)
cpu0 at mainbus0 apid 0cpu0: prelint0 700<vector=0,delmode=7,dest=0> 
0<target=0>
cpu0: prelint1 400<vector=0,delmode=4,dest=0> 0<target=0>
cpu0: timer0 10000<vector=0,delmode=0,masked,dest=0> 0<target=0>
cpu0: pcint0 10000<vector=0,delmode=0,masked,dest=0> 0<target=0>
cpu0: lint0 700<vector=0,delmode=7,dest=0> 0<target=0>
cpu0: lint1 400<vector=0,delmode=4,dest=0> 0<target=0>
cpu0: err0 10000<vector=0,delmode=0,masked,dest=0> 0<target=0>
timecounter: Timecounter "lapic" frequency 356145127 Hz quality -100
: Intel 686-class, 3204MHz, id 0x6fb
cpu1 at mainbus0 apid 3cpu1: failed to become ready
droping into debugger; continue from here to resume boot
fatal breakpoint trap in supervisor mode
trap type 1 code 0 rip ffffffff80440c55 cs 8 rflags 286 cr2  0 cpl 8 rsp 
ffffffff80c9bcb0
Stopped in pid 0.1 (system) at  netbsd:breakpoint+0x5:  leave
db{0}>

As you can see, there is no mainbus0: scanning line - why should this be?
Hopefully this helps someone fix this. 

Thanks

Roy


Home | Main Index | Thread Index | Old Index