Add "counter-timer" to openboot_special[] in order to not mention it as
authormiod <miod@openbsd.org>
Sat, 29 Apr 2023 12:10:08 +0000 (12:10 +0000)
committermiod <miod@openbsd.org>
Sat, 29 Apr 2023 12:10:08 +0000 (12:10 +0000)
unconfigured during boot, now that timer(4) is gone.

sys/arch/sparc64/sparc64/autoconf.c

index 3178f8f..f8b2980 100644 (file)
@@ -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
        };