From owner-cvs-src-old@FreeBSD.ORG Thu Feb 26 18:58:57 2009 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 B8F2A10656DB for ; Thu, 26 Feb 2009 18:58:57 +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 A29A48FC20 for ; Thu, 26 Feb 2009 18:58:57 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1QIwvhl020224 for ; Thu, 26 Feb 2009 18:58:57 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1QIwvxs020223 for cvs-src-old@freebsd.org; Thu, 26 Feb 2009 18:58:57 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200902261858.n1QIwvxs020223@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 26 Feb 2009 18:54:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pci pci_user.c pcireg.h src/sys/sys pciio.h src/usr.sbin/pciconf pciconf.8 pciconf.c 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: Thu, 26 Feb 2009 18:58:59 -0000 jhb 2009-02-26 18:54:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cardbus cardbus.c sys/dev/pci pci_user.c pcireg.h sys/sys pciio.h usr.sbin/pciconf pciconf.8 pciconf.c Log: SVN rev 189080 on 2009-02-26 18:54:24Z by jhb MFC: Add a new ioctl to fetch details about an individual BAR of a device and add support for displaying BAR details via a new pciconf flag. Revision Changes Path 1.66.2.1 +1 -1 src/sys/dev/cardbus/cardbus.c 1.22.2.4 +70 -3 src/sys/dev/pci/pci_user.c 1.64.2.3 +3 -1 src/sys/dev/pci/pcireg.h 1.7.2.2 +9 -0 src/sys/sys/pciio.h 1.30.2.2 +27 -1 src/usr.sbin/pciconf/pciconf.8 1.30.2.3 +69 -6 src/usr.sbin/pciconf/pciconf.c