VirtualBox

Changeset 43023 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Aug 28, 2012 6:43:23 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80357
Message:

Legacy IDE Support: eliminating the API support for configuring the legacy IDE support for AHCI. Legacy IDE fields for settings have been preserved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r42864 r43023  
    1708417084      </desc>
    1708517085    </attribute>
    17086 
    17087     <method name="getIDEEmulationPort">
    17088       <desc>
    17089         Gets the corresponding port number which is emulated as an IDE device.
    17090         Works only with SATA controllers.
    17091 
    17092         <result name="E_INVALIDARG">
    17093           The @a devicePosition is not in the range 0 to 3.
    17094         </result>
    17095         <result name="E_NOTIMPL">
    17096           The storage controller type is not SATAIntelAhci.
    17097         </result>
    17098 
    17099       </desc>
    17100       <param name="devicePosition" type="long" dir="in"/>
    17101       <param name="portNumber" type="long" dir="return"/>
    17102     </method>
    17103 
    17104     <method name="setIDEEmulationPort">
    17105       <desc>
    17106         Sets the port number which is emulated as an IDE device.
    17107         Works only with SATA controllers.
    17108 
    17109         <result name="E_INVALIDARG">
    17110           The @a devicePosition is not in the range 0 to 3 or the
    17111           @a portNumber is not in the range 0 to 29.
    17112         </result>
    17113         <result name="E_NOTIMPL">
    17114           The storage controller type is not SATAIntelAhci.
    17115         </result>
    17116 
    17117       </desc>
    17118       <param name="devicePosition" type="long" dir="in"/>
    17119       <param name="portNumber" type="long" dir="in"/>
    17120     </method>
    17121 
    1712217086  </interface>
    1712317087
Note: See TracChangeset for help on using the changeset viewer.

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