Module Name:    src
Committed By:   riastradh
Date:           Fri Jul  7 12:46:50 UTC 2023

Modified Files:
        src/sys/arch/amd64/conf: ALL

Log Message:
amd64/ALL: Turn on heartbeat checks.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/arch/amd64/conf/ALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.177 src/sys/arch/amd64/conf/ALL:1.178
--- src/sys/arch/amd64/conf/ALL:1.177	Thu Feb  9 14:09:48 2023
+++ src/sys/arch/amd64/conf/ALL	Fri Jul  7 12:46:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.177 2023/02/09 14:09:48 abs Exp $
+# $NetBSD: ALL,v 1.178 2023/07/07 12:46:50 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/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.177 $"
+#ident		"ALL-$Revision: 1.178 $"
 
 maxusers	64		# estimated number of users
 
@@ -142,6 +142,10 @@ options		KCOV
 # Fault Injection Driver.
 options 	FAULT
 
+# Heartbeat checks
+options 	HEARTBEAT
+options 	HEARTBEAT_MAX_PERIOD_DEFAULT=15
+
 # Compatibility options
 options 	EXEC_AOUT	# required by binaries from before 1.5
 options 	COMPAT_386BSD_MBRPART # recognize old partition ID

Reply via email to