Add the core of the code for dwge(4), a driver for the Synopsis Designware
authorkettenis <kettenis@openbsd.org>
Sat, 13 Aug 2016 20:35:57 +0000 (20:35 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 13 Aug 2016 20:35:57 +0000 (20:35 +0000)
commit60fe8bbe24738be26b1ced89c75a3b3027fc4a32
tree3979f2c89aa9a8f5ef9d7308f30ca47057bbf780
parent540acd4239552d9220f6ed447f25be0982f90087
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@
sys/conf/files
sys/dev/ic/dwc_gmac.c [new file with mode: 0644]
sys/dev/ic/dwc_gmac_reg.h [new file with mode: 0644]
sys/dev/ic/dwc_gmac_var.h [new file with mode: 0644]