Module Name:    src
Committed By:   kiyohara
Date:           Thu Apr 15 13:13:57 UTC 2010

Modified Files:
        src/sys/arch/ia64/conf: GENERIC

Log Message:
Add acpitz.
Enable MFS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/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/ia64/conf/GENERIC
diff -u src/sys/arch/ia64/conf/GENERIC:1.1 src/sys/arch/ia64/conf/GENERIC:1.2
--- src/sys/arch/ia64/conf/GENERIC:1.1	Mon Jul 20 04:41:36 2009
+++ src/sys/arch/ia64/conf/GENERIC	Thu Apr 15 13:13:57 2010
@@ -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

Reply via email to