artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f51b2
)
Match on "allwinner,sun8i-h3-ehci".
author
kettenis
<kettenis@openbsd.org>
Sat, 27 Aug 2016 16:40:31 +0000
(16:40 +0000)
committer
kettenis
<kettenis@openbsd.org>
Sat, 27 Aug 2016 16:40:31 +0000
(16:40 +0000)
sys/arch/armv7/sunxi/sxiehci.c
patch
|
blob
|
history
diff --git
a/sys/arch/armv7/sunxi/sxiehci.c
b/sys/arch/armv7/sunxi/sxiehci.c
index
7a77d0d
..
3bc90ed
100644
(file)
--- a/
sys/arch/armv7/sunxi/sxiehci.c
+++ b/
sys/arch/armv7/sunxi/sxiehci.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sxiehci.c,v 1.
8 2016/08/23 21:43:5
1 kettenis Exp $ */
+/* $OpenBSD: sxiehci.c,v 1.
9 2016/08/27 16:40:3
1 kettenis Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@
-104,6
+104,8
@@
sxiehci_match(struct device *parent, void *match, void *aux)
return 1;
if (OF_is_compatible(faa->fa_node, "allwinner,sun7i-a20-ehci"))
return 1;
+ if (OF_is_compatible(faa->fa_node, "allwinner,sun8i-h3-ehci"))
+ return 1;
return 0;
}