Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/x86/pci Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/fa8718e76ac5
branches:  netbsd-8
changeset: 373180:fa8718e76ac5
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jan 23 12:28:51 2023 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #1789):

        sys/arch/x86/pci/amdzentemp.c: revision 1.16

match zen3 "cezanne" (ryzen 5000-series APU.)

diffstat:

 sys/arch/x86/pci/amdzentemp.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5a9de87afcfa -r fa8718e76ac5 sys/arch/x86/pci/amdzentemp.c
--- a/sys/arch/x86/pci/amdzentemp.c     Mon Jan 23 12:25:06 2023 +0000
+++ b/sys/arch/x86/pci/amdzentemp.c     Mon Jan 23 12:28:51 2023 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: amdzentemp.c,v 1.7.2.3 2022/10/11 18:22:44 martin Exp $ */
+/*      $NetBSD: amdzentemp.c,v 1.7.2.4 2023/01/23 12:28:51 martin Exp $ */
 /*      $OpenBSD: kate.c,v 1.2 2008/03/27 04:52:03 cnst Exp $   */
 
 /*
@@ -53,7 +53,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amdzentemp.c,v 1.7.2.3 2022/10/11 18:22:44 martin Exp $ ");
+__KERNEL_RCSID(0, "$NetBSD: amdzentemp.c,v 1.7.2.4 2023/01/23 12:28:51 martin Exp $ ");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -398,6 +398,7 @@
        switch (model) {
        case 0x00 ... 0x0f: /* Zen3 EPYC "Milan" */
        case 0x20 ... 0x2f: /* Zen3 Ryzen "Vermeer" */
+       case 0x50 ... 0x5f: /* Zen3 Ryzen "Cezanne" */
                maxreg = 8;
                break;
        case 0x60 ... 0x6f: /* Zen4 Ryzen "Raphael" */



Home | Main Index | Thread Index | Old Index