]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commitdiff
Fix comment, by Volker Ruppert.
authorths <ths>
Fri, 5 Jan 2007 18:52:57 +0000 (18:52 +0000)
committerths <ths>
Fri, 5 Jan 2007 18:52:57 +0000 (18:52 +0000)
hw/fdc.c

index 073dafa4c884f215f25cb56b08dabaffac71312f..0012834f44e49d7d6c6770571dc48d8b182fd09c 100644 (file)
--- a/hw/fdc.c
+++ b/hw/fdc.c
@@ -1673,8 +1673,9 @@ enqueue:
 #else
            cur_drv->last_sect = fdctrl->fifo[3];
 #endif
-           /* Bochs BIOS is buggy and don't send format informations
-            * for each sector. So, pretend all's done right now...
+           /* TODO: implement format using DMA expected by the Bochs BIOS
+            * 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_stop_transfer(fdctrl, 0x00, 0x00, 0x00);