summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2016-07-27 22:03:52 +0000
committermglocker <mglocker@openbsd.org>2016-07-27 22:03:52 +0000
commitfeff8f5345fe0673c19f698bf30c2505552e7da7 (patch)
tree6d0b8d59e90485276cffd3ad02bb245d7ac8090e
parentRemove a feature to re-use existing early bootstrap mappings. This (diff)
downloadwireguard-openbsd-feff8f5345fe0673c19f698bf30c2505552e7da7.tar.xz
wireguard-openbsd-feff8f5345fe0673c19f698bf30c2505552e7da7.zip
Get interrupts going for the Allwinner-R8 chip.
ok kettenis@, patrick@
-rw-r--r--sys/arch/armv7/sunxi/sunxi.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/armv7/sunxi/sunxi.c b/sys/arch/armv7/sunxi/sunxi.c
index 0232aae6818..9287ed126e1 100644
--- a/sys/arch/armv7/sunxi/sunxi.c
+++ b/sys/arch/armv7/sunxi/sunxi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sunxi.c,v 1.13 2016/07/17 17:45:14 kettenis Exp $ */
+/* $OpenBSD: sunxi.c,v 1.14 2016/07/27 22:03:52 mglocker Exp $ */
/*
* Copyright (c) 2005,2008 Dale Rahn <drahn@openbsd.com>
*
@@ -106,6 +106,11 @@ struct sunxi_soc sunxi_socs[] = {
sxia1x_init,
},
{
+ "allwinner,sun5i-r8",
+ sun5i_devs,
+ sxia1x_init,
+ },
+ {
"allwinner,sun7i-a20",
sun7i_devs,
sxia20_init,