Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Add wedge support
details: https://anonhg.NetBSD.org/src/rev/92373d56c1a6
branches: trunk
changeset: 936057:92373d56c1a6
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Jul 17 14:56:47 2020 +0000
description:
Add wedge support
diffstat:
sys/arch/evbmips/conf/OCTEON | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 3723096204ee -r 92373d56c1a6 sys/arch/evbmips/conf/OCTEON
--- a/sys/arch/evbmips/conf/OCTEON Fri Jul 17 12:12:24 2020 +0000
+++ b/sys/arch/evbmips/conf/OCTEON Fri Jul 17 14:56:47 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: OCTEON,v 1.5 2020/07/16 21:34:52 jmcneill Exp $
+# $NetBSD: OCTEON,v 1.6 2020/07/17 14:56:47 jmcneill Exp $
include "arch/mips/conf/std.octeon"
include "arch/evbmips/conf/files.octeon"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ERLITE-$Revision: 1.5 $"
+#ident "ERLITE-$Revision: 1.6 $"
maxusers 32
@@ -50,6 +50,10 @@
#options EXEC_ECOFF # exec ECOFF binaries
#options COMPAT_ULTRIX # binary compatibility with Ultrix
+# Wedge support
+options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
+options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
+
# File systems
file-system FFS # Berkeley Fast Filesystem
file-system MFS # memory-based filesystem
Home |
Main Index |
Thread Index |
Old Index