CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/05/28 10:27:48
Modified files: usr.sbin/vmd : pci.c Log message: Refactor vmd(8)'s pci io handler. Break out of scanning for appropriate bar when found. Tidy up a bit and reduce some nested struct member access to shorten up the code. ok mlarkin@