From owner-freebsd-hardware@FreeBSD.ORG Mon Feb 22 16:57:58 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CE601065696 for ; Mon, 22 Feb 2010 16:57:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6D71C8FC22 for ; Mon, 22 Feb 2010 16:57:58 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 18C5046B2D; Mon, 22 Feb 2010 11:57:58 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 69DBC8A021; Mon, 22 Feb 2010 11:57:57 -0500 (EST) From: John Baldwin To: freebsd-hardware@freebsd.org, agh@coolrhaug.com Date: Mon, 22 Feb 2010 11:02:16 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20100120; KDE/4.3.1; amd64; ; ) References: <201002212231.12018.agh@coolrhaug.com> In-Reply-To: <201002212231.12018.agh@coolrhaug.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201002221102.16153.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 22 Feb 2010 11:57:57 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.3 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Randy Chou Subject: Re: Intel DP45SG motherboard problem (amd64) X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2010 16:57:58 -0000 On Sunday 21 February 2010 9:31:11 am Alastair Hogge wrote: > > > Hello all. > > > I have a problem with Intel LGA775 DP45SG Intel P45/ICH10R motherboard > > > on FreeBSD/amd64. Any devices (keyboard, sata, net) don't work after > > > kernel loading. It works for i386 (expect for keyboard: first pressed > > > key "sticks"). > > > FreeBSD versions that i tried are: 7.0-RELEASE, 7.2-RELEASE, 8.0-CURRENT > > > There was no difference with/without ACPI. > > > I connect serial console, boot -v and I'm seeing FreeBSD complaining > > > about inability to allocate interrupts for devices, like the log below: > > > > Try 'device mptable'. Also, do you have an i386 dmesg? > > > > -- > > John Baldwin > Hello John, > > In regards to an old email thread: > http://lists.freebsd.org/pipermail/freebsd-hardware/2009- June/thread.html#5887 > > I've attached the i386 dmesg & "mptable device" from a 9.0-CURRENT -r204168 > system which still fails on booting an amd64 CD. You need to build a custom amd64 kernel which includes "device mptable" and use that. You may need to set 'hint.acpi.0.disabled=1' as well to force ACPI to be disabled. -- John Baldwin