CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2019/09/29 07:04:03

Modified files:
        sys/conf       : files 
        sys/dev/fdt    : files.fdt if_dwxe.c 
Added files:
        sys/dev/fdt    : if_dwge.c 
Removed files:
        sys/dev/fdt    : if_dwge_fdt.c 
        sys/dev/ic     : dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h 

Log message:
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@

Reply via email to