Changeset 67644 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 27, 2017 4:08:26 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116418
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/pcicfg.inc
r41989 r67644 1 1 2 BX_PCIBIOS equ 1; Enable PCI BIOS2 BX_PCIBIOS equ 1 ; Enable PCI BIOS 3 3 4 PCI_CFG1 5 PCI_CFG2 4 PCI_CFG1 equ 0CF8h 5 PCI_CFG2 equ 0CFCh 6 6 7 PCI_FIXED_HOST_BRIDGE_1 equ 12378086h ;; i440FX PCI bridge8 PCI_FIXED_HOST_BRIDGE_2 equ 24488086h ;; ICH9 PCI bridge9 10 MAX_BUSDEVFN equ 10000h ; Max bus/dev/fn to search
Note:
See TracChangeset
for help on using the changeset viewer.