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/dev/fdt/files.fdt | |
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/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 28390fee6dc..5786cbc5bc4 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.92 2019/09/07 13:32:36 patrick Exp $ +# $OpenBSD: files.fdt,v 1.93 2019/09/29 13:04:03 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -107,8 +107,10 @@ file dev/fdt/virtio_mmio.c virtio_mmio attach ahci at fdt with ahci_fdt file dev/fdt/ahci_fdt.c ahci_fdt -attach dwge at fdt with dwge_fdt -file dev/fdt/if_dwge_fdt.c dwge_fdt +# Synopsis Designware GMAC core +device dwge: ether, ifnet, mii, ifmedia +attach dwge at fdt +file dev/fdt/if_dwge.c dwge attach ehci at fdt with ehci_fdt file dev/fdt/ehci_fdt.c ehci_fdt |