From owner-freebsd-current Fri Sep 7 10: 6:22 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 516B737B410 for ; Fri, 7 Sep 2001 10:06:04 -0700 (PDT) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id KAA00219; Fri, 7 Sep 2001 10:05:53 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3B98F776.27F1DC09@CoreBit.com> Date: Fri, 07 Sep 2001 10:05:49 -0700 (PDT) From: John Baldwin To: Donny Lee Subject: Re: [acpi-jp 1246] ACPI and PS/2 mouse problem Cc: current@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 07-Sep-01 Donny Lee wrote: > Kazutaka YOKOTA wrote: >> Please send me the entire dmesg output after you boot >> the system with "boot -v" at the loader prompt. >> >> And do you have the following line in /boot/device.hints? >> hint.psm.0.irq="12" > > i have ibm 570e, with the same PS/2 mouse problem, Ohh. worse.. > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x3a > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc0268092 > stack pointer = 0x10:0xcd1dc948 > frame pointer = 0x10:0xcd1dc948 > 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 = 50 (sysctl) > trap number = 12 > \|/ ____ \|/ > "@'/ .. \`@" > /_| \__/ |_\ > \__U_/ > (ps. funny, but i'v run out of humor booting like this... ) > panic: page fault Do you have a debug kernel, if so, can you do 'gdb -k kernel.debug' in your sys/i386/compile/FOO directory and then do 'l *0xc0268092' to see what source line it died on. It's a NULL pointer dereference (as can be seen from the small fault virtual address) so seeing the source line will probably make it rather obvious. Also, compiling ddb into the kernel and getting a traceback would help, too. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message