From owner-svn-src-all@FreeBSD.ORG Tue Feb 3 07:42:14 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BA39106564A; Tue, 3 Feb 2009 07:42:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4A90A8FC1D; Tue, 3 Feb 2009 07:42:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n137dEsC025448; Tue, 3 Feb 2009 00:39:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 03 Feb 2009 00:39:39 -0700 (MST) Message-Id: <20090203.003939.-579111975.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200902021659.54847.jhb@freebsd.org> References: <200902021554.55644.jhb@freebsd.org> <1233608975.1492.45.camel@ferret.2hip.net> <200902021659.54847.jhb@freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, rnoland@FreeBSD.org Subject: Re: svn commit: r188018 - in head: sys/dev/pci usr.sbin/pciconf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Feb 2009 07:42:15 -0000 In message: <200902021659.54847.jhb@freebsd.org> John Baldwin writes: On Mon, 2009-02-02 at 15:54 -0500, John Baldwin wrote: jhb> I haven't looked this over thoroughly yet, but will it support BIOS jhb> mappings as well? Or should I take a crack at adding that? On Monday 02 February 2009 4:09:35 pm Robert Noland wrote: rnoland> It does not handle the BIOS BAR. If we need to we can either rnoland> extend this or add a new ioctl for that. However, if X is rnoland> just reading the current setting then what it is doing now rnoland> may be fine. I will try to look at the current code for that rnoland> in a bit. The BIOS BAR is special. Very special in a number of ways... Be careful probing it. I run into trouble whenever I touch the cardbus CIS parsing code. Warner