X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FLibrary%2FDuetBdsLib%2FBdsPlatform.c;h=3cbd082d26a84175aa7c30948f977f9a712f9745;hp=e9a8be3bd7658402b1ddf1a90b938daefc99abe5;hb=1a573c7ea2072bad42911afe24834696ab653ae8;hpb=9910cfe7db9713ee73ebf08c816625549df20b57 diff --git a/DuetPkg/Library/DuetBdsLib/BdsPlatform.c b/DuetPkg/Library/DuetBdsLib/BdsPlatform.c index e9a8be3bd7..3cbd082d26 100644 --- a/DuetPkg/Library/DuetBdsLib/BdsPlatform.c +++ b/DuetPkg/Library/DuetBdsLib/BdsPlatform.c @@ -336,13 +336,13 @@ Returns: if (!EFI_ERROR (Status)) { if ((PCI_CLASS_SERIAL == Class[2]) && (PCI_CLASS_SERIAL_USB == Class[1])) { - if (PCI_CLASSC_PI_UHCI == Class[0]) { + if (PCI_IF_UHCI == Class[0]) { // // Found the UHCI, then disable the legacy support // Command = 0; Status = PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0xC0, 1, &Command); - } else if (PCI_CLASSC_PI_EHCI == Class[0]) { + } else if (PCI_IF_EHCI == Class[0]) { // // Found the EHCI, then disable the legacy support //