Changeset 77663 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Mar 12, 2019 12:51:54 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129296
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r76985 r77663 474 474 { 475 475 /* PIIX3, PIIX4 or ICH6 IDE */ 476 devpciR3SetWord(pPciDev, 0x40, 0x80 00); /* enable IDE0*/477 devpciR3SetWord(pPciDev, 0x42, 0x80 00); /* enable IDE1*/476 devpciR3SetWord(pPciDev, 0x40, 0x8011); /* enable IDE0 + fast timing */ 477 devpciR3SetWord(pPciDev, 0x42, 0x8011); /* enable IDE1 + fast timing */ 478 478 goto default_map; 479 479 }
Note:
See TracChangeset
for help on using the changeset viewer.