Module Name:    src
Committed By:   chs
Date:           Sun May  2 17:27:16 UTC 2010

Modified Files:
        src/sys/arch/i386/conf: ALL

Log Message:
add alipm and its iic bus.


To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 src/sys/arch/i386/conf/ALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.255 src/sys/arch/i386/conf/ALL:1.256
--- src/sys/arch/i386/conf/ALL:1.255	Fri Apr 16 13:48:32 2010
+++ src/sys/arch/i386/conf/ALL	Sun May  2 17:27:16 2010
@@ -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
 

Reply via email to