diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 535d4f6f3f3..5a011bdd0c8 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -5030,6 +5030,7 @@ static const struct {PCIC_DASP, PCIS_DASP_PERFCNTRS, 1, "performance counters"}, {PCIC_DASP, PCIS_DASP_COMM_SYNC, 1, "communication synchronizer"}, {PCIC_DASP, PCIS_DASP_MGMT_CARD, 1, "signal processing management"}, + {PCIC_INSTRUMENT, -1, 0, "non-essential instrumentation"}, {0, 0, 0, NULL} };