aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pciconf/pathnames.h
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-12-07 10:52:59 +0000
committerMike Smith <msmith@FreeBSD.org>2000-12-07 10:52:59 +0000
commita54bc9d0289a92fdce639ae0204be73db61e38b3 (patch)
tree22ac7084958059e78b211b9f99caa87d690ad9b5 /usr.sbin/pciconf/pathnames.h
parent2c097d333210e54e072e78bc0008825e254b85a4 (diff)
downloadsrc-a54bc9d0289a92fdce639ae0204be73db61e38b3.tar.gz
src-a54bc9d0289a92fdce639ae0204be73db61e38b3.zip
Update to improve handling of verbose PCI vendor/device information.
- Read the database from /usr/share/misc (or wherever else we're pointed) rather than compiling it in. - Decode the class/subclass fields if requested. - Print things in a slightly longer but more readable format.
Notes
Notes: svn path=/head/; revision=69700
Diffstat (limited to 'usr.sbin/pciconf/pathnames.h')
-rw-r--r--usr.sbin/pciconf/pathnames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/pathnames.h b/usr.sbin/pciconf/pathnames.h
index 34fc83a19c58..719615a478fc 100644
--- a/usr.sbin/pciconf/pathnames.h
+++ b/usr.sbin/pciconf/pathnames.h
@@ -1 +1,3 @@
+/* $FreeBSD$ */
#define _PATH_DEVPCI "/dev/pci"
+#define _PATH_PCIVDB "/usr/share/misc/pci_vendors"