From owner-freebsd-current@FreeBSD.ORG Thu Feb 12 10:09:45 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 164AC16A4CE; Thu, 12 Feb 2004 10:09:45 -0800 (PST) Received: from fisk.demonized.net (h97n2fls33o834.telia.com [213.66.186.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E55C43D1F; Thu, 12 Feb 2004 10:09:44 -0800 (PST) (envelope-from manlix@demonized.net) Received: from beard.demonized.net (beard.demonized.net [172.22.1.2]) by fisk.demonized.net (8.12.10/8.12.10) with SMTP id i1CI9o3d095738; Thu, 12 Feb 2004 19:09:50 +0100 (CET) (envelope-from manlix@demonized.net) Date: Thu, 12 Feb 2004 19:09:42 +0100 From: Johan Pettersson To: kris@obsecurity.org Message-Id: <20040212190942.47c09b06.manlix@demonized.net> In-Reply-To: <20040212021355.GA9984@xor.obsecurity.org> References: <20040211025317.13af3d36.manlix@demonized.net> <200402111322.57127.jhb@FreeBSD.org> <20040212023806.1007984e.manlix@demonized.net> <20040212021355.GA9984@xor.obsecurity.org> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Bad interrupt routing causes my SATA controller to fail. 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: Thu, 12 Feb 2004 18:09:45 -0000 ata2: at 0xefe0 on atapci1 ata2: [MPSAFE] ata3: at 0xefa0 on atapci1 ata3: [MPSAFE] pci0: at device 31.3 (no driver attached) Fatal trap 9: general protection fault while in kernel mode cpuid = 0; apic id = 00 instruction pointer = 0x58:0x2a40 stack pointer = 0x10:0xf80 frame pointer = 0x10:0x0 code segment = base 0xc00f0000, limit 0xffff, type 0x1b = DPL 0, pres 1, def32 0, gran 0 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) trap number = 9 panic: general protection fault at line 819 in file /usr/src/sys/i386/i386/trap.c cpuid = 0; Uptime: 1s Automatic reboot in 15 seconds - press a key on the console to abort > On Thu, Feb 12, 2004 at 02:38:06AM +0100, Johan Pettersson wrote: > > 1) HTT + ACPI - Hangs with error on ad4 > > 2) no HTT + ACPI - Successful > > 3) ACPI and no apic (set hint.apic.0.disabled=1 from loader) - Successfull > > 4) no ACPI (set hint.acpi.0.disabled=1 from loader) - Kernel panic > > 5) no ACPI and no APIC (set both hints above from loader) - Kernel panic > > > > 3, 4, 5 was tested with HTT enabled in BIOS. > > Can you please provide details of the kernel panic(s)? > > Kris >