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

This commit is contained in:
rin 2021-08-30 00:12:15 +00:00
parent f63a3328af
commit a3ac0262fa
1 changed files with 3 additions and 3 deletions

View File

@ -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 HFS+ (read-only)
# 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.