Changeset 99739 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- May 11, 2023 1:01:08 AM (19 months ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/scsi.c
r98103 r99739 297 297 * Enumerate attached devices. 298 298 * 299 * @returns nothing.300 299 * @param hba_seg Segement of the HBA controller block. 301 300 * @param idx_hba The HBA driver index used for accessing the enumerated devices. -
trunk/src/VBox/Devices/PC/DevQemuFwCfg.cpp
r99738 r99739 308 308 * Cleans up any allocated resources when the item is de-selected. 309 309 * 310 * @returns nothing.311 310 * @param pThis The QEMU fw config device instance. 312 311 * @param pItem Pointer to the selected item. … … 778 777 * Resets the currently selected item. 779 778 * 780 * @returns nothing.781 779 * @param pThis The QEMU fw config device instance. 782 780 */ … … 848 846 * Processes a DMA transfer. 849 847 * 850 * @returns nothing.851 848 * @param pThis The QEMU fw config device instance. 852 849 * @param GCPhysDma The guest physical address of the DMA descriptor.
Note:
See TracChangeset
for help on using the changeset viewer.