mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcDevicePathLib: Correct NodeType check for SATA and NVMe fixes
This commit is contained in:
parent
e76093954a
commit
dbb63a6cb4
@ -284,7 +284,7 @@ OcFixAppleBootDevicePath (
|
||||
NodeType = DevicePathType (InvalidNode.DevPath);
|
||||
NodeSubType = DevicePathSubType (InvalidNode.DevPath);
|
||||
|
||||
if (NodeType == MEDIA_DEVICE_PATH) {
|
||||
if (NodeType == MESSAGING_DEVICE_PATH) {
|
||||
switch (NodeSubType) {
|
||||
case MSG_SATA_DP:
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user