summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-02-02 19:54:17 +0000
committerjhb <jhb@FreeBSD.org>2007-02-02 19:54:17 +0000
commit04771e3c14c96f6a22e1dd7aa2d9b4feeab44349 (patch)
tree47d417a7025b617c2ee8e012615881236017e0e2 /usr.sbin/pciconf/Makefile
parentc09539e88fbd32b3dfebc905f46f882ed2e793d8 (diff)
downloadFreeBSD-src-04771e3c14c96f6a22e1dd7aa2d9b4feeab44349.zip
FreeBSD-src-04771e3c14c96f6a22e1dd7aa2d9b4feeab44349.tar.gz
- Teach pciconf(8) to list the PCI capabilities supported by each device
via a new -c flag to be used with -l. Some simple parsing code is present for the following capabilities: Power Management, AGP, VPD, MSI, PCI-X, HyperTransport, Vendor-specific, EHCI Debug Port, PCI-PCI bridge subvendor ID, PCI-express, and MSI-X. - Fix a few warnings in pciconf.c. - Update some cruft in pciconf(8): - PCI 2.1 is no longer a revolutionary standard, and subvendor ID's are fairly common at this point, so reflect that. - Header type 2 is used for PCI-CardBus bridges. - Describe the -v option for -l after completing the basic -l description instead of disrupting the flow in the middle. Reviewed by: imp (partially) MFC after: 1 week
Diffstat (limited to 'usr.sbin/pciconf/Makefile')
-rw-r--r--usr.sbin/pciconf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile
index d892a12..e57e736 100644
--- a/usr.sbin/pciconf/Makefile
+++ b/usr.sbin/pciconf/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PROG= pciconf
+SRCS= pciconf.c cap.c
MAN= pciconf.8
CFLAGS+= -I${.CURDIR}/../../sys
OpenPOWER on IntegriCloud