Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci B260 "Slot Power Limit" ECN. PCIe 3.1 ECN. Septe...



details:   https://anonhg.NetBSD.org/src/rev/d3ea1f1e10ed
branches:  trunk
changeset: 816189:d3ea1f1e10ed
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jun 20 10:02:43 2016 +0000

description:
B260 "Slot Power Limit" ECN. PCIe 3.1 ECN. September 18, 2015.

diffstat:

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

diffs (33 lines):

diff -r 4cf0374cd666 -r d3ea1f1e10ed sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c    Mon Jun 20 08:57:18 2016 +0000
+++ b/sys/dev/pci/pci_subr.c    Mon Jun 20 10:02:43 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_subr.c,v 1.147 2016/05/11 05:12:57 msaitoh Exp $   */
+/*     $NetBSD: pci_subr.c,v 1.148 2016/06/20 10:02:43 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.147 2016/05/11 05:12:57 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.148 2016/06/20 10:02:43 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pci.h"
@@ -2472,11 +2472,11 @@
 
        switch (reg) {
        case 0xf0:
-               return "250W";
+               return "239W < x <= 250W";
        case 0xf1:
-               return "275W";
+               return "250W < x <= 275W";
        case 0xf2:
-               return "300W";
+               return "275W < x <= 300W";
        default:
                return "Unknown";
        }



Home | Main Index | Thread Index | Old Index