Changeset 84334 in vbox
- Timestamp:
- May 18, 2020 3:47:26 PM (5 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPIC.cpp
r82968 r84334 347 347 * 348 348 * @param pDevIns Device instance of the PICs. 349 * @param pDevIns350 349 * @param iIrq IRQ number to set. 351 350 * @param iLevel IRQ level. -
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r82968 r84334 1112 1112 1113 1113 /** 1114 * @callback_method_impl{FNTMTIMERDEV} 1115 * @param pvUser Pointer to the PIT channel state. 1114 * @callback_method_impl{FNTMTIMERDEV, User argument points to the PIT channel state.} 1116 1115 */ 1117 1116 static DECLCALLBACK(void) pitR3Timer(PPDMDEVINS pDevIns, PTMTIMER pTimer, void *pvUser)
Note:
See TracChangeset
for help on using the changeset viewer.