Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by m...
details: https://anonhg.NetBSD.org/src/rev/76799e742ba9
branches: netbsd-8
changeset: 324916:76799e742ba9
user: snj <snj%NetBSD.org@localhost>
date: Thu Jul 26 21:07:19 2018 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #930):
sys/dev/pci/pci_subr.c: revision 1.201
sys/dev/pci/pcireg.h: revision 1.138
Fix typo. s/TPL/TLP/
diffstat:
sys/dev/pci/pci_subr.c | 6 +++---
sys/dev/pci/pcireg.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 391c7def6d89 -r 76799e742ba9 sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c Thu Jul 26 21:02:29 2018 +0000
+++ b/sys/dev/pci/pci_subr.c Thu Jul 26 21:07:19 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_subr.c,v 1.183.2.4 2018/02/26 00:56:29 snj Exp $ */
+/* $NetBSD: pci_subr.c,v 1.183.2.5 2018/07/26 21:07:19 snj Exp $ */
/*
* Copyright (c) 1997 Zubin D. Dittia. All rights reserved.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.183.2.4 2018/02/26 00:56:29 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.183.2.5 2018/07/26 21:07:19 snj Exp $");
#ifdef _KERNEL_OPT
#include "opt_pci.h"
@@ -3846,7 +3846,7 @@
extcapoff + PCI_DPC_RPPIO_HLOG);
printf(" RP PIO ImpSpec Log Register: start from 0x%03x\n",
extcapoff + PCI_DPC_RPPIO_IMPSLOG);
- printf(" RP PIO TPL Prefix Log Register: start from 0x%03x\n",
+ printf(" RP PIO TLP Prefix Log Register: start from 0x%03x\n",
extcapoff + PCI_DPC_RPPIO_TLPPLOG);
}
diff -r 391c7def6d89 -r 76799e742ba9 sys/dev/pci/pcireg.h
--- a/sys/dev/pci/pcireg.h Thu Jul 26 21:02:29 2018 +0000
+++ b/sys/dev/pci/pcireg.h Thu Jul 26 21:07:19 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcireg.h,v 1.130.2.3 2018/02/26 00:56:29 snj Exp $ */
+/* $NetBSD: pcireg.h,v 1.130.2.4 2018/07/26 21:07:19 snj Exp $ */
/*
* Copyright (c) 1995, 1996, 1999, 2000
@@ -2029,7 +2029,7 @@
/* Same */
#define PCI_DPC_RPPIO_HLOG 0x20 /* RP PIO Header Log Register */
#define PCI_DPC_RPPIO_IMPSLOG 0x30 /* RP PIO ImpSpec Log Register */
-#define PCI_DPC_RPPIO_TLPPLOG 0x34 /* RP PIO TPL Prefix Log Register */
+#define PCI_DPC_RPPIO_TLPPLOG 0x34 /* RP PIO TLP Prefix Log Register */
/*
* Extended capability ID: 0x001e
Home |
Main Index |
Thread Index |
Old Index