opnsense-src/sys/dev/dwc
Emmanuel Vadot 0cb63dcac4 Revert "dwc: re-rewrite barrier part"
Turns out we need all the barrier.
The one before writing the OWN bit is needed so the DMA engine
have coherent data, the second one (after the OWN bit is set) is
also needed because the DMA buffers are allocated with VM_MEMATTR_DEFAULT
whic equals to being cached.

This reverts commit 2b4f615e7d4720b16007cfa8aaedf720f572067a.
This reverts commit 4870346488051b9c4a1dc8b11cab55d4e5b7c230.

Reported by:	mmel
2023-10-16 21:48:19 +02:00
..
dwc1000_core.c dwc: Remove if_dwc_mac_type 2023-10-05 17:34:40 +02:00
dwc1000_core.h dwc: Move the dma reset code in dwc1000_dma.c 2023-10-05 17:34:40 +02:00
dwc1000_dma.c Revert "dwc: re-rewrite barrier part" 2023-10-16 21:48:19 +02:00
dwc1000_dma.h dwc: Move the dma reset code in dwc1000_dma.c 2023-10-05 17:34:40 +02:00
dwc1000_reg.h dwc: Remove if_dwc_mac_type 2023-10-05 17:34:40 +02:00
if_dwc.c dwc: Get the mii clock after calling IF_DWC_INIT 2023-10-06 19:05:40 +02:00
if_dwc_aw.c dwc: if_dwc_aw: Include net/if_media.h 2023-10-05 19:00:55 +02:00
if_dwc_if.m dwc: Remove if_dwc_mac_type 2023-10-05 17:34:40 +02:00
if_dwc_rk.c dwc: rockchip: Properly calculate mii clock based on pclk_mac 2023-10-06 19:05:43 +02:00
if_dwc_socfpga.c dwc: Remove if_dwc_mac_type 2023-10-05 17:34:40 +02:00
if_dwcvar.h dwc: Remove if_dwc_mac_type 2023-10-05 17:34:40 +02:00