From owner-freebsd-acpi@FreeBSD.ORG Tue Feb 6 16:57:28 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C95316A401 for ; Tue, 6 Feb 2007 16:57:28 +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 427FC13C4A7 for ; Tue, 6 Feb 2007 16:57:26 +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.6/8.13.6) with ESMTP id l16Gv90v070927; Tue, 6 Feb 2007 11:57:11 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Tue, 6 Feb 2007 10:38:13 -0500 User-Agent: KMail/1.9.1 References: <200702061217.36453.hselasky@c2i.net> In-Reply-To: <200702061217.36453.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702061038.13832.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]); Tue, 06 Feb 2007 11:57:11 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2527/Tue Feb 6 05:14:46 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: Hans Petter Selasky Subject: Re: APIC problem X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 16:57:28 -0000 On Tuesday 06 February 2007 06:17, Hans Petter Selasky wrote: > Hi, > > I have some problems with a HP pavillion dv2000 laptop. I need to use the > following hint to make it work: > > hint.apic.0.disabled="1" > > I have currently tested it with FreeSBIE 2.0 (FreeBSD 6.2) and it freezes > after the kernel has loaded. I tried to break into the debugger, but with no > success. What if you do 'kern.smp.disabled=1' but leave APIC enabled? Also, does it work ok if you disable just ACPI? (Does it use APIC in that case, some machines don't.) -- John Baldwin