diff options
Diffstat (limited to 'src/VBox/Devices/PC/BIOS/pcicfg.inc')
-rw-r--r-- | src/VBox/Devices/PC/BIOS/pcicfg.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/VBox/Devices/PC/BIOS/pcicfg.inc b/src/VBox/Devices/PC/BIOS/pcicfg.inc new file mode 100644 index 00000000..83e2c2d5 --- /dev/null +++ b/src/VBox/Devices/PC/BIOS/pcicfg.inc @@ -0,0 +1,6 @@ + +BX_PCIBIOS equ 1 ; Enable PCI BIOS + +PCI_CFG1 equ 0CF8h +PCI_CFG2 equ 0CFCh + |