Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf add lmtemp, found in some late powerbooks



details:   https://anonhg.NetBSD.org/src/rev/5f87166fe3e3
branches:  trunk
changeset: 466986:5f87166fe3e3
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jan 08 14:21:12 2020 +0000

description:
add lmtemp, found in some late powerbooks

diffstat:

 sys/arch/macppc/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 920776639e89 -r 5f87166fe3e3 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Jan 08 14:04:06 2020 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Jan 08 14:21:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.358 2019/11/01 17:55:12 macallan Exp $
+# $NetBSD: GENERIC,v 1.359 2020/01/08 14:21:12 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.358 $"
+#ident                 "GENERIC-$Revision: 1.359 $"
 
 maxusers       32
 
@@ -371,6 +371,7 @@
 
 # I2C devices
 dbcool*        at iic?         # dbCool thermal monitor & fan control
+lmtemp*        at iic?         # temperature sensor, found in PowerBook5,6
 deq*           at iic?         # mixer/equalizer, used by snapper
 admtemp*       at iic?         # temperature sensor found in Mini, G5
 psoc*          at iic?         # fan controller found in TiBooks



Home | Main Index | Thread Index | Old Index