From owner-freebsd-current@FreeBSD.ORG Fri Nov 14 17:27:04 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B0471065677 for ; Fri, 14 Nov 2008 17:27:04 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 1E1028FC22 for ; Fri, 14 Nov 2008 17:27:03 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so660118ywe.13 for ; Fri, 14 Nov 2008 09:27:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=n7bfxXDPf2uYV+GTlEM1Gh5tlAMJpG0GL+H+dC3GaQs=; b=IEiEIhPtNH0Oi6xHTPzAj7ePdXaJyh3Uu+F6MnsCESXSn9oRcXV++kl9TzP4LVu3Fl zUhvVBDqP3qm4wifVLPFHgZ0XJeArA5XacCi9Kvxyf8ECMzSWd7vBAkvfBOyH08caN1i nzdnMVGwSpzMR5dWEAv91Pwn9zWoq6dtoWnro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ubYkDAYfMLsg+nWp+Vwgx2Li6YrRn9zggBO9SWCqYQiNNOyD72bBpStiS1BKjGipqG CLnRkbbcKlx0LIgbMXrz3h6GFAa1Y5c5J5H855k00E1N687hehDk6UwW1ANo5XyyQzcX p66iUF3X2QmaA4E783vHDlUkrSeI6inkJ5wQw= Received: by 10.90.106.1 with SMTP id e1mr891768agc.113.1226683623077; Fri, 14 Nov 2008 09:27:03 -0800 (PST) Received: by 10.90.82.5 with HTTP; Fri, 14 Nov 2008 09:27:02 -0800 (PST) Message-ID: <1d6d20bc0811140927p4a4e2aeaj2aa5d17892582d89@mail.gmail.com> Date: Sat, 15 Nov 2008 01:27:02 +0800 From: "Jia-Shiun Li" To: "John Baldwin" In-Reply-To: <200811131146.59034.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1d6d20bc0809170846g69311401j7f93f97969756e43@mail.gmail.com> <200811101132.27065.jhb@freebsd.org> <1d6d20bc0811130830k41160c8en5e145acbd4c2f7a0@mail.gmail.com> <200811131146.59034.jhb@freebsd.org> Cc: freebsd-current@freebsd.org, Navdeep Parhar Subject: Re: Unable to boot Asus P5QL-EM w/ acpi enabled X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 14 Nov 2008 17:27:04 -0000 On Fri, Nov 14, 2008 at 12:46 AM, John Baldwin wrote: > On Thursday 13 November 2008 11:30:45 am Jia-Shiun Li wrote: >> On Tue, Nov 11, 2008 at 12:32 AM, John Baldwin wrote: >> > Try this. It ensures the PCI-e window is mapped UC (though MTRR's should >> > already cover that in theory): >> > >> >> It does not work. Still hang at the same place. Could this be related >> to specific device (the IGD)? > > I'm not really sure. I don't think it should matter to the end device since > the chipset is responsible (I think) for translating either type of config > space access into config transactions on the bus. Does an amd64 kernel work > fine with MCFG? > No. amd64 kernel hang at the same place. Jia-Shiun.