X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FEhciDxe%2FEhci.h;h=50a3f1c69893d7eae0601a1b1a39ede248d531cc;hp=7104914e9365e5d732be0d3893270e02e39b2989;hb=68246fa809e4a8ab61ce7bbfdd1a0b31d03e83fb;hpb=23c326c20199413241245cf2e32cfaaec9bc7373 diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h index 7104914e93..50a3f1c698 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h +++ b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h @@ -65,11 +65,11 @@ enum { EHC_ROOT_PORT_RECOVERY_STALL = 20 * EHC_1_MILLISECOND, // - // Sync and Async transfer polling interval, set by experience, + // Sync and Async transfer polling interval, set by experience, // and the unit of Async is 100us, means 50ms as interval. // EHC_SYNC_POLL_INTERVAL = 20 * EHC_1_MICROSECOND, - EHC_ASYNC_POLL_INTERVAL = 50 * 10000U, + EHC_ASYNC_POLL_INTERVAL = 50 * 10000U, // // EHC raises TPL to TPL_NOTIFY to serialize all its operations @@ -111,6 +111,7 @@ struct _USB2_HC_DEV { EFI_USB2_HC_PROTOCOL Usb2Hc; EFI_PCI_IO_PROTOCOL *PciIo; + UINT64 OriginalPciAttributes; USBHC_MEM_POOL *MemPool; //