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: Re-enable HEARTBEAT.
details: https://anonhg.NetBSD.org/src/rev/ff222ae0ca90
branches: trunk
changeset: 377538:ff222ae0ca90
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Jul 16 10:20:07 2023 +0000
description:
i386: Re-enable HEARTBEAT.
diffstat:
sys/arch/i386/conf/ALL | 8 ++++++--
sys/arch/i386/conf/GENERIC | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diffs (58 lines):
diff -r 0bcd7214b9be -r ff222ae0ca90 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Sun Jul 16 10:18:19 2023 +0000
+++ b/sys/arch/i386/conf/ALL Sun Jul 16 10:20:07 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.509 2023/07/16 05:24:08 mrg Exp $
+# $NetBSD: ALL,v 1.510 2023/07/16 10:20:07 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.509 $"
+#ident "ALL-$Revision: 1.510 $"
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
diff -r 0bcd7214b9be -r ff222ae0ca90 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sun Jul 16 10:18:19 2023 +0000
+++ b/sys/arch/i386/conf/GENERIC Sun Jul 16 10:20:07 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1249 2023/07/16 05:24:08 mrg Exp $
+# $NetBSD: GENERIC,v 1.1250 2023/07/16 10:20:07 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.1249 $"
+#ident "GENERIC-$Revision: 1.1250 $"
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