From owner-freebsd-current@FreeBSD.ORG Tue Nov 30 13:12:56 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 B1FF016A4CF; Tue, 30 Nov 2004 13:12:56 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC8243D2D; Tue, 30 Nov 2004 13:12:56 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id iAUDCtSG017209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 08:12:55 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id iAUDCTwR029514; Tue, 30 Nov 2004 08:12:29 -0500 (EST) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16812.29117.221988.730885@grasshopper.cs.duke.edu> Date: Tue, 30 Nov 2004 08:12:29 -0500 (EST) To: "Kenneth D. Merry" In-Reply-To: <20041130035552.GA32924@nargothrond.kdm.org> References: <20041130035552.GA32924@nargothrond.kdm.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: current@FreeBSD.org Subject: Re: -current hang during boot on SMP machine 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: Tue, 30 Nov 2004 13:12:56 -0000 Have you tried disabling ACPI via hint.acpi.0.disabled="1" in /boot/loader.conf The ACPI on these older machines is pretty bad. I have a very similar SuperMicro machine w/o SCSI at work which runs 5.3-R fine w/ACPI disabled. I discovered early in the 5.0 cycle that enabling ACPI would lead to a console message for each fxp0 interrupt.. Drew