summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openbsd_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openbsd_pci.c b/src/openbsd_pci.c
index e954144..b5559ad 100644
--- a/src/openbsd_pci.c
+++ b/src/openbsd_pci.c
@@ -505,6 +505,10 @@ pci_system_openbsd_create(void)
device->base.subvendor_id = PCI_VENDOR(reg);
device->base.subdevice_id = PCI_PRODUCT(reg);
+ device->base.vgaarb_rsrc =
+ VGA_ARB_RSRC_LEGACY_IO |
+ VGA_ARB_RSRC_LEGACY_MEM;
+
device++;
}
}