VirtualBox

Changeset 29327 in vbox


Ignore:
Timestamp:
May 11, 2010 10:11:29 AM (15 years ago)
Author:
vboxsync
Message:

Main: API docs (SAS)

File:
1 edited

Legend:

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

    r29309 r29327  
    48624862
    48634863        For an SATA controller, @a controllerPort must be a number ranging
    4864         from @c 0 to @c 29. For a SCSI controller, @a controllerPort must
    4865         be a number ranging from @c 0 to @c 15.
    4866 
    4867         For both SCSI and SATA, the @a device parameter is unused and must
     4864        from @c 0 to @c 29. For a SCSI or SAS controller, @a controllerPort
     4865        must be a number ranging from @c 0 to @c 15.
     4866
     4867        For SCSI, SAS and SATA, the @a device parameter is unused and must
    48684868        be @c 0.
    48694869
     
    51415141    <method name="addStorageController">
    51425142      <desc>
    5143         Adds a new storage controller (SCSI or SATA controller) to the
     5143        Adds a new storage controller (SCSI, SAS or SATA controller) to the
    51445144        machine and returns it as an instance of
    51455145        <link to="IStorageController" />.
     
    85738573    <attribute name="PageFusionEnabled" type="boolean">
    85748574      <desc>
    8575         Flag whether VirtualBox allows page fusion for this machine 
     8575        Flag whether VirtualBox allows page fusion for this machine
    85768576        (64 bits host only; transient property).
    85778577      </desc>
     
    93389338
    93399339    <attribute name="port" type="long" readonly="yes">
    9340       <desc>Port number of this attachment.</desc>
     9340      <desc>Port number of this attachment.
     9341        See <link to="IMachine::attachDevice" /> for the meaning of this value for the different controller types.
     9342      </desc>
    93419343    </attribute>
    93429344
    93439345    <attribute name="device" type="long" readonly="yes">
    9344       <desc>Device slot number of this attachment.</desc>
     9346      <desc>Device slot number of this attachment.
     9347        See <link to="IMachine::attachDevice" /> for the meaning of this value for the different controller types.
     9348      </desc>
    93459349    </attribute>
    93469350
     
    93779381      <ul>
    93789382        <li><link to="IMachine::storageControllers"/> contains an array of
    9379           storage controllers (IDE, SATA, SCSI or a floppy controller;
     9383          storage controllers (IDE, SATA, SCSI, SAS or a floppy controller;
    93809384          these are instances of <link to="IStorageController"/>).</li>
    93819385        <li><link to="IMachine::mediumAttachments"/> contains an array of
     
    1368613690  >
    1368713691    <desc>
    13688       The bus type of the storage controller (IDE, SATA, SCSI or Floppy);
     13692      The bus type of the storage controller (IDE, SATA, SCSI, SAS or Floppy);
    1368913693      see <link to="IStorageController::bus" />.
    1369013694    </desc>
     
    1375213756        of a storage controller, and for purposes of the Main API, all virtual
    1375313757        storage is attached to virtual machines via instances of this interface.
    13754         There are four types of such virtual storage controllers: IDE, SCSI, SATA
    13755         and Floppy (see <link to="#bus" />). Depending on which of these four is
    13756         used, certain sub-types may be available and can be selected in
     13758        There are five types of such virtual storage controllers: IDE, SCSI, SATA,
     13759        SAS and Floppy (see <link to="#bus" />). Depending on which of these four
     13760        is used, certain sub-types may be available and can be selected in
    1375713761        <link to="#controllerType" />.
    1375813762
     
    1380513809    <attribute name="bus" type="StorageBus" readonly="yes">
    1380613810      <desc>
    13807         The bus type of the storage controller (IDE, SATA, SCSI or Floppy).
     13811        The bus type of the storage controller (IDE, SATA, SCSI, SAS or Floppy).
    1380813812      </desc>
    1380913813    </attribute>
     
    1381513819        Depending on this value, VirtualBox will provide a different
    1381613820        virtual storage controller hardware to the guest.
    13817         For SATA and floppy controllers, only one variant is available,
    13818         but for IDE and SCSI, there are several.
     13821        For SATA, SAS and floppy controllers, only one variant is
     13822        available, but for IDE and SCSI, there are several.
    1381913823
    1382013824        For SCSI controllers, the default type is LsiLogic.
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