Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 6 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 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c
r62240 r77662 156 156 157 157 @retval EFI_SUCCESS Driver loaded. 158 @retval !EFI_SUC ESSDriver not loaded.158 @retval !EFI_SUCCESS Driver not loaded. 159 159 **/ 160 160 EFI_STATUS … … 309 309 @param ChildHandleBuffer Not used 310 310 311 @retval EFI_SUC ESSThis driver is removed DeviceHandle311 @retval EFI_SUCCESS This driver is removed DeviceHandle 312 312 @retval !EFI_SUCCESS This driver was not removed from this device 313 313 **/ -
trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h
r58466 r77662 60 60 61 61 @retval EFI_SUCCESS Driver loaded. 62 @retval !EFI_SUC ESSDriver not loaded.62 @retval !EFI_SUCCESS Driver not loaded. 63 63 **/ 64 64 EFI_STATUS … … 101 101 @param ChildHandleBuffer Not used 102 102 103 @retval EFI_SUC ESSThis driver is removed DeviceHandle103 @retval EFI_SUCCESS This driver is removed DeviceHandle 104 104 @retval !EFI_SUCCESS This driver was not removed from this device 105 105 **/ -
trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni
r58464 r77662 1 // /** @file1 // /** @file 2 2 // IDE Controller Init module that will produce IDE_CONTROLLER_INIT protocol 3 3 // -
trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
r58459 r77662 47 47 48 48 [Protocols] 49 gEfiPciIoProtocolGuid ## BY_START50 gEfiIdeControllerInitProtocolGuid ## TO_START49 gEfiPciIoProtocolGuid ## TO_START 50 gEfiIdeControllerInitProtocolGuid ## BY_START 51 51 [UserExtensions.TianoCore."ExtraFiles"] 52 52 IdeControllerExtra.uni -
trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.uni
r58464 r77662 1 // /** @file1 // /** @file 2 2 // IdeController Localized Strings and Content 3 3 //
Note:
See TracChangeset
for help on using the changeset viewer.