From owner-cvs-src@FreeBSD.ORG Wed Sep 3 03:07:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B62E516A4BF; Wed, 3 Sep 2003 03:07:00 -0700 (PDT) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53B4E4400B; Wed, 3 Sep 2003 03:06:59 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id h83A6vSO074399; Wed, 3 Sep 2003 11:06:57 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) h83A6uTj009184; Wed, 3 Sep 2003 11:06:57 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: John Baldwin In-Reply-To: <200309021711.h82HBRm7089360@repoman.freebsd.org> References: <200309021711.h82HBRm7089360@repoman.freebsd.org> Content-Type: text/plain Message-Id: <1062583616.9149.12.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 03 Sep 2003 11:06:56 +0100 Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci pcireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 10:07:00 -0000 On Tue, 2003-09-02 at 18:11, John Baldwin wrote: > jhb 2003/09/02 10:11:27 PDT > > FreeBSD src repository > > Modified files: > sys/dev/pci pcireg.h > Log: > - Deprecate PCIR_MAPS under BURN_BRIDGES (meaning it will be gone in 6.0) > and replace it with the more intuitive name PCIR_BARS. > - Add a PCIR_BAR(x) macro that returns the config space register offset of > the 32-bit BAR x. I think you missed the new abuse of PCIR_MAPS which I introduced in pci.c revision 1.228.