Changeset 48161 in vbox for trunk/src/VBox
- Timestamp:
- Aug 29, 2013 2:18:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevFdc.cpp
r48118 r48161 1104 1104 #ifdef VBOX 1105 1105 /* The change line signal is reported by the currently selected 1106 * drive. If the corresponding motor on bit is not set, the drive 1107 * is *not* selected! 1106 * drive. If the corresponding motor on bit is not set, the drive 1107 * is *not* selected! 1108 1108 */ 1109 1109 if (fdctrl_media_changed(get_cur_drv(fdctrl)) … … 1558 1558 fdctrl_stop_transfer(fdctrl, FD_SR0_ABNTERM | FD_SR0_SEEK, FD_SR1_NW, 1559 1559 0x00); 1560 len = 0; 1560 1561 goto transfer_error; 1561 1562 } … … 1997 1998 cur_drv->bps = fdctrl->fifo[2] > 7 ? 16384 : 128 << fdctrl->fifo[2]; 1998 1999 cur_drv->last_sect = ns; 1999 2000 2000 2001 fdctrl_start_format(fdctrl); 2001 2002 } … … 2077 2078 fdrive_t *cur_drv; 2078 2079 2079 FLOPPY_DPRINTF("CMD:%02x SEL:%02x NCN:%02x\n", fdctrl->fifo[0], 2080 FLOPPY_DPRINTF("CMD:%02x SEL:%02x NCN:%02x\n", fdctrl->fifo[0], 2080 2081 fdctrl->fifo[1], fdctrl->fifo[2]); 2081 2082
Note:
See TracChangeset
for help on using the changeset viewer.