From owner-freebsd-current@FreeBSD.ORG Thu Mar 29 15:50:18 2012 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 17FE3106566B for ; Thu, 29 Mar 2012 15:50:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9CCAE8FC15 for ; Thu, 29 Mar 2012 15:50:17 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 82423939 for freebsd-current@freebsd.org; Thu, 29 Mar 2012 17:45:05 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Thu, 29 Mar 2012 17:43:42 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201203291743.42861.hselasky@c2i.net> Subject: Boot-issue: Overlapping I/O regions and display adapters in -current 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, 29 Mar 2012 15:50:18 -0000 Hi, It appears that overlapping I/O regions can trigger a bug on display adapters, which I've tried to fix here: http://svn.freebsd.org/changeset/base/233662 I'm not an expert in this area, though if anyone has any better suggestions, I am willing to try that. Sympthom: ACPI enabled i386 kernel works, ACPI enabled amd64 kernel stops during boot due to invalid CPU instruction exactly after disabling BAR on AGP device. --HPS