CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/02/16 00:37:48
Modified files: sys/arch/armv7/imx: imxesdhc.c Log message: Support card interrupts in imxesdhc(4). The code that was written initially was never tested with SDIO, as there had been no user. With bwfm(4) we now have the first SDIO card on that controller. Align the code with the standard sdhc(4), so that it doesn't hang after the first interrupt fires. ok kettenis@