summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-10-28 19:45:39 +0000
committermav <mav@FreeBSD.org>2016-10-28 19:45:39 +0000
commit69cb2fc35cc29ffe819a4080dfaf77aaf4b0c589 (patch)
treec3c02b2a0db0e017f53f49740a6bd8201af3c8a6 /usr.sbin
parentcc2b0295d88e0ed4b4a574fbc3acbe0961809586 (diff)
downloadFreeBSD-src-69cb2fc35cc29ffe819a4080dfaf77aaf4b0c589.zip
FreeBSD-src-69cb2fc35cc29ffe819a4080dfaf77aaf4b0c589.tar.gz
MFC r307731: Add names for some DASP devices.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pciconf/pciconf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c
index d62ce77..1bc5526 100644
--- a/usr.sbin/pciconf/pciconf.c
+++ b/usr.sbin/pciconf/pciconf.c
@@ -697,6 +697,9 @@ static struct
{PCIC_CRYPTO, PCIS_CRYPTO_NETCOMP, "entertainment crypto"},
{PCIC_DASP, -1, "dasp"},
{PCIC_DASP, PCIS_DASP_DPIO, "DPIO module"},
+ {PCIC_DASP, PCIS_DASP_PERFCNTRS, "performance counters"},
+ {PCIC_DASP, PCIS_DASP_COMM_SYNC, "communication synchronizer"},
+ {PCIC_DASP, PCIS_DASP_MGMT_CARD, "signal processing management"},
{0, 0, NULL}
};
OpenPOWER on IntegriCloud