CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/06/18 09:01:22
Modified files: sys/dev/sdmmc : if_bwfm_sdio.c Log message: Run the code to handle interrupts directly from the interrupt handler instead of from a task. The sdmmc(4) interrupt handler is already executed in process context and returning from the interrupt handler without acknowledging the interrupts may lead to an interrupt storm. ok patrick@