From owner-cvs-all@FreeBSD.ORG Fri Feb 9 14:47:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30B4E16A407; Fri, 9 Feb 2007 14:47:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F272B13C471; Fri, 9 Feb 2007 14:47:53 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19Elrlc031238; Fri, 9 Feb 2007 14:47:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19Elr3o031237; Fri, 9 Feb 2007 14:47:53 GMT (envelope-from jhb) Message-Id: <200702091447.l19Elr3o031237@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2007 14:47:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pciconf Makefile cap.c pciconf.8 pciconf.c pciconf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 14:47:54 -0000 jhb 2007-02-09 14:47:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pciconf Makefile pciconf.8 pciconf.c Added files: (Branch: RELENG_6) usr.sbin/pciconf cap.c pciconf.h Log: MFC: Teach pciconf(8) to list PCI capabilities via the new -c flag and update some cruft in the manpage. Revision Changes Path 1.9.14.1 +2 -1 src/usr.sbin/pciconf/Makefile 1.1.2.1 +477 -0 src/usr.sbin/pciconf/cap.c (new) 1.26.8.1 +34 -17 src/usr.sbin/pciconf/pciconf.8 1.24.2.2 +44 -30 src/usr.sbin/pciconf/pciconf.c 1.1.2.1 +38 -0 src/usr.sbin/pciconf/pciconf.h (new)