From owner-freebsd-current@FreeBSD.ORG Wed May 5 16:38:52 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B381016A4CE for ; Wed, 5 May 2004 16:38:52 -0700 (PDT) Received: from anduin.net (anduin.net [212.12.46.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 933F943D3F for ; Wed, 5 May 2004 16:38:51 -0700 (PDT) (envelope-from ltning@anduin.net) Received: (qmail 204 invoked by uid 6759); 5 May 2004 23:38:50 -0000 Received: from ltning@anduin.net by anduin.net by uid 82 with qmail-scanner-1.20 (clamscan: 0.60. spamassassin: 2.60. Clear:RC:1(217.8.136.185):. Processed in 0.028917 secs); 05 May 2004 23:38:50 -0000 X-Qmail-Scanner-Mail-From: ltning@anduin.net via anduin.net X-Qmail-Scanner: 1.20 (Clear:RC:1(217.8.136.185):. Processed in 0.028917 secs) Received: from gatekeeper.in-space.org (HELO ?192.168.1.10?) (217.8.136.185) by anduin.net with SMTP; 5 May 2004 23:38:50 -0000 Message-ID: <40997B06.9070802@anduin.net> Date: Thu, 06 May 2004 01:38:46 +0200 From: Eirik Oeverby User-Agent: Mozilla Thunderbird 0.6 (X11/20040504) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <4098A00F.6010600@anduin.net> <20040505155918.GA30077@dragon.nuxi.com> In-Reply-To: <20040505155918.GA30077@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Enabling my second CPU X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 23:38:52 -0000 Follow-up: A small patch (thanks to Andrew Gallatin) to mptable.c, plus booting without ACPI (which to my knowledge isn't going to hurt me in my particular setup - feel free to correct me if I'm wrong here), makes FreeBSD enable the second CPU and use it. Running a make -j 10 buildworld now for a (very) rudimentary test, in a loop. Will see if the box is still alive tomorrow morning, but it's already been through one build and started the second without errors. So yes, quite possibly I've been very lucky :) Thanks, /Eirik David O'Brien wrote: > On Wed, May 05, 2004 at 10:04:31AM +0200, Eirik Oeverby wrote: > >>I've recently changed from an Asus A7M266-D board to a MSI K7D Master-L >>board, due to the Asus dying on me. I'm running with dual Athlon 1.4ghz >>CPUs (non-MP, just plain old Athlon CPUs), and with the Asus this was no >>problem at all. Performance was fine, both CPUs were utilized well, and >>all was good. >>Now with the MSI board, the BIOS complains on bootup that the CPUs I'm >>using aren't MP-capable, and that it has disabled one and is running in >>UNIprocessor mode. > > > You were very, very lucky this worked at all. You say "plain old > Athlon", not "Athlon XP". This implies Thunderbird, which really didn't > support SMP and I'm very surprised it worked at all in the Asus board. > Are you sure you don't mean "Athlon XP" (Palomino or newer)? > > The reason your BIOS is complaining is that non-MP Athlon's aren't > guaranteed to work in an SMP configuration. If you sampled 10 Athlon > XP's of them, I guaranteed some of them wouldn't work in SMP mode. Athlon > MP CPU's are fully tested, QA'ed, and certified to run *reliably* in SMP > mode and configurations. If AMD didn't have these checks put into the > BIOS, and you used two XP's that wouldn't work together you'd call AMD > CPU's "crap" and be all pissed.