From 74c8725455b9e07524cc3c6cdb5639a587986353 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Wed, 28 Apr 2021 11:33:00 +0000 Subject: Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel. Support to skip frames is missing on arm64 and i386, but the stack traces are useful anyway. sparc64 should work, but I could not test it. Other architectures do not have stacktrace_save_at() and dynamic tracer does not link. from patrick@; OK semarie@ --- sys/arch/powerpc64/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/powerpc64/conf') diff --git a/sys/arch/powerpc64/conf/GENERIC b/sys/arch/powerpc64/conf/GENERIC index c5f83807504..5a41fb2ae72 100644 --- a/sys/arch/powerpc64/conf/GENERIC +++ b/sys/arch/powerpc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2021/02/04 16:25:39 anton Exp $ +# $OpenBSD: GENERIC,v 1.26 2021/04/28 11:32:59 bluhm Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -186,4 +186,5 @@ brgphy* at mii? # Broadcom Gigabit PHYs # Pseudo-Devices pseudo-device openprom +pseudo-device dt pseudo-device wsmux 2 -- cgit v1.2.3