git: c04506fd4cc8 - main - pciconf: Fix PCIS_CRYPTO_ENTERTAIN copy/paste.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 20:57:47 UTC
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=c04506fd4cc82cf0715142b5927de69a425086ba commit c04506fd4cc82cf0715142b5927de69a425086ba Author: Alexander Motin <mav@FreeBSD.org> AuthorDate: 2022-02-09 20:56:30 +0000 Commit: Alexander Motin <mav@FreeBSD.org> CommitDate: 2022-02-09 20:56:30 +0000 pciconf: Fix PCIS_CRYPTO_ENTERTAIN copy/paste. Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> 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"},