From owner-cvs-src@FreeBSD.ORG Fri Feb 9 15:11:01 2007 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 C0C8016A402; Fri, 9 Feb 2007 15:11:01 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 9037213C494; Fri, 9 Feb 2007 15:11:01 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 6F6741AA2FB; Fri, 9 Feb 2007 10:10:59 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Fri, 09 Feb 2007 10:10:59 -0500 X-Sasl-enc: jVFeoJ1EV2MTE5UurZfT3N0/DwcRDG2MRDS0a4C47ubK 1171033859 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id BB5C710FAD; Fri, 9 Feb 2007 10:10:58 -0500 (EST) Message-ID: <45CC8F02.7090006@FreeBSD.org> Date: Fri, 09 Feb 2007 15:10:58 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: John Baldwin References: <200702091447.l19Elr3o031237@repoman.freebsd.org> In-Reply-To: <200702091447.l19Elr3o031237@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pciconf Makefile cap.c pciconf.8 pciconf.c pciconf.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, 09 Feb 2007 15:11:01 -0000 John Baldwin wrote: > Log: > MFC: Teach pciconf(8) to list PCI capabilities via the new -c flag and > update some cruft in the manpage. > Nice! BMS