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 DISKLABEL_EI, which is useful fo...



details:   https://anonhg.NetBSD.org/src/rev/fb84733e3005
branches:  trunk
changeset: 457819:fb84733e3005
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Jul 21 17:05:11 2019 +0000

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

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4028ded30710 -r fb84733e3005 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Sun Jul 21 17:01:39 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Sun Jul 21 17:05:11 2019 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index