Module Name:    src
Committed By:   jnemeth
Date:           Wed Jun  5 21:45:06 UTC 2013

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

Log Message:
enable FFS_EI


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/arch/sparc64/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/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.165 src/sys/arch/sparc64/conf/GENERIC:1.166
--- src/sys/arch/sparc64/conf/GENERIC:1.165	Sat Apr 27 21:43:41 2013
+++ src/sys/arch/sparc64/conf/GENERIC	Wed Jun  5 21:45:06 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.165 2013/04/27 21:43:41 christos Exp $
+# $NetBSD: GENERIC,v 1.166 2013/06/05 21:45:06 jnemeth Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.165 $"
+#ident 		"GENERIC-$Revision: 1.166 $"
 
 maxusers	64
 
@@ -184,7 +184,7 @@ file-system	TMPFS		# Efficient memory fi
 options 	NFSSERVER	# Sun NFS-compatible filesystem server
 options 	QUOTA		# legacy UFS quotas
 options 	QUOTA2		# new, in-filesystem UFS quotas
-#options 	FFS_EI		# FFS Endian Independent support
+options 	FFS_EI		# FFS Endian Independent support
 options 	WAPBL		# File system journaling support
 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
 

Reply via email to