summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-06-01 18:33:40 +0000
committerjhb <jhb@FreeBSD.org>2012-06-01 18:33:40 +0000
commitc0cab825682418f613230f9c3a3f8014b1dc7875 (patch)
treec0461e2c60e653987a01643188e64387b133c23d /usr.sbin/pciconf/Makefile
parent2c2eaadd0737c825f3ac8cbdf9ce735f3aebb359 (diff)
downloadFreeBSD-src-c0cab825682418f613230f9c3a3f8014b1dc7875.zip
FreeBSD-src-c0cab825682418f613230f9c3a3f8014b1dc7875.tar.gz
Add a new -e flag to pciconf(8)'s list mode to display PCI error details.
Currently this dumps the status of any error bits in the PCI status register and PCI-express device status register. It also lists any errors indicated by version 1 of PCI-express Advanced Error Reporting (AER). MFC after: 1 week
Diffstat (limited to 'usr.sbin/pciconf/Makefile')
-rw-r--r--usr.sbin/pciconf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile
index 9fbec00..32e9848 100644
--- a/usr.sbin/pciconf/Makefile
+++ b/usr.sbin/pciconf/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= pciconf
-SRCS= pciconf.c cap.c
+SRCS= pciconf.c cap.c err.c
MAN= pciconf.8
CFLAGS+= -I${.CURDIR}/../../sys
OpenPOWER on IntegriCloud