Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Print extend capability from 0x25 to 0x29 correc...



details:   https://anonhg.NetBSD.org/src/rev/b6e42b21dae0
branches:  trunk
changeset: 457632:b6e42b21dae0
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jul 09 12:17:13 2019 +0000

description:
Print extend capability from 0x25 to 0x29 correctly.

diffstat:

 sys/dev/pci/pci_subr.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 8865c13bb07c -r b6e42b21dae0 sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c    Tue Jul 09 12:13:42 2019 +0000
+++ b/sys/dev/pci/pci_subr.c    Tue Jul 09 12:17:13 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_subr.c,v 1.213 2019/07/09 12:13:42 msaitoh Exp $   */
+/*     $NetBSD: pci_subr.c,v 1.214 2019/07/09 12:17:13 msaitoh 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.213 2019/07/09 12:13:42 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.214 2019/07/09 12:17:13 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pci.h"
@@ -4240,6 +4240,9 @@
          NULL },
        { PCI_EXTCAP_VF_RESIZBAR, "VF Resizable BARs",
          NULL },
+       { 0x25, "unknown", NULL },
+       { 0x26, "unknown", NULL },
+       { 0x27, "unknown", NULL },
        { PCI_EXTCAP_HIERARCHYID, "Hierarchy ID",
          NULL },
        { PCI_EXTCAP_NPEM,      "Native PCIe Enclosure Management",



Home | Main Index | Thread Index | Old Index