VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf

    r58459 r58466  
    2424  MODULE_TYPE                    = BASE
    2525  VERSION_STRING                 = 1.0
    26   LIBRARY_CLASS                  = PciLib 
     26  LIBRARY_CLASS                  = PciLib
    2727
    2828
  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciLibPciExpress/PciLib.c

    r58459 r58466  
    2121
    2222/**
    23   Registers a PCI device so PCI configuration registers may be accessed after 
     23  Registers a PCI device so PCI configuration registers may be accessed after
    2424  SetVirtualAddressMap().
    25  
    26   Registers the PCI device specified by Address so all the PCI configuration registers 
     25
     26  Registers the PCI device specified by Address so all the PCI configuration registers
    2727  associated with that PCI device may be accessed after SetVirtualAddressMap() is called.
    28  
    29   If Address > 0x0FFFFFFF, then ASSERT().
    30 
    31   @param  Address The address that encodes the PCI Bus, Device, Function and
    32                   Register.
    33  
     28
     29  If Address > 0x0FFFFFFF, then ASSERT().
     30
     31  @param  Address The address that encodes the PCI Bus, Device, Function and
     32                  Register.
     33
    3434  @retval RETURN_SUCCESS           The PCI device was registered for runtime access.
    35   @retval RETURN_UNSUPPORTED       An attempt was made to call this function 
     35  @retval RETURN_UNSUPPORTED       An attempt was made to call this function
    3636                                   after ExitBootServices().
    3737  @retval RETURN_UNSUPPORTED       The resources required to access the PCI device
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