- Timestamp:
- Feb 11, 2009 3:06:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r16668 r16669 3072 3072 </li> 3073 3073 <li> 3074 "HarddiskController SCSI": a SCSI hard disk controller. There can be at most one such item.3075 The items in aOrigValues[] and aConfigValues[] will either be "LsiLogic" or "BusLogic". The3076 matching item in the aRefs[] array will contain an integer that other items of the "Harddisk"3074 "HarddiskControllerIDE": an IDE hard disk controller. There can be at most one such item. This 3075 has no value in aOrigValues[] or aConfigValues[]. 3076 The matching item in the aRefs[] array will contain an integer that other items of the "Harddisk" 3077 3077 type can use to specify which hard disk controller a virtual disk should be connected to. 3078 3078 </li> 3079 3079 <li> 3080 "HarddiskControllerIDE": an IDE hard disk controller. There can be at most one such item. This 3081 has no value in aOrigValues[] or aAutoValues[]. The matching item in the aRefs[] array will be 3082 used as with SCSI controllers (see above). 3080 "HarddiskControllerSATA": an SATA hard disk controller. There can be at most one such item. This 3081 has no value in aOrigValues[] or aConfigValues[]. 3082 The matching item in the aRefs[] array will be used as with IDE controllers (see above). 3083 </li> 3084 <li> 3085 "HarddiskControllerSCSI": a SCSI hard disk controller. There can be at most one such item. 3086 The items in aOrigValues[] and aConfigValues[] will either be "LsiLogic" or "BusLogic". 3087 The matching item in the aRefs[] array will be used as with IDE controllers (see above). 3083 3088 </li> 3084 3089 <li>
Note:
See TracChangeset
for help on using the changeset viewer.