Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf i386/ALL: Enable HEARTBEAT.



details:   https://anonhg.NetBSD.org/src/rev/2bb12646bae6
branches:  trunk
changeset: 377530:2bb12646bae6
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Jul 15 22:13:27 2023 +0000

description:
i386/ALL: Enable HEARTBEAT.

diffstat:

 sys/arch/i386/conf/ALL |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 6024e75e01b7 -r 2bb12646bae6 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Jul 15 21:47:35 2023 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Jul 15 22:13:27 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.507 2023/05/22 16:28:25 riastradh Exp $
+# $NetBSD: ALL,v 1.508 2023/07/15 22:13:27 riastradh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include       "arch/i386/conf/std.i386"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.507 $"
+#ident         "ALL-$Revision: 1.508 $"
 
 maxusers       64              # estimated number of users
 
@@ -131,6 +131,10 @@ options    BIOHIST         # kernhist for buff I/
 makeoptions    KCOV=1
 options                KCOV
 
+# Heartbeat checks
+options        HEARTBEAT
+options        HEARTBEAT_MAX_PERIOD_DEFAULT=15
+
 # Compatibility options
 include        "conf/compat_netbsd09.config"
 options        COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI



Home | Main Index | Thread Index | Old Index