Searched hist:"8 fc6eeee" (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/fdt/ |
H A D | dwmmc.c | diff 8fc6eeee Wed Jan 22 11:56:41 GMT 2020 patrick <patrick@openbsd.org> Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIO interrupt it is possible that the card immediately raises another one. Since the interrupt seems to be edge triggered, and we only acked it after said handling, it was possible we lose the next one. This heavily improves bwfm(4) on the Pinebook Pro.
ok kettenis@
|