From owner-freebsd-current@FreeBSD.ORG Sat Nov 27 09:21:05 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 7871216A4CE for ; Sat, 27 Nov 2004 09:21:05 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44BE143D41 for ; Sat, 27 Nov 2004 09:21:04 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received-SPF: pass (eva.fit.vutbr.cz: domain of xdivac02@eva.fit.vutbr.cz designates 127.0.0.1 as permitted sender) receiver=eva.fit.vutbr.cz; client_ip=127.0.0.1; envelope-from=xdivac02@eva.fit.vutbr.cz; Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id iAR9L09W093866 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 27 Nov 2004 10:21:00 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id iAR9L0mE093865 for current@freebsd.org; Sat, 27 Nov 2004 10:21:00 +0100 (CET) Date: Sat, 27 Nov 2004 10:20:59 +0100 From: Divacky Roman To: current@freebsd.org Message-ID: <20041127092059.GA93818@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: ACPI related panic on early boot 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: Sat, 27 Nov 2004 09:21:05 -0000 Hi, after jhb@-s commits to acpi I am getting this panic early on boot, its handwritten so there might be mistakes. I have acpi as a module, and the panic seems to occur after probing fdc wihle I have no fdc attached. I can provide any info you ask for... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x5 fault code = supervisor read, page not present instruction pointer = 0x8:0xc049fb86 stack pointer = 0x10:0xc0820c88 frame pointer = 0x10:0xc0820c8c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) [thread pid 0 tid 0] Stopped at device_get_children+0x10: movl 0x4(%eax),%eax db>trace Tracing pid 0 tid 0 td 0xc05f7de0 device_get_children(c1646100,c0820ca4,c0820ca8,c05d5bc0,101) at device_get_children+0x10 acpi_wake_sysctl_walk(c157bb00,c1670a00,31,c157bb00,c157bb00) at acpi_wake_sysctl_walk+0x17 acpi_wake_sysctl_walk(fee00fff,fee00000,c163a028,3,c07072a0) at acpi_wake_sysctl_walk+0x44 acpi_attach(c157bb00,c157bb00,c1573dc0,c157bc00,c0820d34) at acpi_attach+0x684 device_attach(c157bb00,c157bc00,c0820d48,c058feb3,c157bc00) at device_attach+0x226 bus_generic_attach(c157bc00,c157bc00,c157bc4c,c0820d60,c04a039c) at bus_generic_attach+0x14 nexus_attach(c157bc00,c157bc00,0,825000,c0820d70) at nexus_attach+0x13 device_attach(c157bc00) at device_attach+0x226 root_bus_configure(c15ca300,c05c5eec,0,c0820d98,c0468fab) at root_bus_configure+0x16 configure(0,81ec00,81e000,0,c0429e05) at configure+0x1b mi_startup() at mi_startup+0x86 begin() at begin+0x2c roman