summaryrefslogtreecommitdiff
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
commit9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch)
treea9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /usr.sbin/pciconf
parent1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff)
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/Makefile2
-rw-r--r--usr.sbin/pciconf/cap.c2
-rw-r--r--usr.sbin/pciconf/pathnames.h2
-rw-r--r--usr.sbin/pciconf/pciconf.82
-rw-r--r--usr.sbin/pciconf/pciconf.c2
-rw-r--r--usr.sbin/pciconf/pciconf.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile
index e57e736fe2c1..be2535b370db 100644
--- a/usr.sbin/pciconf/Makefile
+++ b/usr.sbin/pciconf/Makefile
@@ -1,5 +1,5 @@
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/pciconf/Makefile,v 1.10.12.1 2010/02/10 00:26:20 kensmith Exp $
PROG= pciconf
SRCS= pciconf.c cap.c
diff --git a/usr.sbin/pciconf/cap.c b/usr.sbin/pciconf/cap.c
index 3e0c86e08b6a..ae88405a7299 100644
--- a/usr.sbin/pciconf/cap.c
+++ b/usr.sbin/pciconf/cap.c
@@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/pciconf/cap.c,v 1.2.2.4.2.1 2010/02/10 00:26:20 kensmith Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.sbin/pciconf/pathnames.h b/usr.sbin/pciconf/pathnames.h
index 719615a478fc..0362878a0b53 100644
--- a/usr.sbin/pciconf/pathnames.h
+++ b/usr.sbin/pciconf/pathnames.h
@@ -1,3 +1,3 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/usr.sbin/pciconf/pathnames.h,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $ */
#define _PATH_DEVPCI "/dev/pci"
#define _PATH_PCIVDB "/usr/share/misc/pci_vendors"
diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8
index 6f6f107a24ba..b1c2dbe3fe8f 100644
--- a/usr.sbin/pciconf/pciconf.8
+++ b/usr.sbin/pciconf/pciconf.8
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/pciconf/pciconf.8,v 1.30.2.2.4.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd November 27, 2007
.Dt PCICONF 8
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c
index 4fc1f8e28a8e..a82d669c3185 100644
--- a/usr.sbin/pciconf/pciconf.c
+++ b/usr.sbin/pciconf/pciconf.c
@@ -29,7 +29,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/pciconf/pciconf.c,v 1.30.2.3.4.1 2010/02/10 00:26:20 kensmith Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.sbin/pciconf/pciconf.h b/usr.sbin/pciconf/pciconf.h
index 2e87c63cab46..f2082167427a 100644
--- a/usr.sbin/pciconf/pciconf.h
+++ b/usr.sbin/pciconf/pciconf.h
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pciconf/pciconf.h,v 1.1.4.1.8.1 2010/02/10 00:26:20 kensmith Exp $
*/
#ifndef __PCICONF_H__