Module Name:    src
Committed By:   jmcneill
Date:           Fri Nov 29 20:54:17 UTC 2019

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

Log Message:
Add tiwdt


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbarm/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.67 src/sys/arch/evbarm/conf/GENERIC:1.68
--- src/sys/arch/evbarm/conf/GENERIC:1.67	Sun Nov  3 22:59:24 2019
+++ src/sys/arch/evbarm/conf/GENERIC	Fri Nov 29 20:54:17 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.67 2019/11/03 22:59:24 jmcneill Exp $
+#	$NetBSD: GENERIC,v 1.68 2019/11/29 20:54:17 jmcneill Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -401,10 +401,11 @@ sunxihstimer* 	at fdt?			# Allwinner Hig
 tegratimer* 	at fdt?			# Timers
 
 # Watchdog
+bcmpmwdog* 	at fdt?			# Broadcom BCM283x watchdog
 dwcwdt* 	at fdt?			# DesignWare watchdog
 mesonwdt* 	at fdt?			# Amlogic Meson watchdog
 sunxiwdt* 	at fdt?			# Allwinner watchdog
-bcmpmwdog* 	at fdt?			# Broadcom BCM283x watchdog
+tiwdt*		at fdt?			# TI OMAP watchdog
 
 # Interrupt controller
 gic*		at fdt? pass 1		# ARM GIC

Reply via email to