CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2022/12/03 03:57:04
Modified files: sys/dev/pv : vmt.c Log message: Modify vmt to use the buffer allocated in pvbus directly instead of the buffer in the vmt softc when doing RPC for PVBUSIOC_KV{READ|WRITE} ioctl. ok asou