VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c

    r48674 r58459  
    33  EHCI transfer scheduling routines.
    44
    5 Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
     5Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
    66This program and the accompanying materials
    77are licensed and made available under the terms and conditions of the BSD License
     
    642642        PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (EHC_QTD));
    643643        if (QtdHw->AltNext == QTD_LINK (PciAddr, FALSE)) {
    644           DEBUG ((EFI_D_INFO, "EhcCheckUrbResult: Short packet read, break\n"));
     644          DEBUG ((EFI_D_VERBOSE, "EhcCheckUrbResult: Short packet read, break\n"));
    645645
    646646          Finished = TRUE;
     
    648648        }
    649649
    650         DEBUG ((EFI_D_INFO, "EhcCheckUrbResult: Short packet read, continue\n"));
     650        DEBUG ((EFI_D_VERBOSE, "EhcCheckUrbResult: Short packet read, continue\n"));
    651651      }
    652652    }
     
    695695
    696696  Status       = EFI_SUCCESS;
    697   Loop         = (TimeOut * EHC_1_MILLISECOND / EHC_SYNC_POLL_INTERVAL) + 1;
     697  Loop         = TimeOut * EHC_1_MILLISECOND;
    698698  Finished     = FALSE;
    699699  InfiniteLoop = FALSE;
     
    715715    }
    716716
    717     gBS->Stall (EHC_SYNC_POLL_INTERVAL);
     717    gBS->Stall (EHC_1_MICROSECOND);
    718718  }
    719719
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette