Subject: Re: 1.6F and i386mp_plus16_stable?
To: None <tech-smp@NetBSD.ORG>
From: MLH <MLH@goathill.org>
List: tech-smp
Date: 08/29/2002 19:07:43
On 29 Aug 2002 13:00:05 -0500, Miguel Mendez wrote:
> On 29 Aug 2002 17:10:37 GMT
> MLH <MLH@goathill.org> wrote:
> 
> Hi!
> 
>> /usr/syssrc/sys/arch/i386/compile/ENKI_MP/../../../../arch/i386/i386/
>> pmc.c:76: for each function it appears in.) *** Error code 1
> 
> I found exactly the same problem (I built my system on the 21st).
> However, this problem went away when I used GENERIC.MP instead of my
> custom configuration. Have you tried building a GENERIC.MP kernel?

Excellent!  I was missing a 'cpu* at mainbus?' that was added to
GENERIC after yesterday.  I had pulled in the lm driver so we could
monitor temps and fans and missed that change.

so it's up and running now :
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Athlon Model 6 (Palomino) (686-class), 1533.51 MHz
...
cpu1 at mainbus0: apid 1 (application processor)
cpu1: starting
cpu1: AMD Athlon Model 6 (Palomino) (686-class), 1533.40 MHz

Thanks Much!