From owner-freebsd-current@FreeBSD.ORG Wed Mar 24 15:15:50 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 2449216A4CE for ; Wed, 24 Mar 2004 15:15:50 -0800 (PST) Received: from smtp2.home.se (smtp2.home.se [213.214.194.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8197543D31 for ; Wed, 24 Mar 2004 15:15:49 -0800 (PST) (envelope-from mauritz.sundell@home.se) Received: from morgan.upsys.se mauritz.sundell@home.se [192.71.194.200] Novell NetWare; Thu, 25 Mar 2004 00:12:31 +0100 Date: Thu, 25 Mar 2004 00:16:22 +0100 (CET) From: Mauritz Sundell X-X-Sender: mauritz@morgan.upsys.se To: freebsd-current@freebsd.org Message-ID: <20040324234631.N1554@morgan.upsys.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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: Wed, 24 Mar 2004 23:15:50 -0000 ACPI stopped working after I upgraded my kernel/world last week after not doing that for a while. 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" -- Mauritz Sundell