CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/12/06 09:06:32
Modified files: sys/arch/arm64/dev: apliic.c Log message: For write operations, wait until the transaction completes just like we do after sending the command for a read operation. Fixes issues with doing multiple operations back-to-back. ok patrick@