Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf evbarm: Enable HEARTBEAT option in GENE...
details: https://anonhg.NetBSD.org/src/rev/0c24a1b20fe7
branches: trunk
changeset: 377533:0c24a1b20fe7
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Jul 15 22:30:19 2023 +0000
description:
evbarm: Enable HEARTBEAT option in GENERIC and GENERIC64 kernels.
diffstat:
sys/arch/evbarm/conf/GENERIC | 6 +++++-
sys/arch/evbarm/conf/GENERIC64 | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r 4294640c205c -r 0c24a1b20fe7 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Sat Jul 15 22:16:00 2023 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Sat Jul 15 22:30:19 2023 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.119 2023/05/04 13:39:51 bouyer Exp $
+# $NetBSD: GENERIC,v 1.120 2023/07/15 22:30:19 riastradh Exp $
#
# GENERIC ARM (aarch32) kernel
#
@@ -42,6 +42,10 @@ pseudo-device openfirm # /dev/openfirm
#options UVMHIST # kernhist for uvm/pmap subsystems
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
+# Heartbeat checks
+options HEARTBEAT
+options HEARTBEAT_MAX_PERIOD_DEFAULT=15
+
options MSGBUFSIZE=32768
#options VERBOSE_INIT_ARM # verbose bootstrapping messages
diff -r 4294640c205c -r 0c24a1b20fe7 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Sat Jul 15 22:16:00 2023 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Sat Jul 15 22:30:19 2023 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.211 2023/04/16 16:55:01 jmcneill Exp $
+# $NetBSD: GENERIC64,v 1.212 2023/07/15 22:30:19 riastradh Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -37,6 +37,10 @@ options INCLUDE_CONFIG_FILE
#options UVMHIST_PRINT,KERNHIST_DELAY=0
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
+# Heartbeat checks
+options HEARTBEAT
+options HEARTBEAT_MAX_PERIOD_DEFAULT=15
+
# EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
#options EARLYCONS=bcm2837, CONSADDR=0x3f215040
#options EARLYCONS=bcm2711, CONSADDR=0xfe215040
Home |
Main Index |
Thread Index |
Old Index