Module Name:    src
Committed By:   rin
Date:           Mon Aug 30 00:12:15 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: MARVELL_NAS

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm/conf/MARVELL_NAS

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/evbarm/conf/MARVELL_NAS
diff -u src/sys/arch/evbarm/conf/MARVELL_NAS:1.41 src/sys/arch/evbarm/conf/MARVELL_NAS:1.42
--- src/sys/arch/evbarm/conf/MARVELL_NAS:1.41	Sun Sep 27 13:48:50 2020
+++ src/sys/arch/evbarm/conf/MARVELL_NAS	Mon Aug 30 00:12:15 2021
@@ -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 	HFS		# experimental - Apple
 # 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.

Reply via email to