VirtualBox

Changeset 51520 in vbox for trunk/src/VBox/Devices/EFI


Ignore:
Timestamp:
Jun 4, 2014 5:17:41 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94146
Message:

VBox/Devices: Comment nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevSmc.cpp

    r48760 r51520  
    1111
    1212/*
    13  * Copyright (C) 2013 Oracle Corporation
     13 * Copyright (C) 2013-2014 Oracle Corporation
    1414 *
    1515 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    5858/** The first Apple SMC port. */
    5959#define SMC_PORT_FIRST                          0x0300
    60 /** The number of registers (also ports).  */
     60/** The number of registers (also ports). */
    6161#define SMC_REG_COUNT                           0x0020
    6262
     
    354354/** Indicates whether we've successfully queried the OSK* keys. */
    355355static bool     g_fHaveOsk = false;
    356 /** The OSK0 and OSK1 values.   */
     356/** The OSK0 and OSK1 values. */
    357357static uint8_t  g_abOsk0And1[32+32];
    358358
     
    12761276    PDEVSMC pThis = PDMINS_2_DATA(pDevIns, PDEVSMC);
    12771277
    1278     /** @todo  */
     1278    /** @todo */
    12791279
    12801280    return VINF_SUCCESS;
     
    12991299    if (uVersion == SMC_SAVED_STATE_VERSION)
    13001300    {
    1301         /** @todo  */
     1301        /** @todo */
    13021302    }
    13031303
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