The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=c04506fd4cc82cf0715142b5927de69a425086ba
commit c04506fd4cc82cf0715142b5927de69a425086ba Author: Alexander Motin <[email protected]> AuthorDate: 2022-02-09 20:56:30 +0000 Commit: Alexander Motin <[email protected]> CommitDate: 2022-02-09 20:56:30 +0000 pciconf: Fix PCIS_CRYPTO_ENTERTAIN copy/paste. Submitted by: Dmitry Luhtionov <[email protected]> MFC after: 1 week --- usr.sbin/pciconf/pciconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c index ccc816d5986d..946adc080720 100644 --- a/usr.sbin/pciconf/pciconf.c +++ b/usr.sbin/pciconf/pciconf.c @@ -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"},
