Changeset 62240 in vbox for trunk/src/VBox/Devices/EFI/Firmware
- Timestamp:
- Jul 14, 2016 10:43:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c
r58515 r62240 707 707 ) 708 708 { 709 #ifndef VBOX 709 710 if (Channel >= ICH_IDE_MAX_CHANNEL || Device >= ICH_IDE_MAX_DEVICES) { 710 711 return EFI_INVALID_PARAMETER; 711 712 } 713 #endif 712 714 713 715 *SupportedModes = AllocateCopyPool (sizeof (EFI_ATA_COLLECTIVE_MODE), &gEfiAtaCollectiveModeTemplate);
Note:
See TracChangeset
for help on using the changeset viewer.