From owner-freebsd-smp Fri Sep 20 10: 0:49 2002 Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C849E37B40A for ; Fri, 20 Sep 2002 10:00:48 -0700 (PDT) Received: from mailhub.cns.ksu.edu (grunt.ksu.ksu.edu [129.130.12.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 496E143E75 for ; Fri, 20 Sep 2002 10:00:47 -0700 (PDT) (envelope-from beemern@ksu.edu) Received: from unix2.cc.ksu.edu (unix2.cc.ksu.edu [129.130.12.4]) by mailhub.cns.ksu.edu (8.9.1/8.9.1/mailhub+tar) with ESMTP id MAA06131 for ; Fri, 20 Sep 2002 12:00:44 -0500 (CDT) Received: from localhost (beemern@localhost) by unix2.cc.ksu.edu (8.11.6+Sun/8.11.6) with ESMTP id g8KH0iM11030 for ; Fri, 20 Sep 2002 12:00:44 -0500 (CDT) X-Authentication-Warning: unix2.cc.ksu.edu: beemern owned process doing -bs Date: Fri, 20 Sep 2002 12:00:44 -0500 (CDT) From: beemern X-X-Sender: To: Subject: RE: For those with P4 SMP problems.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org i edit'd /usr/src/sys/i386/i386/mp_machdep.c , changing the apic loop to start at x=2 (instead of x=1) since its (apparantly at x=1) where the problem arises, and it boots up fine, saying that its SMP Motherboard in dmesg (no errors) the reason i say that x=1 is the bad apic is because of the panic msg in the "regular" smp kernel which says: "AP #1 (PHY #6) failed!" i'm sure its not this simple, BUT, i'm wondering how to tell for sure if you really ARE running in SMP or not even tho the system is booted and running fine, i dont know how to verify that it is INDEED running in SMP mode thanks, nathan > Well, hmm. You could perhaps try using a hack to force it to start a > different APIC ID instead using trial and error to figure out which ID's > work and which one's don't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message