diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-13 11:47:52 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-13 11:47:52 -0400 |
commit | 76bb7782c6831bf450b964eb7596e21bcd23fc32 (patch) | |
tree | cc6fbeaa9ef9f06c946e9f2875decf2df2556f79 /drivers/ide/ide-iops.c | |
parent | b140b99c413ce410197cfcd4014e757cd745226a (diff) |
ide: remove CONFIG_IDEDMA_IVB config option
Devices which don't set word 93 validation bit should be now handled by
ide-iops.c::ivb_list[] and for debugging purposes cable detection can be
completely overriden with "idex=ata66" parameter.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-iops.c')
-rw-r--r-- | drivers/ide/ide-iops.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index bb691f2eb5bf..aa738833bed5 100644 --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c | |||
@@ -616,11 +616,7 @@ u8 eighty_ninty_three (ide_drive_t *drive) | |||
616 | * - force bit13 (80c cable present) check also for !ivb devices | 616 | * - force bit13 (80c cable present) check also for !ivb devices |
617 | * (unless the slave device is pre-ATA3) | 617 | * (unless the slave device is pre-ATA3) |
618 | */ | 618 | */ |
619 | #ifndef CONFIG_IDEDMA_IVB | ||
620 | if ((id->hw_config & 0x4000) || (ivb && (id->hw_config & 0x2000))) | 619 | if ((id->hw_config & 0x4000) || (ivb && (id->hw_config & 0x2000))) |
621 | #else | ||
622 | if (id->hw_config & 0x6000) | ||
623 | #endif | ||
624 | return 1; | 620 | return 1; |
625 | 621 | ||
626 | no_80w: | 622 | no_80w: |