grub/disk
marco_g 7f280db554 2008-08-08 Marco Gerards <marco@gnu.org>
* disk/ata.c (grub_ata_regget): Change return type to
	`grub_uint8_t'.
	(grub_ata_regget2): Likewise.
	(grub_ata_wait_status): New function.
	(grub_ata_wait_busy): Removed function, updated all users to use
	`grub_ata_wait_status'.
	(grub_ata_wait_drq): Likewise.
	(grub_ata_cmd): New function.
	(grub_ata_pio_read): Change return type to `grub_uint8_t'.  Add
	error handling.
	(grub_ata_pio_write): Add error handling.
	(grub_atapi_identify): Likewise.
	(grub_atapi_packet): Use `grub_ata_cmd' and improve error
	handling.
	(grub_ata_identify): Use `grub_ata_cmd' and improve error
	handling.  Actually use the detected registers.  Reorder the
	detection logic such that it is easier to read.
	(grub_ata_pciinit): Do not assign the same ID to each controller.
	(grub_ata_setaddress): Use `grub_ata_cmd' and improve error
	handling.
	(grub_atapi_readsector): Check the result of `grub_ata_pio_read'.

	* include/grub/err.h (grub_err_t): Add `GRUB_ERR_TIMEOUT'.
2008-08-07 23:37:33 +00:00
..
efi 2008-07-17 Pavel Roskin <proski@gnu.org> 2008-07-18 01:11:33 +00:00
i386/pc 2008-05-31 Robert Millan <rmh@aybabtu.com> 2008-05-31 21:14:27 +00:00
ieee1275 2008-04-25 Bean <bean123ch@gmail.com> 2008-04-25 19:41:51 +00:00
ata.c 2008-08-08 Marco Gerards <marco@gnu.org> 2008-08-07 23:37:33 +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-07-04 Robert Millan <rmh@aybabtu.com> 2008-07-03 22:56:43 +00:00
memdisk.c 2008-08-02 Robert Millan <rmh@aybabtu.com> 2008-08-02 12:17:44 +00:00
raid.c 2008-07-28 Robert Millan <rmh@aybabtu.com> 2008-07-28 09:25:37 +00:00