VirtualBox

Changeset 6358 in vbox


Ignore:
Timestamp:
Jan 15, 2008 2:21:21 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27273
Message:

DrvISCSI: report error for misconfigured targets. Previously we hit a
division by zero, as the sector size wasn't set, but the instance was
falsely constructed successfully.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r5999 r6358  
    761761/** A driver encountered an unknown configuration value.
    762762 * This means that the driver is potentially misconfigured and the driver
    763  * construction. */
     763 * construction failed because of this. */
    764764#define VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES          (-2805)
    765765/** The PCI bus assigned to a device didn't have room for it.
     
    927927/** The async completion task is not suspended. */
    928928#define VERR_PDM_ASYNC_COMPLETION_NOT_SUSPENDED     (-2865)
     929/** The driver properties were invalid, and as a consequence construction
     930 * failed. Caused my unusable media or similar problems. */
     931#define VERR_PDM_DRIVER_INVALID_PROPERTIES          (-2866)
    929932/** @} */
    930933
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette