2007-11-03 Marco Gerards <marco@gnu.org>

* disk/ata.c (grub_ata_readwrite): Call grub_ata_pio_read and
	grub_ata_pio_write once for every single sector, instead of for
	multiple sectors.
This commit is contained in:
marco_g 2007-11-03 12:25:19 +00:00
parent ca25d8f0c1
commit ed649e5402
2 changed files with 36 additions and 15 deletions

View file

@ -1,3 +1,9 @@
2007-11-03 Marco Gerards <marco@gnu.org>
* disk/ata.c (grub_ata_readwrite): Call grub_ata_pio_read and
grub_ata_pio_write once for every single sector, instead of for
multiple sectors.
2007-10-31 Robert Millan <rmh@aybabtu.com>
* configure.ac: Add `i386-linuxbios' to the list of supported targets.