From owner-freebsd-acpi@FreeBSD.ORG Wed Mar 12 15:46:51 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 7A1E310656C0; Wed, 12 Mar 2008 15:46:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id D8D5F8FC15; Wed, 12 Mar 2008 15:46:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 235195436-1834499 for multiple; Wed, 12 Mar 2008 11:44:05 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2CFjsS5015534; Wed, 12 Mar 2008 11:45:54 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Leon Kos Date: Wed, 12 Mar 2008 11:45:40 -0400 User-Agent: KMail/1.9.7 References: <200803111350.m2BDo3T2027051@freefall.freebsd.org> <47D7DFFC.20205@vwsoft.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200803121145.40714.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 12 Mar 2008 11:45:54 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6209/Wed Mar 12 11:08:16 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Volker , freebsd-acpi@freebsd.org, bug-followup@freebsd.org 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 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 15:46:51 -0000 On Wednesday 12 March 2008 11:15:07 am Leon Kos wrote: > It really looks like that if one uses hints to be statically compiled, th= en=20 > /boot/device.hints are ignored. After adding GENERIC.hints to CAD.hints my > kernel booted. But not with ACPI disabled. Same issue with Fatal trap 12. >=20 > I've added to /boot/device.hints > hw.pci13.0.INTA.irq=3D"16" > hw.pci15.0.INTA.irq=3D"17" > hw.pci5.0.INTA.irq=3D"17" How about just removing hints from your kernel config completely and just=20 putting hints in /boot/device.hints. That is, remove CAD.hints and just=20 leave relevant hints in /boot/device.hints. > With GENERIC and this hints does not help when booting ACPI disabled. Eve= n=20 > if they are statically compiled in. Is the syntax correct? How can I=20 > verify this? mptable is not useful as John Baldwin said? >=20 > I am also sad to say, that Supermicro response on the issue was: > Hello Sir, >=20 > We didn't validate FreeBSD with our X7SB4, can you please install one of = the=20 > validated OS'es and see if error is still the same? >=20 > http://www.supermicro.nl/support/resources/OS/X7S.cfm >=20 > Met vriendelijke groet / Best regards / Mit freundlichem gru=DF, >=20 > Peter Maas > Senior Application Engineer >=20 > Kind regards, >=20 > Leon Kos, CAD lab, Mech.Eng., University of Ljubljana, Slovenia > (http://www.lecad.uni-lj.si/~leon) If they support Linux, boot Linux with ACPI disabled. =2D-=20 John Baldwin