svn commit: r358021 - head/sys/dev/pci
Konstantin Belousov
kib at FreeBSD.org
Mon Feb 17 13:26:37 UTC 2020
Author: kib
Date: Mon Feb 17 13:26:36 2020
New Revision: 358021
URL: https://svnweb.freebsd.org/changeset/base/358021
Log:
Fix typo.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Modified:
head/sys/dev/pci/pcireg.h
Modified: head/sys/dev/pci/pcireg.h
==============================================================================
--- head/sys/dev/pci/pcireg.h Mon Feb 17 11:08:50 2020 (r358020)
+++ head/sys/dev/pci/pcireg.h Mon Feb 17 13:26:36 2020 (r358021)
@@ -192,7 +192,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-all
mailing list