Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2020 01:22:09 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r358139 - stable/11/sys/dev/pci
Message-ID:  <202002200122.01K1M9wj085775@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002200122.01K1M9wj085775>