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/amd64/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/amd64/conf') diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 19b21486bc7..c0c16f7c986 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.497 2021/02/04 16:25:38 anton Exp $ +# $OpenBSD: GENERIC,v 1.498 2021/04/28 11:32:59 bluhm Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -685,6 +685,7 @@ owctr* at onewire? # Counter device pseudo-device pctr 1 pseudo-device nvram 1 pseudo-device hotplug 1 # devices hot plugging +pseudo-device dt # mouse & keyboard multiplexor pseudo-devices pseudo-device wsmux 2 -- cgit v1.2.3