Module Name:    src
Committed By:   tsutsui
Date:           Sat Nov  3 14:44:29 UTC 2012

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

Log Message:
Comment out pseudo-device fss.  We already has options FFS_NO_SNAPSHOT.


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/sys/arch/x68k/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/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.163 src/sys/arch/x68k/conf/GENERIC:1.164
--- src/sys/arch/x68k/conf/GENERIC:1.163	Wed Oct 17 14:48:18 2012
+++ src/sys/arch/x68k/conf/GENERIC	Sat Nov  3 14:44:29 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.163 2012/10/17 14:48:18 apb Exp $
+# $NetBSD: GENERIC,v 1.164 2012/11/03 14:44:29 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/x68k/conf/std.x68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.163 $"
+#ident 		"GENERIC-$Revision: 1.164 $"
 
 maxusers	8
 
@@ -525,7 +525,7 @@ pseudo-device	clockctl		# user control o
 pseudo-device	ksyms			# /dev/ksyms
 #pseudo-device	pf			# PF packet filter
 #pseudo-device	pflog			# PF log if
-pseudo-device	fss			# file system snapshot device
+#pseudo-device	fss			# file system snapshot device
 
 # Veriexec
 #

Reply via email to