From owner-cvs-src@FreeBSD.ORG Sat Dec 16 14:25:24 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 0F59716A40F; Sat, 16 Dec 2006 14:25:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A354543CAB; Sat, 16 Dec 2006 14:25:15 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kBGEPBuc058709; Sat, 16 Dec 2006 09:25:11 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Scott Long Date: Sat, 16 Dec 2006 09:20:54 -0500 User-Agent: KMail/1.9.4 References: <200612152133.kBFLXO0I048253@repoman.freebsd.org> <20061215.163743.1169684945.imp@bsdimp.com> <20061215190847.Q20147@pooker.samsco.org> In-Reply-To: <20061215190847.Q20147@pooker.samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612160920.55628.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Sat, 16 Dec 2006 09:25:12 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2344/Sat Dec 16 07:37:35 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" 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 14:25:24 -0000 On Friday 15 December 2006 21:09, Scott Long wrote: > 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. Yeah, it should be backported. It's pretty simple. -- John Baldwin