From owner-cvs-src@FreeBSD.ORG Sat Dec 16 18:03:31 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B1D816A407; Sat, 16 Dec 2006 18:03:31 +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 AF61943CA8; Sat, 16 Dec 2006 18:03:30 +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 kBGI1MpW095560; Sat, 16 Dec 2006 11:01:22 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 16 Dec 2006 11:02:21 -0700 (MST) Message-Id: <20061216.110221.-332179094.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <20061215190847.Q20147@pooker.samsco.org> References: <458317F3.40200@samsco.org> <20061215.163743.1169684945.imp@bsdimp.com> <20061215190847.Q20147@pooker.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]); Sat, 16 Dec 2006 11:01:22 -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-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 16 Dec 2006 18:03:31 -0000 In message: <20061215190847.Q20147@pooker.samsco.org> Scott Long writes: : On Fri, 15 Dec 2006, M. Warner Losh wrote: : : > 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. : > : : The VPD stuff isn't suitable for backport. I thought that it was john : that did the extcap stuff. Ah, right. I was confused... Warner