Commit b92090309e5ff7154e4c131438ee2d540e233955

Authored by ths
1 parent 2e9671da

Fix comment, by Volker Ruppert.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2295 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 3 additions and 2 deletions
hw/fdc.c
@@ -1673,8 +1673,9 @@ enqueue: @@ -1673,8 +1673,9 @@ enqueue:
1673 #else 1673 #else
1674 cur_drv->last_sect = fdctrl->fifo[3]; 1674 cur_drv->last_sect = fdctrl->fifo[3];
1675 #endif 1675 #endif
1676 - /* Bochs BIOS is buggy and don't send format informations  
1677 - * for each sector. So, pretend all's done right now... 1676 + /* TODO: implement format using DMA expected by the Bochs BIOS
  1677 + * and Linux fdformat (read 3 bytes per sector via DMA and fill
  1678 + * the sector with the specified fill byte
1678 */ 1679 */
1679 fdctrl->data_state &= ~FD_STATE_FORMAT; 1680 fdctrl->data_state &= ~FD_STATE_FORMAT;
1680 fdctrl_stop_transfer(fdctrl, 0x00, 0x00, 0x00); 1681 fdctrl_stop_transfer(fdctrl, 0x00, 0x00, 0x00);