mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add names for some DASP devices.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 1 week
This commit is contained in:
parent
485fb02571
commit
a7a560be79
2 changed files with 6 additions and 0 deletions
|
|
@ -4608,6 +4608,9 @@ static const struct
|
|||
{PCIC_CRYPTO, PCIS_CRYPTO_ENTERTAIN, 1, "entertainment crypto"},
|
||||
{PCIC_DASP, -1, 0, "dasp"},
|
||||
{PCIC_DASP, PCIS_DASP_DPIO, 1, "DPIO module"},
|
||||
{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"},
|
||||
{0, 0, 0, NULL}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue