Changeset 53625 in vbox for trunk/include/VBox/VMMDevTesting.h
- Timestamp:
- Dec 31, 2014 3:33:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDevTesting.h
r42585 r53625 5 5 6 6 /* 7 * Copyright (C) 2010-201 2Oracle Corporation7 * Copyright (C) 2010-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 37 37 /** The size of the MMIO range used for testing. */ 38 38 #define VMMDEV_TESTING_MMIO_SIZE UINT32_C(0x00001000) 39 /** The NOP MMIO register - 124 RW. */39 /** The NOP MMIO register - 1248 RW. */ 40 40 #define VMMDEV_TESTING_MMIO_NOP (VMMDEV_TESTING_MMIO_BASE + 0x000) 41 /** The XXX MMIO register - 124RW. */42 #define VMMDEV_TESTING_MMIO_ TODO (VMMDEV_TESTING_MMIO_BASE + 0x004)41 /** The go-to-ring-3-NOP MMIO register - 1248 RW. */ 42 #define VMMDEV_TESTING_MMIO_NOP_R3 (VMMDEV_TESTING_MMIO_BASE + 0x008) 43 43 /** The real mode selector to use. 44 44 * @remarks Requires that the A20 gate is enabled. */ … … 61 61 /** Data register which use depends on the current command - 1s, 4 WO. */ 62 62 #define VMMDEV_TESTING_IOPORT_DATA (VMMDEV_TESTING_IOPORT_BASE + 4) 63 /** The go-to-ring-3-NOP I/O port - 1,2,4 RW. */ 64 #define VMMDEV_TESTING_IOPORT_NOP_R3 (VMMDEV_TESTING_IOPORT_BASE + 5) 63 65 64 66 /** @name Commands.
Note:
See TracChangeset
for help on using the changeset viewer.