CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2021/09/03 08:04:35
Modified files: sys/dev/pci : virtio_pci.c Log message: Make virtio(4) less restrictive on the type of BAR it supports for legacy versions. The current version of Parallels on M1 seems to not provide the I/O BAR that we expect, and reducing our expectations seems to be help. ok kettenis@