From owner-cvs-src-old@FreeBSD.ORG Fri Apr 15 20:20:07 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83EAE1065676 for ; Fri, 15 Apr 2011 20:20:07 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 570438FC15 for ; Fri, 15 Apr 2011 20:20:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3FKK7ZK007909 for ; Fri, 15 Apr 2011 20:20:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3FKK7ll007908 for cvs-src-old@freebsd.org; Fri, 15 Apr 2011 20:20:07 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201104152020.p3FKK7ll007908@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 15 Apr 2011 20:19:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/pci pci.c pcivar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2011 20:20:07 -0000 jhb 2011-04-15 20:19:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/pci pci.c pcivar.h Log: SVN rev 220669 on 2011-04-15 20:19:50Z by jhb MFC 219865: Add pci_find_cap() as an alias for pci_find_extcap() to ease driver portability with 9+ where pci_find_extcap() has been renamed to pci_find_cap(). Revision Changes Path 1.386.2.12 +5 -5 src/sys/dev/pci/pci.c 1.84.2.5 +7 -1 src/sys/dev/pci/pcivar.h