From owner-cvs-src@FreeBSD.ORG Fri Dec 15 21:48:16 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 0DDA016A509; Fri, 15 Dec 2006 21:48:16 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E6443CD3; Fri, 15 Dec 2006 21:45:55 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kBFLlXdm037245; Fri, 15 Dec 2006 14:47:38 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <458317F3.40200@samsco.org> Date: Fri, 15 Dec 2006 14:47:31 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: Warner Losh References: <200612152133.kBFLXO0I048253@repoman.freebsd.org> In-Reply-To: <200612152133.kBFLXO0I048253@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org 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: Fri, 15 Dec 2006 21:48:16 -0000 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? Scott