Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf add amdzentemp



details:   https://anonhg.NetBSD.org/src/rev/26ffed21ead4
branches:  trunk
changeset: 829291:26ffed21ead4
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 25 01:21:40 2018 +0000

description:
add amdzentemp

diffstat:

 sys/arch/amd64/conf/ALL       |  7 +++++--
 sys/arch/amd64/conf/GENERIC   |  7 +++++--
 sys/arch/amd64/conf/XEN3_DOM0 |  7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

diffs (84 lines):

diff -r ee835d11c4a2 -r 26ffed21ead4 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Wed Jan 24 22:25:48 2018 +0000
+++ b/sys/arch/amd64/conf/ALL   Thu Jan 25 01:21:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.78 2018/01/13 12:38:16 christos Exp $
+# $NetBSD: ALL,v 1.79 2018/01/25 01:21:40 christos Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.78 $"
+#ident         "ALL-$Revision: 1.79 $"
 
 maxusers       64              # estimated number of users
 
@@ -427,6 +427,9 @@
 amdnb_misc* at pci?                    # AMD NB Misc Configuration
 amdtemp* at amdnb_misc?                # AMD CPU Temperature sensors
 
+amdsmn* at pci?                                # AMD SMN Configuration
+amdzentemp* at amdsmn?                 # AMD Ryzen Family 17h CPU temp sensors
+
 # PCI bridges
 rdcpcib* at pci? dev ? function ?      # RDC Vortex86/PMX-1000 PCI-ISA w/
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
diff -r ee835d11c4a2 -r 26ffed21ead4 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Jan 24 22:25:48 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Jan 25 01:21:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.481 2018/01/13 12:38:16 christos Exp $
+# $NetBSD: GENERIC,v 1.482 2018/01/25 01:21:40 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.481 $"
+#ident         "GENERIC-$Revision: 1.482 $"
 
 maxusers       64              # estimated number of users
 
@@ -475,6 +475,9 @@
 amdnb_misc* at pci?                    # AMD NB Misc Configuration
 amdtemp* at amdnb_misc?                # AMD CPU Temperature sensors
 
+amdsmn* at pci?                                # AMD SMN Configuration
+amdzentemp* at amdsmn?                 # AMD Ryzen Family 17h CPU temp sensors
+
 # Winbond LPC Super I/O
 #wbsio*        at isa? port 0x2e
 #wbsio*        at isa? port 0x4e
diff -r ee835d11c4a2 -r 26ffed21ead4 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Wed Jan 24 22:25:48 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Thu Jan 25 01:21:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.145 2018/01/23 14:47:53 sevan Exp $
+# $NetBSD: XEN3_DOM0,v 1.146 2018/01/25 01:21:40 christos Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOM0-$Revision: 1.145 $"
+#ident         "XEN3_DOM0-$Revision: 1.146 $"
 
 maxusers       32              # estimated number of users
 
@@ -298,6 +298,9 @@
 amdnb_misc* at pci?                    # AMD NB Misc Configuration
 amdtemp* at amdnb_misc?                # AMD CPU Temperature sensors
 
+amdsmn* at pci?                                # AMD SMN Configuration
+amdzentemp* at amdsmn?                 # AMD Ryzen Family 17h CPU temp sensors
+
 # AMD 768 and 8111 power/ACPI controllers
 amdpm* at pci? dev ? function ?        # RNG and SMBus 1.0 interface
 #iic*  at amdpm?                       # sensors below are on this bus



Home | Main Index | Thread Index | Old Index