svn commit: r358139 - stable/11/sys/dev/pci
Konstantin Belousov
kib at FreeBSD.org
Thu Feb 20 01:22:10 UTC 2020
Author: kib
Date: Thu Feb 20 01:22:09 2020
New Revision: 358139
URL: https://svnweb.freebsd.org/changeset/base/358139
Log:
MFC r358021:
Fix typo.
Modified:
stable/11/sys/dev/pci/pcireg.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/pci/pcireg.h
==============================================================================
--- stable/11/sys/dev/pci/pcireg.h Thu Feb 20 01:16:42 2020 (r358138)
+++ stable/11/sys/dev/pci/pcireg.h Thu Feb 20 01:22:09 2020 (r358139)
@@ -191,7 +191,7 @@
#define PCIZ_PMUX 0x001a /* Protocol Multiplexing */
#define PCIZ_PASID 0x001b /* Process Address Space ID */
#define PCIZ_LN_REQ 0x001c /* LN Requester */
-#define PCIZ_DPC 0x001d /* Downstream Porto Containment */
+#define PCIZ_DPC 0x001d /* Downstream Port Containment */
#define PCIZ_L1PM 0x001e /* L1 PM Substates */
/* config registers for header type 0 devices */
More information about the svn-src-stable-11
mailing list