VirtualBox

Changeset 77663 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Mar 12, 2019 12:51:54 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129296
Message:

FakeBios: Enable fast timing in PIIX/ICH IDETIM register. This convinces NetWare's IDEATA.HAM driver to use BMDMA.

File:
1 edited

Legend:

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

    r76985 r77663  
    474474                {
    475475                    /* PIIX3, PIIX4 or ICH6 IDE */
    476                     devpciR3SetWord(pPciDev, 0x40, 0x8000); /* enable IDE0 */
    477                     devpciR3SetWord(pPciDev, 0x42, 0x8000); /* enable IDE1 */
     476                    devpciR3SetWord(pPciDev, 0x40, 0x8011); /* enable IDE0 + fast timing */
     477                    devpciR3SetWord(pPciDev, 0x42, 0x8011); /* enable IDE1 + fast timing */
    478478                    goto default_map;
    479479                }
Note: See TracChangeset for help on using the changeset viewer.

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