VirtualBox

Changeset 20163 in vbox


Ignore:
Timestamp:
May 29, 2009 6:51:20 PM (16 years ago)
Author:
vboxsync
Message:

DevPCI: Moved the I/O ports from 0xc000 to 0xd000 to avoid clashing with old, alternative PCI configuration method. Fixes #3756.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r20159 r20163  
    19031903     * Set the start addresses.
    19041904     */
    1905     pGlobals->pci_bios_io_addr  = 0xc000;
     1905    pGlobals->pci_bios_io_addr  = 0xd000;
    19061906    pGlobals->pci_bios_mem_addr = UINT32_C(0xf0000000);
    19071907    pGlobals->uBus = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette