Module Name:    src
Committed By:   pgoyette
Date:           Sat Feb  6 20:12:32 UTC 2010

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

Log Message:
Add acpismbus enries - commented out!


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.231 -r1.232 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.962 -r1.963 src/sys/arch/i386/conf/GENERIC

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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.263 src/sys/arch/amd64/conf/GENERIC:1.264
--- src/sys/arch/amd64/conf/GENERIC:1.263	Sun Jan 31 12:20:22 2010
+++ src/sys/arch/amd64/conf/GENERIC	Sat Feb  6 20:12:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.263 2010/01/31 12:20:22 jruoho Exp $
+# $NetBSD: GENERIC,v 1.264 2010/02/06 20:12:32 pgoyette Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.263 $"
+#ident 		"GENERIC-$Revision: 1.264 $"
 
 maxusers	64		# estimated number of users
 
@@ -277,6 +277,7 @@
 acpiec* 	at acpi?		# ACPI Embedded Controller (late binding)
 acpiecdt* 	at acpi?		# ACPI Embedded Controller (early binding)
 acpilid* 	at acpi?		# ACPI Lid Switch
+#acpismbus*	at acpi?		# ACPI SMBus CMI (experimental)
 acpitz* 	at acpi?		# ACPI Thermal Zone
 acpiwmi*	at acpi?		# ACPI WMI Mapper
 

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.231 src/sys/arch/i386/conf/ALL:1.232
--- src/sys/arch/i386/conf/ALL:1.231	Sun Jan 31 12:14:45 2010
+++ src/sys/arch/i386/conf/ALL	Sat Feb  6 20:12:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.231 2010/01/31 12:14:45 jruoho Exp $
+# $NetBSD: ALL,v 1.232 2010/02/06 20:12:32 pgoyette 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.231 $"
+#ident 		"ALL-$Revision: 1.232 $"
 
 maxusers	64		# estimated number of users
 
@@ -366,6 +366,7 @@
 acpiec* 	at acpi?		# ACPI Embedded Controller (late binding)
 acpiecdt* 	at acpi?		# ACPI Embedded Controller (early binding)
 acpilid* 	at acpi?		# ACPI Lid Switch
+#acpismbus*	at acpi?		# ACPI SMBus CMI (experimental)
 acpitz* 	at acpi?		# ACPI Thermal Zone
 acpiwmi*	at acpi?		# ACPI WMI Mapper
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.962 src/sys/arch/i386/conf/GENERIC:1.963
--- src/sys/arch/i386/conf/GENERIC:1.962	Sun Jan 31 12:14:45 2010
+++ src/sys/arch/i386/conf/GENERIC	Sat Feb  6 20:12:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.962 2010/01/31 12:14:45 jruoho Exp $
+# $NetBSD: GENERIC,v 1.963 2010/02/06 20:12:32 pgoyette Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.962 $"
+#ident 		"GENERIC-$Revision: 1.963 $"
 
 maxusers	64		# estimated number of users
 
@@ -358,6 +358,7 @@
 acpiec* 	at acpi?		# ACPI Embedded Controller (late binding)
 acpiecdt*	at acpi?		# ACPI Embedded Controller (early binding)
 acpilid*	at acpi?		# ACPI Lid Switch
+#acpismbus*	at acpi?		# ACPI SMBus CMI (experimental)
 acpitz* 	at acpi?		# ACPI Thermal Zone
 acpiwmi*	at acpi?		# ACPI WMI Mapper
 

Reply via email to