diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-09-29 13:04:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-09-29 13:04:04 +0000 |
commit | 573a34f6b5e22f6f30f67744a057de89177c4e5c (patch) | |
tree | ac47cf15faa713cc7d955a08c82791d084c27403 /sys/conf | |
parent | 41d31bcafa37c134a65c60e885eb484577a28b2a (diff) |
Replace dwge(4) with a new driver based on dwxe(4). There are many
similarities between the two and using a common approach helps fixing bugs.
The new driver is better integrated with the device tree framework and
is faster (mainly because the DMA engine is configured properly now).
Tested on all currently supported variants of the hardware.
ok jsg@, jmatthew@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4a8d3f430c4..a8a08a19475 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.673 2019/08/01 03:06:35 dlg Exp $ +# $OpenBSD: files,v 1.674 2019/09/29 13:04:03 kettenis Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -312,11 +312,6 @@ 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 |