diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 449a1094700f..85cb96c1fd61 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -531,6 +531,9 @@ struct ide_drive_s { | |||
531 | u8 bios_head; /* BIOS/fdisk/LILO number of heads */ | 531 | u8 bios_head; /* BIOS/fdisk/LILO number of heads */ |
532 | u8 bios_sect; /* BIOS/fdisk/LILO sectors per track */ | 532 | u8 bios_sect; /* BIOS/fdisk/LILO sectors per track */ |
533 | 533 | ||
534 | /* delay this long before sending packet command */ | ||
535 | u8 pc_delay; | ||
536 | |||
534 | unsigned int bios_cyl; /* BIOS/fdisk/LILO number of cyls */ | 537 | unsigned int bios_cyl; /* BIOS/fdisk/LILO number of cyls */ |
535 | unsigned int cyl; /* "real" number of cyls */ | 538 | unsigned int cyl; /* "real" number of cyls */ |
536 | unsigned int drive_data; /* used by set_pio_mode/selectproc */ | 539 | unsigned int drive_data; /* used by set_pio_mode/selectproc */ |
@@ -1188,9 +1191,7 @@ static inline unsigned long ide_scsi_get_timeout(struct ide_atapi_pc *pc) | |||
1188 | 1191 | ||
1189 | int ide_scsi_expiry(ide_drive_t *); | 1192 | int ide_scsi_expiry(ide_drive_t *); |
1190 | 1193 | ||
1191 | ide_startstop_t ide_transfer_pc(ide_drive_t *, unsigned int, ide_expiry_t *); | 1194 | ide_startstop_t ide_issue_pc(ide_drive_t *, unsigned int, ide_expiry_t *); |
1192 | ide_startstop_t ide_issue_pc(ide_drive_t *, | ||
1193 | ide_handler_t *, unsigned int, ide_expiry_t *); | ||
1194 | 1195 | ||
1195 | ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); | 1196 | ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); |
1196 | 1197 | ||