CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/11/09 04:47:47
Modified files: sys/dev/ic : psp.c Log message: Simplify uvm wire and unwire in psp(4) for lauch update data. Instead of wiring page by page, wire the whole range. After the PSP lauch update data command finished, unwire the memory again. from hshoexer@; OK mlarkin@