Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/sunxi Support A83T
details: https://anonhg.NetBSD.org/src/rev/51969fa3811e
branches: trunk
changeset: 447170:51969fa3811e
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Jan 02 19:32:18 2019 +0000
description:
Support A83T
diffstat:
sys/arch/arm/sunxi/sunxi_sid.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r a97273e8172c -r 51969fa3811e sys/arch/arm/sunxi/sunxi_sid.c
--- a/sys/arch/arm/sunxi/sunxi_sid.c Wed Jan 02 18:39:01 2019 +0000
+++ b/sys/arch/arm/sunxi/sunxi_sid.c Wed Jan 02 19:32:18 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunxi_sid.c,v 1.1 2017/10/03 23:42:17 jmcneill Exp $ */
+/* $NetBSD: sunxi_sid.c,v 1.2 2019/01/02 19:32:18 jmcneill Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunxi_sid.c,v 1.1 2017/10/03 23:42:17 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunxi_sid.c,v 1.2 2019/01/02 19:32:18 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -58,6 +58,7 @@
{ "allwinner,sun4i-a10-sid", (uintptr_t)&sun4i_a10_sid_config },
{ "allwinner,sun7i-a20-sid", (uintptr_t)&sun4i_a10_sid_config },
{ "allwinner,sun8i-h3-sid", (uintptr_t)&sun8i_h3_sid_config },
+ { "allwinner,sun8i-a83t-sid", (uintptr_t)&sun8i_h3_sid_config },
{ NULL }
};
Home |
Main Index |
Thread Index |
Old Index