artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d8a87
)
Add "counter-timer" to openboot_special[] in order to not mention it as
author
miod
<miod@openbsd.org>
Sat, 29 Apr 2023 12:10:08 +0000
(12:10 +0000)
committer
miod
<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
patch
|
blob
|
history
diff --git
a/sys/arch/sparc64/sparc64/autoconf.c
b/sys/arch/sparc64/sparc64/autoconf.c
index
3178f8f
..
f8b2980
100644
(file)
--- a/
sys/arch/sparc64/sparc64/autoconf.c
+++ b/
sys/arch/sparc64/sparc64/autoconf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: autoconf.c,v 1.14
3 2023/04/28 18:27:55 cheloha Exp $
*/
+/* $OpenBSD: autoconf.c,v 1.14
4 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
};