grub/disk
chrfranke 59a64ef6da 2009-01-19 Christian Franke <franke@computer.org>
* disk/ata.c (GRUB_ATAPI_REG_*): New defines.
	(GRUB_ATAPI_IREASON_*): Likewise.
	(grub_ata_pio_write): Fix timeout error return.
	(grub_atapi_identify): Add grub_ata_wait () after cmd.
	(grub_atapi_wait_drq): New function.
	(grub_atapi_packet): New parameter `size'.
	Use grub_atapi_wait_drq () and direct write instead of
	grub_ata_pio_write ().
	(grub_atapi_read): Replace grub_ata_pio_read () by a loop which
	reads the number of bytes requested by the device for each DRQ
	assertion.
	(grub_atapi_write): Remove old implementation, return not
	implemented instead.
2009-01-19 20:39:57 +00:00
..
efi 2009-01-10 Robert Millan <rmh@aybabtu.com> 2009-01-10 13:07:44 +00:00
i386/pc 2008-08-23 Bean <bean123ch@gmail.com> 2008-08-23 14:51:19 +00:00
ieee1275 2009-01-10 Robert Millan <rmh@aybabtu.com> 2009-01-10 13:07:44 +00:00
ata.c 2009-01-19 Christian Franke <franke@computer.org> 2009-01-19 20:39:57 +00:00
dmraid_nvidia.c 2008-09-24 Carles Pina i Estany <carles@pina.cat> 2008-09-24 16:38:58 +00:00
fs_uuid.c 2008-07-01 Pavel Roskin <proski@gnu.org> 2008-07-02 01:07:37 +00:00
host.c 2008-04-01 Pavel Roskin <proski@gnu.org> 2008-04-02 04:25:41 +00:00
loopback.c 2008-04-01 Pavel Roskin <proski@gnu.org> 2008-04-02 04:25:41 +00:00
lvm.c 2008-10-29 Guillem Jover <guillem.jover@nokia.com> 2008-10-29 19:24:11 +00:00
mdraid_linux.c 2008-08-23 Bean <bean123ch@gmail.com> 2008-08-23 14:51:19 +00:00
memdisk.c 2008-08-02 Robert Millan <rmh@aybabtu.com> 2008-08-02 12:17:44 +00:00
raid.c 2008-09-04 Felix Zielcke <fzielcke@z-51.de> 2008-09-06 13:56:15 +00:00
raid5_recover.c 2008-08-23 Bean <bean123ch@gmail.com> 2008-08-23 14:51:19 +00:00
raid6_recover.c 2008-08-23 Bean <bean123ch@gmail.com> 2008-08-23 14:51:19 +00:00
scsi.c 2009-01-19 Christian Franke <franke@computer.org> 2009-01-19 20:27:54 +00:00