CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2021/07/13 16:08:50
Modified files: sys/dev/ic : dwiic.c Log message: Ensure that we don't overrun the TX FIFO for longer transfers. Check the limit after every character, and wait for the FIFO to empty before sending out more bytes. With this I can now use ipmitool(1) to change IPMI passwords on the Ampere eMAG. ok kettenis@