diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-04-28 11:33:00 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-04-28 11:33:00 +0000 |
commit | 74c8725455b9e07524cc3c6cdb5639a587986353 (patch) | |
tree | 8bb6bfd335bfe70815d5d0b7f4eb04c5e291cc42 /sys/arch/amd64/conf | |
parent | 4a1400a95683d969132b32e8cb95790d595f0618 (diff) |
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@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
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 |