From owner-freebsd-current@FreeBSD.ORG Thu Nov 13 16:30:46 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 A34911065679 for ; Thu, 13 Nov 2008 16:30:46 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.191]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE6D8FC1A for ; Thu, 13 Nov 2008 16:30:46 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so909260rne.12 for ; Thu, 13 Nov 2008 08:30:45 -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=Ls6Ipcigjxpbaucc0OXsl7GWaZeTN+GxTUkensZnv+Y=; b=WJtDJzXy7TjHIEhL9evfC39iYdzb9Z9Q/td46cHHADQh7SOI8/4eQxllafJBEdgcFm f5/8PRmOm24wgrth9Vm30bJXi5gcExBm3ksRzmGq7snVhGXXigpcpi049d8uIKdrqkEy NYgg9TeBtANe+HimunwVk9EfSTcjfpwp/Mq/I= 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=R77j8vD/I/FiYa2B0eiiNwpWvmCMlJqvcIJixIwy73jMNd4kako27jLWvumDUaGx8w Vu/2RV3Et5haLFsm71gZGabBsGQw6fyaSPbRY30PyQZpHmm6pwfzC99+WaCnqlHsmzCO bQdu8WFuq46hVv0EqW5tLhSzUOZM6gyb+UOj0= Received: by 10.90.118.19 with SMTP id q19mr8692763agc.21.1226593845405; Thu, 13 Nov 2008 08:30:45 -0800 (PST) Received: by 10.90.82.5 with HTTP; Thu, 13 Nov 2008 08:30:45 -0800 (PST) Message-ID: <1d6d20bc0811130830k41160c8en5e145acbd4c2f7a0@mail.gmail.com> Date: Fri, 14 Nov 2008 00:30:45 +0800 From: "Jia-Shiun Li" To: "John Baldwin" In-Reply-To: <200811101132.27065.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> <200809250835.36444.jhb@freebsd.org> <1d6d20bc0811080944k270c74d4p593d3a93547669ed@mail.gmail.com> <200811101132.27065.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: Thu, 13 Nov 2008 16:30:46 -0000 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)? Jia-Shiun.