Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Protocol/AtaPassThru.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/AtaPassThru.h
r58466 r77662 4 4 includes the attributes of the ATA controller. 5 5 6 Copyright (c) 2009 - 201 4, Intel Corporation. All rights reserved.<BR>6 Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR> 7 7 This program and the accompanying materials 8 8 are licensed and made available under the terms and conditions of the BSD License … … 181 181 @param[in] Port The port number of the ATA device to send the command. 182 182 @param[in] PortMultiplierPort The port multiplier port number of the ATA device to send the command. 183 If there is no port multiplier, then specify 0 .183 If there is no port multiplier, then specify 0xFFFF. 184 184 @param[in,out] Packet A pointer to the ATA command to send to the ATA device specified by Port 185 185 and PortMultiplierPort. … … 318 318 @param[in] PortMultiplierPort The port multiplier port number of the ATA device for which a 319 319 device path node is to be allocated and built. If there is no 320 port multiplier, then specify 0 .320 port multiplier, then specify 0xFFFF. 321 321 @param[in,out] DevicePath A pointer to a single device path node that describes the ATA 322 322 device specified by Port and PortMultiplierPort. This function … … 438 438 @param[in] Port Port represents the port number of the ATA device to be reset. 439 439 @param[in] PortMultiplierPort The port multiplier port number of the ATA device to reset. 440 If there is no port multiplier, then specify 0 .440 If there is no port multiplier, then specify 0xFFFF. 441 441 @retval EFI_SUCCESS The ATA device specified by Port and PortMultiplierPort was reset. 442 442 @retval EFI_UNSUPPORTED The ATA controller does not support a device reset operation.
Note:
See TracChangeset
for help on using the changeset viewer.