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 iic at pmu and admtemp



details:   https://anonhg.NetBSD.org/src/rev/5997f6034c61
branches:  trunk
changeset: 826406:5997f6034c61
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Sep 01 20:58:14 2017 +0000

description:
add iic at pmu and admtemp

diffstat:

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

diffs (44 lines):

diff -r b1d96c1d99c8 -r 5997f6034c61 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Fri Sep 01 20:11:59 2017 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Fri Sep 01 20:58:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.331 2017/08/11 21:03:23 macallan Exp $
+# $NetBSD: GENERIC,v 1.332 2017/09/01 20:58:14 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.331 $"
+#ident                 "GENERIC-$Revision: 1.332 $"
 
 maxusers       32
 
@@ -395,9 +395,13 @@
 battery* at pmu?               # legacy battery, for ohare-based PowerBooks
 smartbat* at pmu?              # Smart battery, found in newer *Books
 
+iic*           at pmu?         # some PMUs have IIC
+admtemp*       at iic?         # found on Mini
+
 iic0   at cuda0                # CUDA's IIC bus
-sgsmix0 at iic0 addr 0x8a      # additional mixer found in beige G3
-                               # use with awacs
+sgsmix0 at iic0 addr 0x8a      # Additional mixer found in beige G3
+                               # use with awacs. Hardwired because there is
+                               # no OF node for it.
 
 zsc*   at obio?
 zstty* at zsc? channel ?
@@ -412,8 +416,8 @@
 ki2c*  at uni_n?                       # Keywest I2C
 iic*   at ki2c?
 dbcool*        at ki2c?                        # dbCool thermal monitor & fan control
+deq*   at ki2c?                        # mixer/equalizer, needed by snapper
 
-deq*   at ki2c?                        # mixer/equalizer, needed by snapper
 wi*    at obio?                        # AirMac
 snapper* at obio?                      # Snapper audio device
 



Home | Main Index | Thread Index | Old Index