aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2017-03-13 07:45:15 +0000
committerScott Long <scottl@FreeBSD.org>2017-03-13 07:45:15 +0000
commit286ab2b514a4da4d68648d00707718d7f81a661f (patch)
tree714532d401fb8008cc7d7fa6c1fc8edd9980091f /usr.sbin
parente449183c703e9da775c3dd0e24e608e1fddf9ab5 (diff)
downloadsrc-286ab2b514a4da4d68648d00707718d7f81a661f.tar.gz
src-286ab2b514a4da4d68648d00707718d7f81a661f.zip
Add constants and descriptions for some new PCI class definitions
Notes
Notes: svn path=/head/; revision=315190
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 d5e646a300fa..914a1c93180c 100644
--- a/usr.sbin/pciconf/pciconf.c
+++ b/usr.sbin/pciconf/pciconf.c
@@ -700,6 +700,9 @@ static struct
{PCIC_DASP, PCIS_DASP_PERFCNTRS, "performance counters"},
{PCIC_DASP, PCIS_DASP_COMM_SYNC, "communication synchronizer"},
{PCIC_DASP, PCIS_DASP_MGMT_CARD, "signal processing management"},
+ {PCIC_ACCEL, -1, "processing accelerators"},
+ {PCIC_ACCEL, PCIS_ACCEL_PROCESSING, "processing accelerators"},
+ {PCIC_INSTRUMENT, -1, "non-essential instrumentation"},
{0, 0, NULL}
};