diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 90f83b65eb8f..7485fc705ca4 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -909,6 +909,7 @@ enum { | |||
909 | IDE_TFLAG_OUT_LBAM | | 909 | IDE_TFLAG_OUT_LBAM | |
910 | IDE_TFLAG_OUT_LBAH, | 910 | IDE_TFLAG_OUT_LBAH, |
911 | IDE_TFLAG_OUT_DEVICE = (1 << 14), | 911 | IDE_TFLAG_OUT_DEVICE = (1 << 14), |
912 | IDE_TFLAG_WRITE = (1 << 15), | ||
912 | }; | 913 | }; |
913 | 914 | ||
914 | struct ide_taskfile { | 915 | struct ide_taskfile { |
@@ -948,7 +949,6 @@ typedef struct ide_task_s { | |||
948 | u16 tf_flags; | 949 | u16 tf_flags; |
949 | ide_reg_valid_t tf_in_flags; | 950 | ide_reg_valid_t tf_in_flags; |
950 | int data_phase; | 951 | int data_phase; |
951 | int command_type; | ||
952 | ide_pre_handler_t *prehandler; | 952 | ide_pre_handler_t *prehandler; |
953 | ide_handler_t *handler; | 953 | ide_handler_t *handler; |
954 | struct request *rq; /* copy of request */ | 954 | struct request *rq; /* copy of request */ |
@@ -983,8 +983,7 @@ extern ide_startstop_t task_no_data_intr(ide_drive_t *); | |||
983 | extern ide_startstop_t task_in_intr(ide_drive_t *); | 983 | extern ide_startstop_t task_in_intr(ide_drive_t *); |
984 | extern ide_startstop_t pre_task_out_intr(ide_drive_t *, struct request *); | 984 | extern ide_startstop_t pre_task_out_intr(ide_drive_t *, struct request *); |
985 | 985 | ||
986 | extern int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *); | 986 | int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *, u16); |
987 | |||
988 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); | 987 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); |
989 | 988 | ||
990 | int ide_taskfile_ioctl(ide_drive_t *, unsigned int, unsigned long); | 989 | int ide_taskfile_ioctl(ide_drive_t *, unsigned int, unsigned long); |