Module Name:    src
Committed By:   mrg
Date:           Sun Jul 21 08:24:32 UTC 2019

Modified Files:
        src/sys/arch/arm/altera: cycv_gmac.c
        src/sys/arch/arm/amlogic: meson_dwmac.c
        src/sys/arch/arm/rockchip: rk_gmac.c
        src/sys/arch/arm/sunxi: sunxi_gmac.c
        src/sys/dev/ic: dwc_gmac.c dwc_gmac_var.h

Log Message:
move DWCGMAC_MPSAFE into dwc_gmac_var.h and introduce an
additional define that is 0 or FDT_INTR_MPSAFE that the
frontends can use when passing to fdtbus_intr_establish().

with NET_MPSAFE enabled, this avoids hangs seen on rock64,
as well as finishing the MPSAFE port for this driver.

XXX: still don't know why the existing hangs occur.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/altera/cycv_gmac.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/amlogic/meson_dwmac.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/rockchip/rk_gmac.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/sunxi/sunxi_gmac.c
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/ic/dwc_gmac.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/dwc_gmac_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to