Module Name:    src
Committed By:   rin
Date:           Sun Jul 21 17:05:11 UTC 2019

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC.common

Log Message:
Enable DISKLABEL_EI, which is useful for machines that support both endian.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/evbarm/conf/GENERIC.common

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/GENERIC.common
diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.33 src/sys/arch/evbarm/conf/GENERIC.common:1.34
--- src/sys/arch/evbarm/conf/GENERIC.common:1.33	Fri Apr 26 21:40:29 2019
+++ src/sys/arch/evbarm/conf/GENERIC.common	Sun Jul 21 17:05:11 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.33 2019/04/26 21:40:29 sevan Exp $
+#	$NetBSD: GENERIC.common,v 1.34 2019/07/21 17:05:11 rin Exp $
 #
 #	GENERIC evbarm kernel config (template)
 #
@@ -28,7 +28,7 @@ no pseudo-device vcoda
 # File system options
 #options 	QUOTA		# legacy UFS quotas
 #options 	QUOTA2		# new, in-filesystem UFS quotas
-#options 	DISKLABEL_EI	# disklabel Endian Independent support
+options 	DISKLABEL_EI	# disklabel Endian Independent support
 options 	FFS_EI		# FFS Endian Independent support
 options 	NFSSERVER
 options 	WAPBL		# File system journaling support

Reply via email to