From owner-freebsd-current@FreeBSD.ORG Wed Mar 24 23:29:03 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 CD88C16A4CE for ; Wed, 24 Mar 2004 23:29:03 -0800 (PST) Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5296143D2D for ; Wed, 24 Mar 2004 23:29:03 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with ESMTP id i2P7T1k2019504; Thu, 25 Mar 2004 08:29:02 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i2P7T1ju044525; Thu, 25 Mar 2004 08:29:01 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i2P7T1p3044524; Thu, 25 Mar 2004 08:29:01 +0100 (CET) (envelope-from wkb) Date: Thu, 25 Mar 2004 08:29:00 +0100 From: Wilko Bulte To: Mauritz Sundell Message-ID: <20040325072900.GB44418@freebie.xs4all.nl> References: <20040324234631.N1554@morgan.upsys.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040324234631.N1554@morgan.upsys.se> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: ACPI hangs after Mounting root and trying /sbin/init (Work-around for Compaq Evo N160) 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: Thu, 25 Mar 2004 07:29:03 -0000 On Thu, Mar 25, 2004 at 12:16:22AM +0100, Mauritz Sundell wrote: > > ACPI stopped working after I upgraded my kernel/world last week after > not doing that for a while. At least I am not alone, my EVO does exactly that.. ;) > Without knowing the details of what I am doing, the following allows me to > have ACPI enabled including suspend-to-disk and a working pccard > (probably not everything works but the essentials for me do) > > Workaround for Compaq Evo N160: > > 1. Dump your ACPI tables and for Method \_SB.PCI0._PRT remove Package > (0x04) { 0x001DFFFF, 0x03, \_SB.PCI0.LPCB.LNKH, 0x00 } from return value > (dont know why). > Recompile and install in /boot/DSDT.aml > Contact me if you want my DSDT.aml or .asl > > 2. In /boot/device.hints: > acpi_dsdt_load="YES" > acpi_dsdt_name="/boot/DSDT.aml" > hw.acpi.pci.link.2.6.0.irq="10" > > 3. Other lines in /boot/device.hints that I have since before > debug.acpi.disable="lid" > hw.cbb.start_memory="0xd0208000" I'll give this a shot later today/this week. Thanks a lot! -- Wilko Bulte wilko@FreeBSD.org