Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add DKWEDGE_METHOD_RDB option, which is enabled for...



details:   https://anonhg.NetBSD.org/src/rev/cd2e1fc71b15
branches:  trunk
changeset: 822021:cd2e1fc71b15
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Feb 26 12:03:14 2017 +0000

description:
Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.

diffstat:

 sys/arch/amd64/conf/ALL               |   5 +++--
 sys/arch/amd64/conf/XEN3_DOM0         |   3 ++-
 sys/arch/amd64/conf/XEN3_DOMU         |   3 ++-
 sys/arch/evbarm/conf/ARMADILLO-IOT-G3 |   3 ++-
 sys/arch/i386/conf/ALL                |   5 +++--
 sys/arch/i386/conf/GENERIC            |   5 +++--
 sys/arch/i386/conf/XEN3_DOM0          |   3 ++-
 sys/arch/i386/conf/XEN3_DOMU          |   3 ++-
 sys/arch/macppc/conf/GENERIC          |  11 ++++++-----
 sys/arch/macppc/conf/GENERIC_601      |   9 +++++----
 sys/arch/ofppc/conf/GENERIC           |   5 +++--
 sys/arch/riscv/conf/GENERIC           |   5 +++--
 sys/arch/sandpoint/conf/GENERIC       |   5 +++--
 sys/arch/zaurus/conf/GENERIC          |   3 ++-
 14 files changed, 41 insertions(+), 27 deletions(-)

diffs (truncated from 321 to 300 lines):

diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/amd64/conf/ALL   Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.52 2017/02/19 07:46:59 rin Exp $
+# $NetBSD: ALL,v 1.53 2017/02/26 12:03:14 rin Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.52 $"
+#ident         "ALL-$Revision: 1.53 $"
 
 maxusers       64              # estimated number of users
 
@@ -163,6 +163,7 @@
 #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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.129 2017/02/19 07:46:59 rin Exp $
+# $NetBSD: XEN3_DOM0,v 1.130 2017/02/26 12:03:14 rin Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -86,6 +86,7 @@
 #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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.70 2017/02/19 07:46:59 rin Exp $
+# $NetBSD: XEN3_DOMU,v 1.71 2017/02/26 12:03:14 rin Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -78,6 +78,7 @@
 #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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/evbarm/conf/ARMADILLO-IOT-G3
--- a/sys/arch/evbarm/conf/ARMADILLO-IOT-G3     Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/evbarm/conf/ARMADILLO-IOT-G3     Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ARMADILLO-IOT-G3,v 1.5 2017/02/19 07:47:00 rin Exp $
+# $NetBSD: ARMADILLO-IOT-G3,v 1.6 2017/02/26 12:03:14 rin Exp $
 #
 # ARMADILLO-IOT-G3 -- Atmark Techno, Armadillo-IoT G3
 #
@@ -103,6 +103,7 @@
 #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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/i386/conf/ALL    Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.413 2017/02/19 07:47:00 rin Exp $
+# $NetBSD: ALL,v 1.414 2017/02/26 12:03:14 rin Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.413 $"
+#ident         "ALL-$Revision: 1.414 $"
 
 maxusers       64              # estimated number of users
 
@@ -162,6 +162,7 @@
 #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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1149 2017/02/19 07:47:00 rin Exp $
+# $NetBSD: GENERIC,v 1.1150 2017/02/26 12:03:14 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1149 $"
+#ident         "GENERIC-$Revision: 1.1150 $"
 
 maxusers       64              # estimated number of users
 
@@ -157,6 +157,7 @@
 #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-system    FFS             # UFS
 file-system    NFS             # Network File System client
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3_DOM0,v 1.107 2017/02/19 07:47:01 rin Exp $
+#      $NetBSD: XEN3_DOM0,v 1.108 2017/02/26 12:03:14 rin Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -109,6 +109,7 @@
 #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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU      Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU      Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.73 2017/02/19 07:47:01 rin Exp $
+# $NetBSD: XEN3_DOMU,v 1.74 2017/02/26 12:03:14 rin Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -93,6 +93,7 @@
 #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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.327 2017/01/02 03:22:30 sevan Exp $
+# $NetBSD: GENERIC,v 1.328 2017/02/26 12:03:14 rin Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.327 $"
+#ident                 "GENERIC-$Revision: 1.328 $"
 
 maxusers       32
 
@@ -87,9 +87,10 @@
 # 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_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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/macppc/conf/GENERIC_601
--- a/sys/arch/macppc/conf/GENERIC_601  Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/macppc/conf/GENERIC_601  Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_601,v 1.11 2016/12/13 20:42:19 christos Exp $
+# $NetBSD: GENERIC_601,v 1.12 2017/02/26 12:03:14 rin Exp $
 #
 # GENERIC machine description file
 # 
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.11 $"
+ident          "GENERIC-$Revision: 1.12 $"
 
 maxusers       32
 
@@ -79,9 +79,10 @@
 # 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_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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC       Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/ofppc/conf/GENERIC       Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.161 2016/12/13 20:42:19 christos Exp $
+# $NetBSD: GENERIC,v 1.162 2017/02/26 12:03:14 rin Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.161 $"
+#ident                 "GENERIC-$Revision: 1.162 $"
 
 maxusers       32
 
@@ -85,6 +85,7 @@
 #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
 file-system    FFS             # UFS
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/riscv/conf/GENERIC
--- a/sys/arch/riscv/conf/GENERIC       Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/riscv/conf/GENERIC       Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.4 2017/02/19 07:47:01 rin Exp $
+# $NetBSD: GENERIC,v 1.5 2017/02/26 12:03:14 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.4 $"
+#ident                 "GENERIC-$Revision: 1.5 $"
 
 maxusers       64              # estimated number of users
 
@@ -87,6 +87,7 @@
 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
 
 include                "conf/filesystems.config"
 
diff -r 9835ec4ce59a -r cd2e1fc71b15 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Sun Feb 26 11:56:49 2017 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Sun Feb 26 12:03:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.92 2017/02/19 07:47:01 rin Exp $
+# $NetBSD: GENERIC,v 1.93 2017/02/26 12:03:14 rin Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.92 $"
+#ident                 "GENERIC-$Revision: 1.93 $"
 
 maxusers       32
 
@@ -90,6 +90,7 @@
 #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



Home | Main Index | Thread Index | Old Index