From af74ef5aa6911ae8ec8a36d39578b0914a06359c Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 5 Feb 2007 16:17:19 +0000 Subject: [PATCH] --- yaml --- r: 47382 b: refs/heads/master c: 49554c19569c91d0943b67ca731c9abfc857883f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/ata.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f1af7e2a5d92..013a692b21e5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2c7620d50c23737728bccfb26ffb94cd51e58007 +refs/heads/master: 49554c19569c91d0943b67ca731c9abfc857883f diff --git a/trunk/include/linux/ata.h b/trunk/include/linux/ata.h index 3a50739e25a6..18e401ff7eaf 100644 --- a/trunk/include/linux/ata.h +++ b/trunk/include/linux/ata.h @@ -299,6 +299,8 @@ struct ata_taskfile { #define ata_id_queue_depth(id) (((id)[75] & 0x1f) + 1) #define ata_id_removeable(id) ((id)[0] & (1 << 7)) #define ata_id_has_dword_io(id) ((id)[50] & (1 << 0)) +#define ata_id_iordy_disable(id) ((id)[49] & (1 << 10)) +#define ata_id_has_iordy(id) ((id)[49] & (1 << 9)) #define ata_id_u32(id,n) \ (((u32) (id)[(n) + 1] << 16) | ((u32) (id)[(n)])) #define ata_id_u64(id,n) \