diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2022-01-21 15:05:02 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2022-01-21 15:05:02 +0000 |
commit | a6f08bc8b05c33184509ccf89a353aaa155b5213 (patch) | |
tree | 4d2f8411f3975b76334c37b788fbffe757ccded7 /sys/arch | |
parent | 61e2d2ca9a4d6892be5d7d9c914e852fe0c641e3 (diff) |
Enable dt(4)
This produces helpful flamegraphs on macppc.
With Andrew Krasavin <noiseless-ak AT yandex DOT ru>.
OK mpi
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index eb356ac1515..6cad7733d8b 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.275 2021/10/21 18:36:42 bluhm Exp $g +# $OpenBSD: GENERIC,v 1.276 2022/01/21 15:05:01 kn Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -406,4 +406,5 @@ owtemp* at onewire? # Temperature owctr* at onewire? # Counter device pseudo-device hotplug 1 # devices hot plugging +pseudo-device dt pseudo-device wsmux 2 # mouse & keyboard multiplexor |