Re: sparc64: enable dt(4) in GENERIC

2021-06-23 Thread Mark Kettenis
> Date: Wed, 23 Jun 2021 11:43:47 +0200
> From: Martin Pieuchot 
> 
> Similar to what has been done on x86 & arm64, ok?

ok kettenis@

> Index: conf/GENERIC
> ===
> RCS file: /cvs/src/sys/arch/sparc64/conf/GENERIC,v
> retrieving revision 1.316
> diff -u -p -r1.316 GENERIC
> --- conf/GENERIC  4 Feb 2021 16:25:39 -   1.316
> +++ conf/GENERIC  23 Jun 2021 07:39:53 -
> @@ -556,4 +556,5 @@ owtemp* at onewire?   # Temperature
>  owctr*   at onewire? # Counter device
>  
>  pseudo-devicehotplug 1   # devices hot plugging
> +pseudo-devicedt
>  pseudo-devicewsmux   2   # mouse & keyboard multiplexor
> 
> 



sparc64: enable dt(4) in GENERIC

2021-06-23 Thread Martin Pieuchot
Similar to what has been done on x86 & arm64, ok?

Index: conf/GENERIC
===
RCS file: /cvs/src/sys/arch/sparc64/conf/GENERIC,v
retrieving revision 1.316
diff -u -p -r1.316 GENERIC
--- conf/GENERIC4 Feb 2021 16:25:39 -   1.316
+++ conf/GENERIC23 Jun 2021 07:39:53 -
@@ -556,4 +556,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