From 6f6544cdf0acf22ea19348a421a3fe50fbeb45f0 Mon Sep 17 00:00:00 2001 From: miod Date: Sat, 29 Apr 2023 12:10:08 +0000 Subject: [PATCH] Add "counter-timer" to openboot_special[] in order to not mention it as unconfigured during boot, now that timer(4) is gone. --- sys/arch/sparc64/sparc64/autoconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 3178f8fc1a1..f8b29803285 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.143 2023/04/28 18:27:55 cheloha Exp $ */ +/* $OpenBSD: autoconf.c,v 1.144 2023/04/29 12:10:08 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -931,6 +931,7 @@ extern bus_space_tag_t mainbus_space_tag; "options", "packages", "chosen", + "counter-timer", NULL }; -- 2.20.1