mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Add constants and descriptions for some new PCI class definitions
This commit is contained in:
parent
e449183c70
commit
286ab2b514
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315190
@ -478,6 +478,11 @@
|
||||
#define PCIS_DASP_MGMT_CARD 0x20
|
||||
#define PCIS_DASP_OTHER 0x80
|
||||
|
||||
#define PCIC_ACCEL 0x12
|
||||
#define PCIS_ACCEL_PROCESSING 0x00
|
||||
|
||||
#define PCIC_INSTRUMENT 0x13
|
||||
|
||||
#define PCIC_OTHER 0xff
|
||||
|
||||
/* Bridge Control Values. */
|
||||
|
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user