Changeset 6888 in vbox
- Timestamp:
- Feb 11, 2008 9:56:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/fdc.c
r6877 r6888 2628 2628 /* Error already catched by DrvHostBase */ 2629 2629 return rc; 2630 case VERR_PDM_NO_ATTACHED_DRIVER: 2631 /* Legal on architectures without a floppy controller */ 2632 return rc; 2630 2633 default: 2631 2634 return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS,
Note:
See TracChangeset
for help on using the changeset viewer.