Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Add GPT wedge autodiscovery
details: https://anonhg.NetBSD.org/src/rev/983792abbb67
branches: trunk
changeset: 460829:983792abbb67
user: martin <martin%NetBSD.org@localhost>
date: Tue Nov 05 12:59:54 2019 +0000
description:
Add GPT wedge autodiscovery
diffstat:
sys/arch/sparc64/conf/GENERIC | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 20e003d75c79 -r 983792abbb67 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Tue Nov 05 12:28:23 2019 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Tue Nov 05 12:59:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.217 2019/11/05 12:28:23 martin Exp $
+# $NetBSD: GENERIC,v 1.218 2019/11/05 12:59:54 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.217 $"
+#ident "GENERIC-$Revision: 1.218 $"
maxusers 64
@@ -138,6 +138,14 @@
options EXEC_AOUT # execve(2) support for a.out binaries
options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
+# Wedge support
+options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
+options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
+#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
+#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges
+#options DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges
+#options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges
+
## File systems.
include "conf/filesystems.config"
Home |
Main Index |
Thread Index |
Old Index