Changeset 51520 in vbox for trunk/src/VBox/Devices/EFI
- Timestamp:
- Jun 4, 2014 5:17:41 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94146
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevSmc.cpp
r48760 r51520 11 11 12 12 /* 13 * Copyright (C) 2013 Oracle Corporation13 * Copyright (C) 2013-2014 Oracle Corporation 14 14 * 15 15 * This file is part of VirtualBox Open Source Edition (OSE), as … … 58 58 /** The first Apple SMC port. */ 59 59 #define SMC_PORT_FIRST 0x0300 60 /** The number of registers (also ports). 60 /** The number of registers (also ports). */ 61 61 #define SMC_REG_COUNT 0x0020 62 62 … … 354 354 /** Indicates whether we've successfully queried the OSK* keys. */ 355 355 static bool g_fHaveOsk = false; 356 /** The OSK0 and OSK1 values. 356 /** The OSK0 and OSK1 values. */ 357 357 static uint8_t g_abOsk0And1[32+32]; 358 358 … … 1276 1276 PDEVSMC pThis = PDMINS_2_DATA(pDevIns, PDEVSMC); 1277 1277 1278 /** @todo 1278 /** @todo */ 1279 1279 1280 1280 return VINF_SUCCESS; … … 1299 1299 if (uVersion == SMC_SAVED_STATE_VERSION) 1300 1300 { 1301 /** @todo 1301 /** @todo */ 1302 1302 } 1303 1303
Note:
See TracChangeset
for help on using the changeset viewer.