From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:06:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4899216A4CE; Tue, 24 Aug 2004 18:06:22 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F34243D4C; Tue, 24 Aug 2004 18:06:22 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7OI6KhL056707; Tue, 24 Aug 2004 11:06:20 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7OI6KH4056706; Tue, 24 Aug 2004 11:06:20 -0700 (PDT) (envelope-from obrien) Date: Tue, 24 Aug 2004 11:06:20 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20040824180620.GA56576@dragon.nuxi.com> References: <200408231628.i7NGSg8G084516@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408231628.i7NGSg8G084516@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 18:06:22 -0000 On Mon, Aug 23, 2004 at 04:28:42PM +0000, Nate Lawson wrote: > njl 2004-08-23 16:28:42 UTC > FreeBSD src repository > Modified files: > sys/dev/acpica acpi.c acpi_resource.c acpivar.h > Log: > Rework sysresource management. Instead of having each sysresource object ... > Tested by: Pawel Worach > Tested by: Radek Kozlowski Tested only on i386, right?? acpi0: on motherboard acpi0: Power Button (fixed) Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xffffffff801aa9d6 stack pointer = 0x10:0xffffffff808ac9d0 frame pointer = 0x10:0xffffffff808aca00 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) [thread 0] Stopped at acpi_sysres_attach+0xc6: decl %ecx db> db> tr acpi_sysres_attach() at acpi_sysres_attach+0xc6 device_attach() at device_attach+0x292 acpi_probe_child() at acpi_probe_child+0x183 AcpiNsWalkNamespace() at AcpiNsWalkNamespace+0xe6 AcpiWalkNamespace() at AcpiWalkNamespace+0xaf acpi_attach() at acpi_attach+0x63d device_attach() at device_attach+0x292 bus_generic_attach() at bus_generic_attach+0x18 nexus_attach() at nexus_attach+0x19 device_attach() at device_attach+0x292 root_bus_configure() at root_bus_configure+0x1e configure() at configure+0x1f mi_startup() at mi_startup+0xd3 btext() at btext+0x2c db> -- -- David (obrien@FreeBSD.org)