CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2024/05/20 06:42:45
Modified files: sys/dev/ic : ufshci.c ufshcivar.h Log message: Add flag to switch between normal interrupts (one interrupt per completed command) and interrupt aggregation (one interrupt per <count> completed commands). For now, enable normal interrupts by default, since it has turned out that this works better for us currently (see comment in the diff for more details). Discussed with dlg@