From owner-freebsd-acpi@FreeBSD.ORG Mon Sep 20 22:20:51 2010 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4FC8106566C for ; Mon, 20 Sep 2010 22:20:50 +0000 (UTC) (envelope-from daniel.bilik@neosystem.cz) Received: from mx.neosystem.cz (mx.neosystem.cz [IPv6:2002:5856:6e27:15::10]) by mx1.freebsd.org (Postfix) with ESMTP id A525E8FC0A for ; Mon, 20 Sep 2010 22:20:50 +0000 (UTC) Received: from tao.neosystem.cz (localhost [127.0.0.1]) by mx.neosystem.cz (Postfix) with ESMTP id D9B8E30DB for ; Tue, 21 Sep 2010 00:20:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at mx.neosystem.cz Received: from neon.sn.neosystem.cz (unknown [172.19.40.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.neosystem.cz (Postfix) with ESMTPSA id 08BCF3024 for ; Tue, 21 Sep 2010 00:20:38 +0200 (CEST) Date: Tue, 21 Sep 2010 00:15:33 +0200 From: Daniel Bilik To: freebsd-acpi@freebsd.org Message-Id: <20100921001533.803ef029.daniel.bilik@neosystem.cz> Organization: neosystem.cz X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: acpi0: Could not initialise SystemMemory handler: AE_NOT_EXIST 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: Mon, 20 Sep 2010 22:20:51 -0000 Hi. I've tried to get FreeBSD run on HP Mini 5102, but both 8-STABLE and 9-CURRENT fail to attach ACPI: --- ... cpu0 (BSP): APIC ID: 0 cpu1 (AP/HT): APIC ID: 1 ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard ACPI Error: No handler for Region [PMIO] (0xffffff00024b1d00) [SystemIO] (20100331/evregion-487) ACPI Error: Region SystemIO(0x1) has no handler (20100331/exfldio-383) ACPI Error (psparse-0633): Method parse/execution failed [\_SB_.PCI0.GSWS] (Node 0xffffff00024c63e0), AE_NOT_EXIST ACPI Error (psparse-0633): Method parse/execution failed [\_SB_.SSMI] (Node 0xffffff00024af400), AE_NOT_EXIST ACPI Error (psparse-0633): Method parse/execution failed [\_SB_.PCI0.GFX0._REG] (Node 0xffffff00024ac9e0), AE_NOT_EXIST acpi0: Could not initialise SystemMemory handler: AE_NOT_EXIST device_attach: acpi0 attach returned 6 RTC BIOS diagnostic error 96 Timecounters tick every 1.000 msec md0: Preloaded image 4194304 bytes at 0xffffffff80e6aa98 SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/md0 warning: no time-of-day clock registered, system time will not be set accurately --- At this point the system stops. 7-STABLE also fails on ACPI but it gets somewhat further: --- ... cpu0 (BSP): APIC ID: 0 cpu1 (AP/HT): APIC ID: 1 ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard ACPI Error (evregion-0427): No handler for Region [PMIO] (0xffffff00023ef080) [SystemIO] (20070320) ACPI Error (exfldio-0390): Region SystemIO(1) has no handler [20070320] ACPI Error (psparse-0626): Method parse/execution failed [\_SB_.PCI0.GSWS] (Node 0xffffff00023fc1e0), AE_NOT_EXIST ACPI Error (psparse-0633): Method parse/execution failed [\_SB_.PCI0.GFX0._REG] (Node 0xffffff00023e7600), AE_NOT_EXIST acpi0: Could not initialise SystemMemory handler: AE_NOT_EXIST device_attach: acpi0 attach returned 6 pcib0: pcibus 0 on motherboard pci0: on pcib0 vgapci0: port 0x50b0-0x50b7 mem 0x94480000-0x944fffff,0x80000000-0x943fffff irq 10 at device 2.0 on pci0 vgapci1: mem 0x94400000-0x9447ffff at device 2.1 on pci0 pci0: at device 27.0 (no driver attached) pcib1: irg 10 at device 28.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) ... --- And continues to boot. Booting with ACPI disabled results in panic down the road. (Just a test, as running this machine without ACPI is meaningless). For comparison I've tried to boot NetBSD-5 and Linux 2.6.3[45] on this little beast, and both seem to handle ACPI correctly. Do you think there is some simple way to make FreeBSD like ACPI on this machine? -- Daniel Bilik PS: Keep me in Cc as I'm not subscribed to the list. Thanks.