Re: [PATCH] (ata.mod) Fix read/write, improve status check

2009-01-22 Thread Christian Franke
Christian Franke wrote: This patch fixes these open issues: - grub_pio_read/write() check the ERR bit without ensuring !BSY. - ata_read fails if (batch % size) == 0. - ata_write does not work at all, it uses the read cmd. Tested on several PC + Committed. Christian

[PATCH] (ata.mod) Fix read/write, improve status check

2009-01-20 Thread Christian Franke
This patch fixes these open issues: - grub_pio_read/write() check the ERR bit without ensuring !BSY. - ata_read fails if (batch % size) == 0. - ata_write does not work at all, it uses the read cmd. Christian 2009-01-20 Christian Franke fra...@computer.org * disk/ata.c