Source-Changes-HG archive

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

[src/trunk]: src/sys/arch x86: Enable HEARTBEAT by default in GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/c232217a71d5
branches:  trunk
changeset: 377531:c232217a71d5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Jul 15 22:14:39 2023 +0000

description:
x86: Enable HEARTBEAT by default in GENERIC.

diffstat:

 sys/arch/amd64/conf/GENERIC |  8 ++++++--
 sys/arch/i386/conf/GENERIC  |  8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r 2bb12646bae6 -r c232217a71d5 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Jul 15 22:13:27 2023 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Jul 15 22:14:39 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.602 2023/04/12 06:39:15 riastradh Exp $
+# $NetBSD: GENERIC,v 1.603 2023/07/15 22:14:39 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include       "arch/amd64/conf/std.amd64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.602 $"
+#ident         "GENERIC-$Revision: 1.603 $"
 
 maxusers       64              # estimated number of users
 
@@ -171,6 +171,10 @@ options    KDTRACE_HOOKS   # kernel DTrace h
 # Fault Injection Driver.
 #options       FAULT
 
+# Heartbeat checks
+#options       HEARTBEAT
+#options       HEARTBEAT_MAX_PERIOD_DEFAULT=15
+
 # Compatibility options
 # x86_64 never shipped with a.out binaries; the two options below are
 # only relevant to 32-bit i386 binaries
diff -r 2bb12646bae6 -r c232217a71d5 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Jul 15 22:13:27 2023 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Jul 15 22:14:39 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1247 2023/05/22 16:28:34 riastradh Exp $
+# $NetBSD: GENERIC,v 1.1248 2023/07/15 22:14:39 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include       "arch/i386/conf/std.i386"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1247 $"
+#ident         "GENERIC-$Revision: 1.1248 $"
 
 maxusers       64              # estimated number of users
 
@@ -140,6 +140,10 @@ options    KDTRACE_HOOKS   # kernel DTrace h
 #makeoptions   KCOV=1
 #options       KCOV
 
+# Heartbeat checks
+options        HEARTBEAT
+options        HEARTBEAT_MAX_PERIOD_DEFAULT=15
+
 # Compatibility options
 include        "conf/compat_netbsd09.config"
 #options       COMPAT_386BSD_MBRPART # recognize old partition ID



Home | Main Index | Thread Index | Old Index