From owner-freebsd-acpi@FreeBSD.ORG Wed Mar 12 14:12:20 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BF1C106566B; Wed, 12 Mar 2008 14:12:20 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2DB8FC18; Wed, 12 Mar 2008 14:12:19 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (F7292.f.ppp-pool.de [195.4.114.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id C8128128844; Wed, 12 Mar 2008 14:52:18 +0100 (CET) Received: from cesar.sz.vwsoft.com (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id DDE1E3F439; Wed, 12 Mar 2008 14:51:06 +0100 (CET) Message-ID: <47D7DFFC.20205@vwsoft.com> Date: Wed, 12 Mar 2008 14:51:56 +0100 From: Volker User-Agent: Thunderbird 2.0.0.12 (X11/20080305) MIME-Version: 1.0 To: Leon Kos References: <200803111350.m2BDo3T2027051@freefall.freebsd.org> <200803111003.58445.jhb@freebsd.org> In-Reply-To: X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit MailScanner-NULL-Check: 1205934672.18724@Q9XLbgBb53cQMn/3uGetvQ X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: freebsd-acpi@freebsd.org, bug-followup@freebsd.org Subject: Re: 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 List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 14:12:20 -0000 On 12/23/-58 20:59, Leon Kos wrote: > I have added > > hw.pci13.0.INTA.irq="16" > hw.pci15.0.INTA.irq="17" > hw.pci5.0.INTA.irq="19" > > to /boot/loader.conf and to /boot/device.hints without and face no effect > of this options when looking mptable. Then I've created CAD.hints > hw.pci13.0.INTA.irq=16 > hw.pci15.0.INTA.irq=17 > hw.pci5.0.INTA.irq=19 > > and included this in my kernel config with hints "CAD.hints" This is from my memories: I think I've investigated the hints include thing a while ago and found, when using this, the default hints file will not be processed anymore. If you're going to use 'hints "CAD.hints"' make sure it includes all the settings from default hints file (I do have the light feeling you've only included your additions to that file). Again, this is from memory and I welcome corrections if this statement is caused by remembering it wrong. Volker