Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf evbarm: add dwcwdt(4) to GENERIC64



details:   https://anonhg.NetBSD.org/src/rev/b0a8b398f344
branches:  trunk
changeset: 455502:b0a8b398f344
user:      tnn <tnn%NetBSD.org@localhost>
date:      Sat Oct 19 13:09:57 2019 +0000

description:
evbarm: add dwcwdt(4) to GENERIC64

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c2cd61e9e797 -r b0a8b398f344 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sat Oct 19 13:08:52 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sat Oct 19 13:09:57 2019 +0000
@@ -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 @@
 
 # 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



Home | Main Index | Thread Index | Old Index