7a9a15ea | 18-Jan-2025 |
Bojan Novković <bnovkov@FreeBSD.org> |
if_dwc: Add support for cvitek ethernet controller
This patch adds support for the cvitek flavor of the DWC ethernet controller. This controller is present on the Milk-V riscv SoCs.
Reviewed by: ma
if_dwc: Add support for cvitek ethernet controller
This patch adds support for the cvitek flavor of the DWC ethernet controller. This controller is present on the Milk-V riscv SoCs.
Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D48530
show more ...
|
cef444d0 | 04-Oct-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
dwc: Move BUS_MODE_DEFAULT_PBL; in if_dwcvar.h
And rename it to DMA_DEFAULT_PBL, this is the default for all (most ?) dma engine that dwc should support. While here stop including dwc1000_reg.h in i
dwc: Move BUS_MODE_DEFAULT_PBL; in if_dwcvar.h
And rename it to DMA_DEFAULT_PBL, this is the default for all (most ?) dma engine that dwc should support. While here stop including dwc1000_reg.h in if_dwc.c, we don't need it anymore.
No functional changes intended.
show more ...
|