VirtualBox

Changeset 66150 in vbox


Ignore:
Timestamp:
Mar 16, 2017 10:46:50 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114056
Message:

DevPcBios.cpp: Use VBox/bios.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r66133 r66150  
    3737#include <iprt/uuid.h>
    3838#include <iprt/cdefs.h>
     39#include <VBox/bios.h>
    3940#include <VBox/err.h>
    4041#include <VBox/param.h>
     
    335336    pThis->fNewShutdownPort = fNewShutdownPort;
    336337    if (fNewShutdownPort)
    337         pThis->ShutdownPort = 0x040f;
     338        pThis->ShutdownPort = VBOX_BIOS_SHUTDOWN_PORT;
    338339    else
    339         pThis->ShutdownPort = 0x9800;
     340        pThis->ShutdownPort = VBOX_BIOS_OLD_SHUTDOWN_PORT;
    340341    return PDMDevHlpIOPortRegister(pDevIns, pThis->ShutdownPort, 1, NULL,
    341342                                   pcbiosIOPortWrite, pcbiosIOPortRead,
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