Changeset 47522 in vbox for trunk/src/VBox
- Timestamp:
- Aug 2, 2013 12:21:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevFdc.cpp
r47036 r47522 1885 1885 fdctrl->fifo[1] = cur_drv->track; 1886 1886 fdctrl_set_fifo(fdctrl, 2, 0); 1887 fdctrl_reset_irq(fdctrl);1888 1887 fdctrl->status0 = FD_SR0_RDYCHG; 1889 1888 } … … 2083 2082 if (fdctrl->data_pos == 0) { 2084 2083 /* Command */ 2084 fdctrl_reset_irq(fdctrl); /* If pending from previous seek/recalibrate. */ 2085 2085 pos = command_to_handler[value & 0xff]; 2086 2086 FLOPPY_DPRINTF("%s command\n", handlers[pos].name);
Note:
See TracChangeset
for help on using the changeset viewer.