View | Details | Raw Unified | Return to bug 263469
Collapse All | Expand All

(-)b/sys/dev/pci/pci.c (+1 lines)
Lines 5022-5027 static const struct Link Here
5022
	{PCIC_DASP,		PCIS_DASP_PERFCNTRS,	1, "performance counters"},
5022
	{PCIC_DASP,		PCIS_DASP_PERFCNTRS,	1, "performance counters"},
5023
	{PCIC_DASP,		PCIS_DASP_COMM_SYNC,	1, "communication synchronizer"},
5023
	{PCIC_DASP,		PCIS_DASP_COMM_SYNC,	1, "communication synchronizer"},
5024
	{PCIC_DASP,		PCIS_DASP_MGMT_CARD,	1, "signal processing management"},
5024
	{PCIC_DASP,		PCIS_DASP_MGMT_CARD,	1, "signal processing management"},
5025
	{PCIC_INSTRUMENT,	-1,			1, "non-essential instrumentation"},
5025
	{0, 0, 0,		NULL}
5026
	{0, 0, 0,		NULL}
5026
};
5027
};
5027
5028

Return to bug 263469