Changeset 66150 in vbox
- Timestamp:
- Mar 16, 2017 10:46:50 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114056
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r66133 r66150 37 37 #include <iprt/uuid.h> 38 38 #include <iprt/cdefs.h> 39 #include <VBox/bios.h> 39 40 #include <VBox/err.h> 40 41 #include <VBox/param.h> … … 335 336 pThis->fNewShutdownPort = fNewShutdownPort; 336 337 if (fNewShutdownPort) 337 pThis->ShutdownPort = 0x040f;338 pThis->ShutdownPort = VBOX_BIOS_SHUTDOWN_PORT; 338 339 else 339 pThis->ShutdownPort = 0x9800;340 pThis->ShutdownPort = VBOX_BIOS_OLD_SHUTDOWN_PORT; 340 341 return PDMDevHlpIOPortRegister(pDevIns, pThis->ShutdownPort, 1, NULL, 341 342 pcbiosIOPortWrite, pcbiosIOPortRead,
Note:
See TracChangeset
for help on using the changeset viewer.