Module Name: src
Committed By: matt
Date: Wed Aug 1 04:20:05 UTC 2012
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
Log Message:
Enable FFS_EI (let's be more endian tolerant).
To generate a diff of this commit:
cvs rdiff -u -r1.358 -r1.359 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1076 -r1.1077 src/sys/arch/i386/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.358 src/sys/arch/amd64/conf/GENERIC:1.359
--- src/sys/arch/amd64/conf/GENERIC:1.358 Mon Jul 30 19:40:51 2012
+++ src/sys/arch/amd64/conf/GENERIC Wed Aug 1 04:20:04 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.358 2012/07/30 19:40:51 degroote Exp $
+# $NetBSD: GENERIC,v 1.359 2012/08/01 04:20:04 matt Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.358 $"
+#ident "GENERIC-$Revision: 1.359 $"
maxusers 64 # estimated number of users
@@ -160,7 +160,7 @@ file-system PTYFS # /dev/ptm support
# File system options
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
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
# It is not recommended for general use.
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1076 src/sys/arch/i386/conf/GENERIC:1.1077
--- src/sys/arch/i386/conf/GENERIC:1.1076 Mon Jul 30 19:40:52 2012
+++ src/sys/arch/i386/conf/GENERIC Wed Aug 1 04:20:05 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1076 2012/07/30 19:40:52 degroote Exp $
+# $NetBSD: GENERIC,v 1.1077 2012/08/01 04:20:05 matt Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1076 $"
+#ident "GENERIC-$Revision: 1.1077 $"
maxusers 64 # estimated number of users
@@ -184,7 +184,7 @@ file-system TMPFS # Efficient memory fi
# File system options
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 UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server