From owner-freebsd-acpi@FreeBSD.ORG Thu Mar 13 15:20:02 2008 Return-Path: Delivered-To: freebsd-acpi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED20D106566B for ; Thu, 13 Mar 2008 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D462F8FC17 for ; Thu, 13 Mar 2008 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2DFK2aK083131 for ; Thu, 13 Mar 2008 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2DFK2IF083126; Thu, 13 Mar 2008 15:20:02 GMT (envelope-from gnats) Date: Thu, 13 Mar 2008 15:20:02 GMT Message-Id: <200803131520.m2DFK2IF083126@freefall.freebsd.org> To: freebsd-acpi@FreeBSD.org From: Leon Kos Cc: Subject: Re: kern/121558: Supermicro X7SB4 Fatal trap 12 when ACPI disabled X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Leon Kos List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:20:03 -0000 The following reply was made to PR kern/121558; it has been noted by GNATS. From: Leon Kos To: John Baldwin Cc: freebsd-acpi@freebsd.org, bug-followup@freebsd.org Subject: Re: kern/121558: Supermicro X7SB4 Fatal trap 12 when ACPI disabled Date: Thu, 13 Mar 2008 16:13:36 +0100 (CET) I've added hw.pci0.13.0.INTA.irq="16" hw.pci0.15.0.INTA.irq="17" hw.pci0.5.0.INTA.irq="19" and now it boots when ACPI disabled. I have also tried to move hints into /boot/loader.conf and this also works. Now I have hw.pci0.13.0.INTA.irq="40" hw.pci0.15.0.INTA.irq="41" hw.pci0.5.0.INTA.irq="43" in /boot/loader.conf and I see the following lines in dmesg log: em3: port 0x5000-0x501f mem 0xd8400000-0xd841ffff irq 40 at device 0.0 on pci13 em4: port 0x6000-0x601f mem 0xd8500000-0xd851ffff irq 41 at device 0.0 on pci15 em2: port 0x4000-0x401f mem 0xd8320000-0xd833ffff,0xd8300000-0xd831ffff irq 43 at device 0.0 on pci5 that I plan to stick with. I've replaced src/sys/dev/usb/ehci_pci.c with revision 1.3 from trunk and now also reboot is handled well. Thank you for all support and now I suggest to close the ticket. We'll see if BIOS will be upgraded by Supermicro. For now, above workaround is the only cure for this and similar boards. Kind regards, Leon Kos, CAD lab, Mech.Eng., University of Ljubljana, Slovenia (http://www.lecad.uni-lj.si/~leon)