Date: Mon, 17 Feb 2020 13:26:37 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r358021 - head/sys/dev/pci Message-ID: <202002171326.01HDQbnb019280@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002171326.01HDQbnb019280>