From: miod Date: Sat, 29 Apr 2023 12:10:08 +0000 (+0000) Subject: Add "counter-timer" to openboot_special[] in order to not mention it as X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6f6544cdf0acf22ea19348a421a3fe50fbeb45f0;p=openbsd Add "counter-timer" to openboot_special[] in order to not mention it as unconfigured during boot, now that timer(4) is gone. --- 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 };