Date: Wed, 16 Feb 2022 00:46:43 GMT From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 389a668f7f1b - stable/13 - pciconf: Fix PCIS_CRYPTO_ENTERTAIN copy/paste. Message-ID: <202202160046.21G0khO6071249@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=389a668f7f1b8bfaef0cead0f77be4b4d87e506b commit 389a668f7f1b8bfaef0cead0f77be4b4d87e506b Author: Alexander Motin <mav@FreeBSD.org> AuthorDate: 2022-02-09 20:56:30 +0000 Commit: Alexander Motin <mav@FreeBSD.org> CommitDate: 2022-02-16 00:46:28 +0000 pciconf: Fix PCIS_CRYPTO_ENTERTAIN copy/paste. Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 1 week (cherry picked from commit c04506fd4cc82cf0715142b5927de69a425086ba) --- 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"},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202160046.21G0khO6071249>