Module Name:    src
Committed By:   tnn
Date:           Sat Oct 19 13:09:57 UTC 2019

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
evbarm: add dwcwdt(4) to GENERIC64


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.108 src/sys/arch/evbarm/conf/GENERIC64:1.109
--- src/sys/arch/evbarm/conf/GENERIC64:1.108	Tue Oct  1 10:08:05 2019
+++ src/sys/arch/evbarm/conf/GENERIC64	Sat Oct 19 13:09:57 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.108 2019/10/01 10:08:05 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.109 2019/10/19 13:09:57 tnn Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -202,6 +202,7 @@ tegratimer*	at fdt?			# Timers
 
 # Watchdog
 bcmpmwdog*	at fdt?			# Broadcom BCM283x watchdog
+dwcwdt* 	at fdt?			# DesignWare watchdog
 mesongxwdt*	at fdt?			# Amlogic Meson GX watchdog
 sbsawdt*	at acpi?		# ARM SBSA-compliant watchdog
 sunxiwdt*	at fdt?			# Allwinner watchdog

Reply via email to