From owner-freebsd-amd64@FreeBSD.ORG Fri Jun 23 19:05:58 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E8C16A505 for ; Fri, 23 Jun 2006 19:05:58 +0000 (UTC) (envelope-from seebs@plethora.net) Received: from herd.plethora.net (herd.plethora.net [205.166.146.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3CA43D48 for ; Fri, 23 Jun 2006 19:05:56 +0000 (GMT) (envelope-from seebs@plethora.net) Received: from guild.plethora.net (guild.plethora.net [205.166.146.8]) by herd.plethora.net (Postfix) with ESMTP id 60EFC31E3E for ; Fri, 23 Jun 2006 14:05:54 -0500 (CDT) Received: from guild.plethora.net (seebs@localhost) by guild.plethora.net (8.13.3/8.12.8) with ESMTP id k5NJ8DTB009354 for ; Fri, 23 Jun 2006 14:08:13 -0500 (CDT) Message-Id: <200606231908.k5NJ8DTB009354@guild.plethora.net> X-Authentication-Warning: guild.plethora.net: seebs owned process doing -bs From: seebs@plethora.net (Peter Seebach) To: freebsd-amd64@freebsd.org In-reply-to: Your message of "Fri, 23 Jun 2006 13:15:56 EDT." <200606231315.56988.jhb@freebsd.org> Date: Fri, 23 Jun 2006 14:08:13 -0500 Subject: Re: SMP system not running SMP X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Seebach List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 19:05:58 -0000 In message <200606231315.56988.jhb@freebsd.org>, John Baldwin writes: >Ok, when you boot in safe mode, you don't just disable ACPI, you also disable >APIC which has the side effect of disabling SMP. Try breaking into the boot >loader prompt at the menu and just doing: >'ok set hint.acpi.0.disabled=1' >'ok boot' >and seeing if that gives you SMP. Is this at all similar to the "ACPI disabled" way of booting already provided? At least on my system, it has the same result; system hangs right after acd0, during "waiting for SCSI devices to settle" or possibly immediately after. -s