Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Protocol/PciIo.h
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Protocol/PciIo.h
r58466 r77662 3 3 and DMA interfaces that a driver uses to access its PCI controller. 4 4 5 Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>5 Copyright (c) 2006 - 2017, 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 … … 332 332 /** 333 333 Allocates pages that are suitable for an EfiPciIoOperationBusMasterCommonBuffer 334 mapping.334 or EfiPciOperationBusMasterCommonBuffer64 mapping. 335 335 336 336 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance. … … 345 345 @retval EFI_SUCCESS The requested memory pages were allocated. 346 346 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are 347 MEMORY_WRITE_COMBINE and MEMORY_CACHED.347 MEMORY_WRITE_COMBINE, MEMORY_CACHED and DUAL_ADDRESS_CYCLE. 348 348 @retval EFI_INVALID_PARAMETER One or more parameters are invalid. 349 349 @retval EFI_OUT_OF_RESOURCES The memory pages could not be allocated. … … 458 458 @param Supports A pointer to the mask of attributes that this PCI controller supports 459 459 setting for this BAR with SetBarAttributes(). 460 @param Resources A pointer to the ACPI 2.0resource descriptors that describe the current460 @param Resources A pointer to the resource descriptors that describe the current 461 461 configuration of this BAR of the PCI controller. 462 462 463 463 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI 464 464 controller supports are returned in Supports. If Resources 465 is not NULL, then the ACPI 2.0resource descriptors that the PCI465 is not NULL, then the resource descriptors that the PCI 466 466 controller is currently using are returned in Resources. 467 467 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL. … … 469 469 @retval EFI_OUT_OF_RESOURCES There are not enough resources available to allocate 470 470 Resources. 471 472 471 **/ 473 472 typedef
Note:
See TracChangeset
for help on using the changeset viewer.