Changeset 24026 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Oct 23, 2009 12:16:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
r23967 r24026 254 254 { 255 255 { 256 /* *256 /* 257 257 * try to determine the type of the drive from the 258 258 * storage controller chipset, the attachment and … … 263 263 if (ctlType == StorageControllerType_I82078) 264 264 { 265 /* *265 /* 266 266 * floppy controller found so lets assume the medium 267 267 * given by the user is also a floppy image or floppy … … 272 272 else 273 273 { 274 /* *274 /* 275 275 * for SATA/SCSI/IDE it is hard to tell if it is a harddisk or 276 276 * a dvd being attached so lets check if the medium attachment … … 299 299 if (dvdMedium) 300 300 { 301 /* *301 /* 302 302 * ok so the medium and attachment both are DVD's so it is 303 303 * safe to assume that we are dealing with a DVD here … … 319 319 if (hardDisk) 320 320 { 321 /* *321 /* 322 322 * ok so the medium and attachment both are hdd's so it is 323 323 * safe to assume that we are dealing with a hdd here … … 851 851 852 852 #endif /* !VBOX_ONLY_DOCS */ 853
Note:
See TracChangeset
for help on using the changeset viewer.