Changeset 6358 in vbox
- Timestamp:
- Jan 15, 2008 2:21:21 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27273
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r5999 r6358 761 761 /** A driver encountered an unknown configuration value. 762 762 * This means that the driver is potentially misconfigured and the driver 763 * construction . */763 * construction failed because of this. */ 764 764 #define VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES (-2805) 765 765 /** The PCI bus assigned to a device didn't have room for it. … … 927 927 /** The async completion task is not suspended. */ 928 928 #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) 929 932 /** @} */ 930 933
Note:
See TracChangeset
for help on using the changeset viewer.