Changeset 38821 in vbox for trunk/src/VBox
- Timestamp:
- Sep 22, 2011 2:39:27 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74116
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/fdc.c
r37478 r38821 2455 2455 * Validate. 2456 2456 */ 2457 if (iLUN > 2) {2457 if (iLUN >= 2) { 2458 2458 AssertMsgFailed (("Configuration error: cannot attach or detach any but the first two LUNs - iLUN=%u\n", 2459 2459 iLUN));
Note:
See TracChangeset
for help on using the changeset viewer.