Subject: Re: Intel L440GX+ and SMP config
To: MINOURA Makoto <minoura@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: tech-smp
Date: 05/08/2003 16:44:10
On Wed, May 07, 2003 at 10:17:48AM +0900, MINOURA Makoto wrote:
> Hmm. I'm running NetBSD-current (1.6R) on the same board
> with 2 PentiumIII's.  MPBIOS enabled and MPACPI disabled.
> The BIOS version is 14.3.
> 
> Note with MPACPI it stalls at `cpu1: CPU 0 running'.

Btw, I believe that Kochi-san fixed this problem in sys/arch/i386/i386/mpacpi.c
revision 1.6. It is the classic symptom of 'death by wrong interrupt
trigger polarity'.

- Frank