Changeset 33025 in vbox for trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeControllerDxe/IdeController.c
- Timestamp:
- Oct 11, 2010 6:03:35 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeControllerDxe/IdeController.c
r33023 r33025 184 184 // Examine Ide PCI Configuration table fields 185 185 // 186 if ((PciClass != PCI_CLASS_MASS_STORAGE) || ( PciSubClass != PCI_CLASS_MASS_STORAGE_IDE)) {186 if ((PciClass != PCI_CLASS_MASS_STORAGE) || ((PciSubClass != PCI_CLASS_MASS_STORAGE_IDE) && (PciSubClass != 0x06 /*SATA*/))) { 187 187 Status = EFI_UNSUPPORTED; 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.