CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/09 02:06:42
Modified files:
sys/dev/ic : ufshci.c ufshcireg.h ufshcivar.h
Log message:
Don't schedule interrupt aggregation when commands are still in-progress.
As of the documentation:
"NOTE Write operations to IACTH and IATOVAL are only allowed when no
commands are outstanding."
Instead we only schedule interrupt aggregation at the start of the
SCSI command call, when all commands have completed.
