Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Enable FFS_EI (let's be more endian tolerant).
details: https://anonhg.NetBSD.org/src/rev/3ea0c0ac3422
branches: trunk
changeset: 780633:3ea0c0ac3422
user: matt <matt%NetBSD.org@localhost>
date: Wed Aug 01 04:20:04 2012 +0000
description:
Enable FFS_EI (let's be more endian tolerant).
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 17e095955544 -r 3ea0c0ac3422 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Wed Aug 01 02:36:17 2012 +0000
+++ b/sys/arch/amd64/conf/GENERIC Wed Aug 01 04:20:04 2012 +0000
@@ -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 @@
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 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.
diff -r 17e095955544 -r 3ea0c0ac3422 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Wed Aug 01 02:36:17 2012 +0000
+++ b/sys/arch/i386/conf/GENERIC Wed Aug 01 04:20:04 2012 +0000
@@ -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 @@
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 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
Home |
Main Index |
Thread Index |
Old Index