freebsd-dev/sys/dev/xilinx
Ruslan Bukin a8692c16c9 Fix xae(4) driver attachement on the Government Furnished Equipment (GFE)
riscv cores.

GFE cores come with standard DTS file that lacks standard 'dmas ='
property, which means xae(4) could not find a DMA controller to use.

The 'dmas' property could not be added to the DTS file because the
ethernet controller and DMA engine parts in Linux are implemented
in a single driver.

Instead of 'dmas' property the standard Xilinx 'axistream-connected'
property is provided, so fallback to use it instead.

Suggested by:	James Clarke <jrtc27@jrtc27.com>
Reviewed by:	James Clarke <jrtc27@jrtc27.com>
Sponsored by:	DARPA, AFRL
2020-02-07 14:36:28 +00:00
..
axi_quad_spi.c
axidma.c Fix xae(4) driver attachement on the Government Furnished Equipment (GFE) 2020-02-07 14:36:28 +00:00
axidma.h Fix xae(4) driver attachement on the Government Furnished Equipment (GFE) 2020-02-07 14:36:28 +00:00
if_xae.c Fix xae(4) driver attachement on the Government Furnished Equipment (GFE) 2020-02-07 14:36:28 +00:00
if_xaereg.h
if_xaevar.h
xlnx_pcib.c Add driver for Xilinx XDMA PCIe Bridge found in the U.S. Government 2020-01-29 16:52:12 +00:00
xlnx_pcib.h Add driver for Xilinx XDMA PCIe Bridge found in the U.S. Government 2020-01-29 16:52:12 +00:00