Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/fdt Make compile
details: https://anonhg.NetBSD.org/src/rev/15f6046c713d
branches: trunk
changeset: 445124:15f6046c713d
user: aymeric <aymeric%NetBSD.org@localhost>
date: Sun Oct 14 18:28:55 2018 +0000
description:
Make compile
diffstat:
sys/dev/fdt/dwcwdt_fdt.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 852ac365163a -r 15f6046c713d sys/dev/fdt/dwcwdt_fdt.c
--- a/sys/dev/fdt/dwcwdt_fdt.c Sun Oct 14 17:40:28 2018 +0000
+++ b/sys/dev/fdt/dwcwdt_fdt.c Sun Oct 14 18:28:55 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwcwdt_fdt.c,v 1.1 2018/06/30 10:50:30 jmcneill Exp $ */
+/* $NetBSD: dwcwdt_fdt.c,v 1.2 2018/10/14 18:28:55 aymeric Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwcwdt_fdt.c,v 1.1 2018/06/30 10:50:30 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwcwdt_fdt.c,v 1.2 2018/10/14 18:28:55 aymeric Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -61,7 +61,7 @@
#define WDT_EOI 0x14
#define WDT_EOI_WDT_INT_CLR __BIT(0)
-static const uint8_t wdt_torr[] = {
+static const uint32_t wdt_torr[] = {
0x0000ffff,
0x0001ffff,
0x0003ffff,
Home |
Main Index |
Thread Index |
Old Index