From owner-svn-src-all@FreeBSD.ORG Tue Sep 10 18:26:36 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 20AFD78D; Tue, 10 Sep 2013 18:26:36 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBA382058; Tue, 10 Sep 2013 18:26:35 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 93279B964; Tue, 10 Sep 2013 14:26:32 -0400 (EDT) From: John Baldwin To: "=?iso-8859-15?q?Jean-S=E9bastien?= =?iso-8859-15?q?_P=E9dron?=" Subject: Re: svn commit: r254882 - head/sys/dev/pci Date: Tue, 10 Sep 2013 14:18:19 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201308251809.r7PI9CsE052978@svn.freebsd.org> <201309091151.24587.jhb@freebsd.org> <522F5AC4.3040807@FreeBSD.org> In-Reply-To: <522F5AC4.3040807@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201309101418.19178.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 10 Sep 2013 14:26:32 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 18:26:36 -0000 On Tuesday, September 10, 2013 1:45:40 pm Jean-S=E9bastien P=E9dron wrote: > Le 09/09/2013 17:51, John Baldwin a =E9crit : > > Ok, let's punt on changing the API perhaps, but use the vgapci softc to= =20 find > > the resource: >=20 > This patch builds for me, but I can't tell if it works, as my computer=20 > only uses the pmap_mapbios() case. That's also why I never noticed the=20 > bogus behavior earlier. What if you try to force it to always use the PCIR_BIOS case? =2D-=20 John Baldwin