Changeset 3199 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 21, 2007 10:00:32 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvBlock.cpp
r3113 r3199 636 636 */ 637 637 #if defined(VBOX_PERIODIC_FLUSH) || defined(VBOX_IGNORE_FLUSH) 638 if (!CFGMR3AreValuesValid(pCfgHandle, "Type\0Locked\0BIOSVisible\0 Cylinders\0Heads\0Sectors\0Translation\0Mountable\0FlushInterval\0IgnoreFlush\0"))638 if (!CFGMR3AreValuesValid(pCfgHandle, "Type\0Locked\0BIOSVisible\0AttachFailError\0Cylinders\0Heads\0Sectors\0Translation\0Mountable\0FlushInterval\0IgnoreFlush\0")) 639 639 #else /* !(VBOX_PERIODIC_FLUSH || VBOX_IGNORE_FLUSH) */ 640 if (!CFGMR3AreValuesValid(pCfgHandle, "Type\0Locked\0BIOSVisible\0 Cylinders\0Heads\0Sectors\0Translation\0Mountable\0"))640 if (!CFGMR3AreValuesValid(pCfgHandle, "Type\0Locked\0BIOSVisible\0AttachFailError\0Cylinders\0Heads\0Sectors\0Translation\0Mountable\0")) 641 641 #endif /* !(VBOX_PERIODIC_FLUSH || VBOX_IGNORE_FLUSH) */ 642 642 return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES; … … 751 751 return rc; 752 752 } 753 754 /** @todo AttachFailError is currently completely ignored. */ 753 755 754 756 /* Cylinders */
Note:
See TracChangeset
for help on using the changeset viewer.