Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/riscv/conf "options<space><tab>"



details:   https://anonhg.NetBSD.org/src/rev/65dab10dbff3
branches:  trunk
changeset: 371804:65dab10dbff3
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Oct 12 07:56:46 2022 +0000

description:
"options<space><tab>"

diffstat:

 sys/arch/riscv/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 1f0534202531 -r 65dab10dbff3 sys/arch/riscv/conf/GENERIC
--- a/sys/arch/riscv/conf/GENERIC       Wed Oct 12 07:53:56 2022 +0000
+++ b/sys/arch/riscv/conf/GENERIC       Wed Oct 12 07:56:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.16 2022/09/29 10:10:09 riastradh Exp $
+# $NetBSD: GENERIC,v 1.17 2022/10/12 07:56:46 simonb Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.16 $"
+#ident                 "GENERIC-$Revision: 1.17 $"
 
 maxusers       64              # estimated number of users
 
@@ -77,7 +77,7 @@
 makeoptions    COPTS="-O2 -fno-omit-frame-pointer"
 makeoptions    COPY_SYMTAB=1
 options        DDB             # in-kernel debugger
-#options       DDB_COMMANDONENTER="bt" # execute command when ddb is entered
+#options       DDB_COMMANDONENTER="bt" # execute command when ddb is entered
 options        DDB_ONPANIC=1   # see also sysctl(7): `ddb.onpanic'
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #options       KGDB            # remote debugger
@@ -97,8 +97,8 @@
 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
+options        DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
+#options       DKWEDGE_METHOD_RDB      # Support RDB partitions as wedges
 
 include        "conf/filesystems.config"
 



Home | Main Index | Thread Index | Old Index