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/7191e02cf909
branches: trunk
changeset: 962444:7191e02cf909
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 ea8fcafb6482 -r 7191e02cf909 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