pciconf: Fix PCIS_CRYPTO_ENTERTAIN copy/paste.

Submitted by:   Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after:	1 week
This commit is contained in:
Alexander Motin 2022-02-09 15:56:30 -05:00
parent d24e064aaf
commit c04506fd4c

View file

@ -759,7 +759,7 @@ static struct
{PCIC_SATCOM, PCIS_SATCOM_DATA, "sat data"},
{PCIC_CRYPTO, -1, "encrypt/decrypt"},
{PCIC_CRYPTO, PCIS_CRYPTO_NETCOMP, "network/computer crypto"},
{PCIC_CRYPTO, PCIS_CRYPTO_NETCOMP, "entertainment crypto"},
{PCIC_CRYPTO, PCIS_CRYPTO_ENTERTAIN, "entertainment crypto"},
{PCIC_DASP, -1, "dasp"},
{PCIC_DASP, PCIS_DASP_DPIO, "DPIO module"},
{PCIC_DASP, PCIS_DASP_PERFCNTRS, "performance counters"},