diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ide.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 721c9d8f41a2..c333a7528d94 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -912,6 +912,7 @@ enum { | |||
912 | IDE_TFLAG_FLAGGED_SET_IN_FLAGS = (1 << 16), | 912 | IDE_TFLAG_FLAGGED_SET_IN_FLAGS = (1 << 16), |
913 | IDE_TFLAG_IN_DATA = (1 << 17), | 913 | IDE_TFLAG_IN_DATA = (1 << 17), |
914 | IDE_TFLAG_CUSTOM_HANDLER = (1 << 18), | 914 | IDE_TFLAG_CUSTOM_HANDLER = (1 << 18), |
915 | IDE_TFLAG_DMA_PIO_FALLBACK = (1 << 19), | ||
915 | }; | 916 | }; |
916 | 917 | ||
917 | struct ide_taskfile { | 918 | struct ide_taskfile { |
@@ -965,13 +966,7 @@ extern int drive_is_ready(ide_drive_t *); | |||
965 | 966 | ||
966 | void ide_pktcmd_tf_load(ide_drive_t *, u32, u16, u8); | 967 | void ide_pktcmd_tf_load(ide_drive_t *, u32, u16, u8); |
967 | 968 | ||
968 | /* | 969 | ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); |
969 | * taskfile io for disks for now...and builds request from ide_ioctl | ||
970 | */ | ||
971 | extern ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); | ||
972 | |||
973 | extern ide_startstop_t task_in_intr(ide_drive_t *); | ||
974 | extern ide_startstop_t pre_task_out_intr(ide_drive_t *, struct request *); | ||
975 | 970 | ||
976 | int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *, u16); | 971 | int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *, u16); |
977 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); | 972 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); |