Changeset 29335 in vbox
- Timestamp:
- May 11, 2010 10:32:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r29327 r29335 4854 4854 for changing the media while the machine is running. 4855 4855 4856 For the IDE bus, the @a controllerPort parameter can be either 4857 @c 0 or @c 1, to specify the primary or secondary IDE controller, 4858 respectively. For each of these, @a device can then be either @c 0 or @c 1, 4859 to specify the master or the slave device, respectively. (In the 4860 default configuration of virtual machines, the secondary master is 4861 used for a CD/DVD drive.) 4862 4863 For an SATA controller, @a controllerPort must be a number ranging 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 4868 be @c 0. 4856 In a VM's default configuration of virtual machines, the secondary 4857 master of the IDE controller is used for a CD/DVD drive. 4869 4858 4870 4859 For fixed media such as hard disks, the given medium identifier cannot … … 4914 4903 </param> 4915 4904 <param name="controllerPort" type="long" dir="in"> 4916 <desc>Port to attach the device to.</desc> 4905 <desc>Port to attach the device to. For an IDE controller, 0 specifies 4906 the primary controller and 1 specifies the secondary controller. 4907 For a SCSI controller, this must range from 0 to 15; for a SATA controller, 4908 from 0 to 29; for an SAS controller, from 0 to 7.</desc> 4917 4909 </param> 4918 4910 <param name="device" type="long" dir="in"> 4919 <desc>Device slot in the given port to attach the device to.</desc> 4911 <desc>Device slot in the given port to attach the device to. This is only 4912 relevant for IDE controllers, for which 0 specifies the master device and 4913 1 specifies the slave device. For all other controller types, this must 4914 be 0.</desc> 4920 4915 </param> 4921 4916 <param name="type" type="DeviceType" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.