From owner-freebsd-current Mon Oct 11 3:15:45 1999 Delivered-To: freebsd-current@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 34A0F14CF5 for ; Mon, 11 Oct 1999 03:15:34 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega.vega.com (dialup3-50.iptelecom.net.ua [212.42.74.178]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id NAA21911 for ; Mon, 11 Oct 1999 13:15:53 +0300 (EEST) Received: from altavista.net (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id NAA57138 for ; Mon, 11 Oct 1999 13:14:54 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <3801B89C.5DDD29D9@altavista.net> Date: Mon, 11 Oct 1999 13:14:53 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: current@freebsd.org Subject: ATA related panic Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems that ATA is broken - it paniced when kernel is booting. Following is diagnostic output: isa0: on motherboard pccard0: on motherboard Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc fault code = supervisor read, page not present instruction pointer = 0x8:0xc01ca927 stack pointer = 0x10:0xc032fe14 frame pointer = 0x10:0xc032fe28 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) interrupt mask = net tty bio cam trap number = 12 panic: page fault First I think that this is pccard breakage, but look into "nm /kernel" gave me following symbols around 0xc01ca927: c01ca8b4 t ata_isaprobe c01ca8b4 t gcc2_compiled. c01ca9c0 t ata_isaattach c01caa58 t ata_pcimatch c01cabe0 t ata_pciprobe c01cac0c t ata_pciattach c01cb0a0 t ata_probe c01cb3a0 t ataintr c01cb42c T ata_start c01cb570 T ata_reset c01cb6b0 T ata_reinit c01cb79c T ata_wait So, I've recommpiled my kernel with wd0 instead and its working now. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message