Changeset 36781 in vbox
- Timestamp:
- Apr 21, 2011 6:18:43 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Storage/fdc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/fdc.c
r36705 r36781 2066 2066 /* READ_ID can't automatically succeed! */ 2067 2067 #ifdef VBOX 2068 if (/ /!cur_drv->fMediaPresent ||2068 if (/* !cur_drv->fMediaPresent || */ 2069 2069 ((fdctrl->dsr & FD_DSR_DRATEMASK) != cur_drv->media_rate)) { 2070 2070 FLOPPY_DPRINTF("read id rate mismatch (fdc=%d, media=%d)\n",
Note:
See TracChangeset
for help on using the changeset viewer.

