diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-31 14:15:13 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-31 14:15:13 -0400 |
commit | 06a449e30135aabb6686c95bf0c42b46d169a3b3 (patch) | |
tree | 7774a868c28b11d375428d1aaeb04fc8a5956be0 /include/linux/ide.h | |
parent | a08915ba594da66145f33a972db578a58b9135f1 (diff) |
ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests
We now support arbitrary number of bytes per-IRQ also for fs requests
so remove ide_cd_check_transfer_size() and IDE_AFLAG_LIMIT_NFRAMES.
Cc: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index c2841c0c36c8..cb501bf78f7d 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -458,11 +458,6 @@ enum { | |||
458 | IDE_AFLAG_TOCADDR_AS_BCD = (1 << 3), | 458 | IDE_AFLAG_TOCADDR_AS_BCD = (1 << 3), |
459 | /* TOC track numbers are in BCD. */ | 459 | /* TOC track numbers are in BCD. */ |
460 | IDE_AFLAG_TOCTRACKS_AS_BCD = (1 << 4), | 460 | IDE_AFLAG_TOCTRACKS_AS_BCD = (1 << 4), |
461 | /* | ||
462 | * Drive does not provide data in multiples of SECTOR_SIZE | ||
463 | * when more than one interrupt is needed. | ||
464 | */ | ||
465 | IDE_AFLAG_LIMIT_NFRAMES = (1 << 5), | ||
466 | /* Saved TOC information is current. */ | 461 | /* Saved TOC information is current. */ |
467 | IDE_AFLAG_TOC_VALID = (1 << 6), | 462 | IDE_AFLAG_TOC_VALID = (1 << 6), |
468 | /* We think that the drive door is locked. */ | 463 | /* We think that the drive door is locked. */ |