From owner-cvs-all@FreeBSD.ORG Fri Dec 15 23:39:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50E9B16A40F; Fri, 15 Dec 2006 23:39:27 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A58C743CB6; Fri, 15 Dec 2006 23:37:37 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kBFNagZL078821; Fri, 15 Dec 2006 16:36:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 15 Dec 2006 16:37:43 -0700 (MST) Message-Id: <20061215.163743.1169684945.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <458317F3.40200@samsco.org> References: <200612152133.kBFLXO0I048253@repoman.freebsd.org> <458317F3.40200@samsco.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 15 Dec 2006 16:36:44 -0700 (MST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 23:39:27 -0000 In message: <458317F3.40200@samsco.org> Scott Long writes: : Warner Losh wrote: : > imp 2006-12-15 21:33:23 UTC : > : > FreeBSD src repository : > : > Modified files: (Branch: RELENG_6) : > sys/sys bus.h : > Log: : > Directly commit a compatibility shim for -current. : > bus_get_dma_tag(dev) in stable is spelled NULL presently. Until such : > time as we MFC this functionailty (which may be never), provide this : > alternate spelling to aide in back-porting -current drivers. When the : > functionality is merged, this can be retired. : > : > Revision Changes Path : > 1.70.2.4 +8 -0 src/sys/sys/bus.h : : excellent. Care to also backport the pci_get_extcap() interface and : implementation? I'll take a look at it, but don't want to step on jmg's toes. Warner