Changeset 67682 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jun 29, 2017 8:44:44 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r67596 r67682 4024 4024 4025 4025 /* See p. 50 of PIIX4 manual */ 4026 PCIDevSetCommand(&pThis->dev, 0x01);4026 PCIDevSetCommand(&pThis->dev, PCI_COMMAND_IOACCESS); 4027 4027 PCIDevSetStatus(&pThis->dev, 0x0280); 4028 4028
Note:
See TracChangeset
for help on using the changeset viewer.