Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c
r48674 r58459 3 3 The EHCI register operation routines. 4 4 5 Copyright (c) 2007 - 201 1, Intel Corporation. All rights reserved.<BR>5 Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR> 6 6 This program and the accompanying materials 7 7 are licensed and made available under the terms and conditions of the BSD License … … 581 581 Finished = FALSE; 582 582 Status = EFI_SUCCESS; 583 Delay = (TimeOut * UHC_1_MILLISECOND / UHC_SYNC_POLL_INTERVAL) + 1;583 Delay = TimeOut * UHC_1_MILLISECOND; 584 584 InfiniteLoop = FALSE; 585 585 … … 603 603 } 604 604 605 gBS->Stall (UHC_ SYNC_POLL_INTERVAL);605 gBS->Stall (UHC_1_MICROSECOND); 606 606 } 607 607
Note:
See TracChangeset
for help on using the changeset viewer.