diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-13 20:35:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-13 20:35:58 +0000 |
commit | 8cd3a4ecfc9eb826d2634fb9fdce918718fe7cad (patch) | |
tree | 06f25216dd5e25d45aec29074294b0789beb94af /sys/conf | |
parent | 87cb4eb384deffcaad81d38b31df2ded305fdd87 (diff) |
Add the core of the code for dwge(4), a driver for the Synopsis Designware
GMAC core which is used on the Allwinner A20 SoCs and later SoCs in the
Allwinner family. Since this core is very likely to show up the base of
other devices, it gets to live here in dev/ic.
Ported from NetBSD (where it is named awge(4)) by patrick@. Some further
fixes by me.
ok deraadt@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4482008ec2f..bc8536727cf 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.623 2016/08/11 09:30:57 natano Exp $ +# $OpenBSD: files,v 1.624 2016/08/13 20:35:57 kettenis Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -317,6 +317,11 @@ file dev/ic/i82596.c ie & (ie_pci | ie_eisa | ie_gsc) device gem: ether, ifnet, ifmedia, mii file dev/ic/gem.c gem +# Synopsis Designware GMAC core, as found on Allwinner A20 +# and other SoCs +device dwge: ether, ifnet, ifmedia, mii +file dev/ic/dwc_gmac.c dwge + device ti: ether, ifnet, ifmedia, mii, firmload file dev/ic/ti.c ti |