From owner-freebsd-hardware@FreeBSD.ORG Fri Mar 23 18:13:34 2007 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24AE816A404 for ; Fri, 23 Mar 2007 18:13:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id B45FD13C4C3 for ; Fri, 23 Mar 2007 18:13:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l2NHfmHk083985; Fri, 23 Mar 2007 12:41:49 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-hardware@freebsd.org Date: Fri, 23 Mar 2007 13:38:37 -0400 User-Agent: KMail/1.9.6 References: <72010b1e0703221045u21228d0j5f59a73baa5df3fb@mail.gmail.com> In-Reply-To: <72010b1e0703221045u21228d0j5f59a73baa5df3fb@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703231338.37950.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 23 Mar 2007 12:41:49 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2913/Fri Mar 23 09:54:19 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Tom Subject: Re: FreeBSD 6 on a Compaq DL360 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2007 18:13:34 -0000 On Thursday 22 March 2007 01:45:56 pm Tom wrote: > I'm installing pfSense (which uses FreeBSD 6) on a Compaq DL360 (p21). > This is the 1st gen on the machine with 2 800 MHz CPUs. > > During the boot process, it hangs at "SMP: AP CPU #1 Launched!". > After a few minutes wait it resumes. > > If I boot with "Boot FreeBSD with ACPI disabled" it seems to work > fine. (no lag at boot) > > I've tried setting the machine type to NT4, Linux and SCO UnixWare 2.1 > using the SmartStart CD as suggested while searching Google, but they > all cause the machine to hang at the same spot. > > Are there any issues with running with ACPI disabled? > If not, what is the proper way to permanently disable it? What if you just disable SMP (via kern.smp.disabled=1) but leave ACPI enabled? -- John Baldwin