Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Enable FFS_EI and DISKLABEL_EI as this ...



details:   https://anonhg.NetBSD.org/src/rev/beaba955e0eb
branches:  trunk
changeset: 1023217:beaba955e0eb
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Aug 30 00:12:15 2021 +0000

description:
Enable FFS_EI and DISKLABEL_EI as this SoC supports both endians now.

diffstat:

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

diffs (20 lines):

diff -r a70cb3cfa5e5 -r beaba955e0eb sys/arch/evbarm/conf/MARVELL_NAS
--- a/sys/arch/evbarm/conf/MARVELL_NAS  Mon Aug 30 00:08:28 2021 +0000
+++ b/sys/arch/evbarm/conf/MARVELL_NAS  Mon Aug 30 00:12:15 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MARVELL_NAS,v 1.41 2020/09/27 13:48:50 roy Exp $
+#      $NetBSD: MARVELL_NAS,v 1.42 2021/08/30 00:12:15 rin Exp $
 #
 #  This configuration supports for generically Marvell NAS.
 
@@ -53,8 +53,8 @@
 # File system options
 options        QUOTA           # legacy UFS quotas
 options        QUOTA2          # new, in-filesystem UFS quotas
-#options       DISKLABEL_EI    # disklabel Endian Independent support
-#options       FFS_EI          # FFS Endian Independent support
+options        DISKLABEL_EI    # disklabel 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.



Home | Main Index | Thread Index | Old Index