CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/07/10 16:46:17
Modified files: sys/dev/fdt : tipd.c Log message: Block interrupts while executing a command over the I2C bus as thei interrupt handler executes a command as well. This may result in a deadlock if an interrupt happens while executing a command. ok miod@