Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ia64/conf Add acpitz.



details:   https://anonhg.NetBSD.org/src/rev/3ca27991d5b3
branches:  trunk
changeset: 753994:3ca27991d5b3
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Apr 15 13:13:57 2010 +0000

description:
Add acpitz.
Enable MFS.

diffstat:

 sys/arch/ia64/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r ad6fd48856b6 -r 3ca27991d5b3 sys/arch/ia64/conf/GENERIC
--- a/sys/arch/ia64/conf/GENERIC        Thu Apr 15 13:02:13 2010 +0000
+++ b/sys/arch/ia64/conf/GENERIC        Thu Apr 15 13:13:57 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1 2009/07/20 04:41:36 kiyohara Exp $
+# $NetBSD: GENERIC,v 1.2 2010/04/15 13:13:57 kiyohara Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1 $"
+#ident                 "GENERIC-$Revision: 1.2 $"
 
 maxusers       32              # estimated number of users
 
@@ -51,7 +51,7 @@
 
 # File systems
 file-system    FFS             # UFS
-#file-system   MFS             # memory file system
+file-system    MFS             # memory file system
 
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
@@ -74,6 +74,7 @@
 acpi0          at mainbus0
 
 # ACPI devices
+acpitz*                at acpi?                # ACPI Thermal Zone
 com*           at acpi?                # Serial communications interface
 
 # PCI bus support



Home | Main Index | Thread Index | Old Index