Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add acpismbus enries - commented out!
details: https://anonhg.NetBSD.org/src/rev/f78e775858b4
branches: trunk
changeset: 751520:f78e775858b4
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Feb 06 20:12:32 2010 +0000
description:
Add acpismbus enries - commented out!
diffstat:
sys/arch/amd64/conf/GENERIC | 5 +++--
sys/arch/i386/conf/ALL | 5 +++--
sys/arch/i386/conf/GENERIC | 5 +++--
3 files changed, 9 insertions(+), 6 deletions(-)
diffs (78 lines):
diff -r cbae95748a41 -r f78e775858b4 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Sat Feb 06 20:11:33 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC Sat Feb 06 20:12:32 2010 +0000
@@ -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
diff -r cbae95748a41 -r f78e775858b4 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Sat Feb 06 20:11:33 2010 +0000
+++ b/sys/arch/i386/conf/ALL Sat Feb 06 20:12:32 2010 +0000
@@ -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
diff -r cbae95748a41 -r f78e775858b4 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sat Feb 06 20:11:33 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC Sat Feb 06 20:12:32 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index