mirror of https://gitee.com/openkylin/qemu.git
Fix comment, by Volker Ruppert.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2295 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2e9671daee
commit
b92090309e
5
hw/fdc.c
5
hw/fdc.c
|
@ -1673,8 +1673,9 @@ enqueue:
|
||||||
#else
|
#else
|
||||||
cur_drv->last_sect = fdctrl->fifo[3];
|
cur_drv->last_sect = fdctrl->fifo[3];
|
||||||
#endif
|
#endif
|
||||||
/* Bochs BIOS is buggy and don't send format informations
|
/* TODO: implement format using DMA expected by the Bochs BIOS
|
||||||
* for each sector. So, pretend all's done right now...
|
* and Linux fdformat (read 3 bytes per sector via DMA and fill
|
||||||
|
* the sector with the specified fill byte
|
||||||
*/
|
*/
|
||||||
fdctrl->data_state &= ~FD_STATE_FORMAT;
|
fdctrl->data_state &= ~FD_STATE_FORMAT;
|
||||||
fdctrl_stop_transfer(fdctrl, 0x00, 0x00, 0x00);
|
fdctrl_stop_transfer(fdctrl, 0x00, 0x00, 0x00);
|
||||||
|
|
Loading…
Reference in New Issue