Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf add alipm and its iic bus.



details:   https://anonhg.NetBSD.org/src/rev/a414435f98f1
branches:  trunk
changeset: 754513:a414435f98f1
user:      chs <chs%NetBSD.org@localhost>
date:      Sun May 02 17:24:35 2010 +0000

description:
add alipm and its iic bus.

diffstat:

 sys/arch/i386/conf/ALL     |   8 ++++++--
 sys/arch/i386/conf/GENERIC |  10 +++++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diffs (60 lines):

diff -r e547b0e2f28b -r a414435f98f1 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun May 02 16:35:09 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Sun May 02 17:24:35 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.255 2010/04/16 13:48:32 pooka Exp $
+# $NetBSD: ALL,v 1.256 2010/05/02 17:27:16 chs 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.255 $"
+#ident                 "ALL-$Revision: 1.256 $"
 
 maxusers       64              # estimated number of users
 
@@ -662,6 +662,10 @@
 amdpm* at pci? dev ? function ?        # RNG and SMBus 1.0 interface
 iic*   at amdpm?                       # sensors below are on this bus
 
+# Acer Labs M7101 SMBus controller
+alipm* at pci? dev ? function ?
+iic*   at alipm?
+
 # Intel Core's on-die Thermal sensor
 options        INTEL_CORETEMP
 
diff -r e547b0e2f28b -r a414435f98f1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun May 02 16:35:09 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun May 02 17:24:35 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.980 2010/04/16 13:48:32 pooka Exp $
+# $NetBSD: GENERIC,v 1.981 2010/05/02 17:24:35 chs Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.980 $"
+#ident                 "GENERIC-$Revision: 1.981 $"
 
 maxusers       64              # estimated number of users
 
@@ -614,7 +614,11 @@
 
 # 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
+iic*   at amdpm?
+
+# Acer Labs M7101 SMBus controller
+alipm* at pci? dev ? function ?
+iic*   at alipm?
 
 # Intel Core's on-die Thermal sensor
 options        INTEL_CORETEMP



Home | Main Index | Thread Index | Old Index