Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf enable FFS_EI.



details:   https://anonhg.NetBSD.org/src/rev/0060f4279fbf
branches:  trunk
changeset: 794524:0060f4279fbf
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 17 01:03:51 2014 +0000

description:
enable FFS_EI.

diffstat:

 sys/arch/evbmips/conf/MALTA |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r edb8363bce55 -r 0060f4279fbf sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA       Sun Mar 16 23:25:15 2014 +0000
+++ b/sys/arch/evbmips/conf/MALTA       Mon Mar 17 01:03:51 2014 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MALTA,v 1.76 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: MALTA,v 1.77 2014/03/17 01:03:51 mrg Exp $
 
 include        "arch/evbmips/conf/std.malta"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MALTA-$Revision: 1.76 $"
+#ident                 "MALTA-$Revision: 1.77 $"
 
 maxusers       32
 
@@ -81,7 +81,7 @@
 #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
 #options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and



Home | Main Index | Thread Index | Old Index