Changeset 105670 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c
- Timestamp:
- Aug 14, 2024 1:16:30 PM (4 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-159268 /vendor/edk2/current 103735-103757,103769-103776,129194-164365
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c
r101291 r105670 1025 1025 } 1026 1026 1027 mIoMmuProtocol->SetAttribute (1028 mIoMmuProtocol,1029 PciIoDevice->Handle,1030 *Mapping,1031 IoMmuAttribute1032 );1027 Status = mIoMmuProtocol->SetAttribute ( 1028 mIoMmuProtocol, 1029 PciIoDevice->Handle, 1030 *Mapping, 1031 IoMmuAttribute 1032 ); 1033 1033 } 1034 1034 }
Note:
See TracChangeset
for help on using the changeset viewer.