Changeset 7827 in vbox
- Timestamp:
- Apr 9, 2008 11:49:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r7556 r7827 3055 3055 </param> 3056 3056 <param name="bus" type="StorageBus" dir="in"> 3057 <desc> Controller to attach the hard disk to.</desc>3057 <desc>Type of storage bus to use (IDE or SATA).</desc> 3058 3058 </param> 3059 3059 <param name="channel" type="long" dir="in"> 3060 <desc>Device slot to attach the hard disk to.</desc> 3060 <desc>Channel to attach the hard disk to. For IDE controllers, 3061 this can either be 0 or 1, for the primary or secondary controller, 3062 respectively.</desc> 3061 3063 </param> 3062 3064 <param name="device" type="long" dir="in"> 3063 <desc>Device slot to attach the hard disk to.</desc> 3065 <desc>Device slot in the given channel to attach the hard disk to. 3066 For IDE devices, within each channel (0 or 1), this can again be 3067 0 or 1, for master or slave, respectively.</desc> 3064 3068 </param> 3065 3069 </method>
Note:
See TracChangeset
for help on using the changeset viewer.