artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7674294
)
Remove sxirtc(4) from the tables now that it attaches dynamically.
author
kettenis
<kettenis@openbsd.org>
Fri, 5 Aug 2016 21:39:02 +0000
(21:39 +0000)
committer
kettenis
<kettenis@openbsd.org>
Fri, 5 Aug 2016 21:39:02 +0000
(21:39 +0000)
sys/arch/armv7/sunxi/sunxi.c
patch
|
blob
|
history
diff --git
a/sys/arch/armv7/sunxi/sunxi.c
b/sys/arch/armv7/sunxi/sunxi.c
index
dc4bec7
..
2f1b96b
100644
(file)
--- a/
sys/arch/armv7/sunxi/sunxi.c
+++ b/
sys/arch/armv7/sunxi/sunxi.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sunxi.c,v 1.1
5 2016/08/05 19:00:25
kettenis Exp $ */
+/* $OpenBSD: sunxi.c,v 1.1
6 2016/08/05 21:39:02
kettenis Exp $ */
/*
* Copyright (c) 2005,2008 Dale Rahn <drahn@openbsd.com>
*
@@
-46,7
+46,6
@@
struct board_dev sun4i_devs[] = {
{ "sxitimer", 1 },
{ "sxitimer", 2 },
{ "sxidog", 0 },
- { "sxirtc", 0 },
{ NULL, 0 }
};
@@
-64,7
+63,6
@@
struct board_dev sun7i_devs[] = {
{ "sxipio", 0 },
{ "sxiccmu", 0 },
{ "sxidog", 0 },
- { "sxirtc", 0 },
{ NULL, 0 }
};