Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-10 Thread Paul Irofti
Please send the dump my way.

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-10 Thread Mark Kettenis
Date: Wed, 5 Sep 2012 04:01:56 +0400 From: Alexander Polakov p...@sdf.org * Alexander Polakov p...@sdf.org [120903 21:41]: Now back to underlying issues: x86emu executes some code which causes parity check NMI (bit 7 set in port 0x61) to be generated, which causes drop to the debugger

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-10 Thread Paul Irofti
On Mon, Sep 10, 2012 at 12:26:09PM +0200, Mark Kettenis wrote: Date: Wed, 5 Sep 2012 04:01:56 +0400 From: Alexander Polakov p...@sdf.org * Alexander Polakov p...@sdf.org [120903 21:41]: Now back to underlying issues: x86emu executes some code which causes parity check NMI (bit 7 set

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-10 Thread Mark Kettenis
Date: Mon, 10 Sep 2012 13:34:56 +0300 From: Paul Irofti p...@irofti.net On Mon, Sep 10, 2012 at 12:26:09PM +0200, Mark Kettenis wrote: Date: Wed, 5 Sep 2012 04:01:56 +0400 From: Alexander Polakov p...@sdf.org * Alexander Polakov p...@sdf.org [120903 21:41]: Now back to

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-03 Thread Alexander Polakov
* Theo de Raadt dera...@cvs.openbsd.org [120903 00:13]: Index: vga_pci.c === RCS file: /cvs/src/sys/dev/pci/vga_pci.c,v retrieving revision 1.68 diff -u -r1.68 vga_pci.c --- vga_pci.c 22 Aug 2012 20:58:30 -

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-03 Thread Theo de Raadt
* Theo de Raadt dera...@cvs.openbsd.org [120903 00:13]: Index: vga_pci.c === RCS file: /cvs/src/sys/dev/pci/vga_pci.c,v retrieving revision 1.68 diff -u -r1.68 vga_pci.c --- vga_pci.c 22 Aug 2012 20:58:30 -

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-03 Thread Ted Unangst
On Mon, Sep 03, 2012 at 21:18, Alexander Polakov wrote: Now back to underlying issues: x86emu executes some code which causes parity check NMI (bit 7 set in port 0x61) to be generated, which causes drop to the debugger (I mistook it for a panic). Btw, is it intended to not include isa.h in

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-02 Thread Alexander Polakov
With the diff below it resumes ok to X, but when I try to switch to text console or do a shutdown, I get this panic: /etc/rc.shutdown in progress... /etc/rc.shutdown complete. Stopped at cpu_idle_cycle+0xf: ret ddb{1} bt No such command ddb{1} trace cpu_idle_cycle(d406ac00) at

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-02 Thread Theo de Raadt
Index: vga_pci.c === RCS file: /cvs/src/sys/dev/pci/vga_pci.c,v retrieving revision 1.68 diff -u -r1.68 vga_pci.c --- vga_pci.c 22 Aug 2012 20:58:30 - 1.68 +++ vga_pci.c 2 Sep 2012 17:42:09 - @@ -186,7 +186,13 @@

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-02 Thread Eugene Yunak
On 2 September 2012 21:13, Theo de Raadt dera...@cvs.openbsd.org wrote: Index: vga_pci.c === RCS file: /cvs/src/sys/dev/pci/vga_pci.c,v retrieving revision 1.68 diff -u -r1.68 vga_pci.c --- vga_pci.c 22 Aug 2012 20:58:30 -

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-02 Thread Theo de Raadt
On 2 September 2012 21:13, Theo de Raadt dera...@cvs.openbsd.org wrote: Index: vga_pci.c === RCS file: /cvs/src/sys/dev/pci/vga_pci.c,v retrieving revision 1.68 diff -u -r1.68 vga_pci.c --- vga_pci.c 22 Aug 2012 20:58:30