ide: use only ->set_pio_mode method for programming PIO modes (take 2)
[deliverable/linux.git] / drivers / ide / pci / sl82c105.c
index 131e91ca1d82c9365fc1dc55b83ff16c992c215f..f492318ba79724b0b702c9bb4fd794cc66aaf5f5 100644 (file)
@@ -139,14 +139,6 @@ static int sl82c105_tune_chipset(ide_drive_t *drive, const u8 speed)
                        pci_write_config_word(dev, reg, drv_ctrl);
                }
                break;
-       case XFER_PIO_5:
-       case XFER_PIO_4:
-       case XFER_PIO_3:
-       case XFER_PIO_2:
-       case XFER_PIO_1:
-       case XFER_PIO_0:
-               sl82c105_tune_pio(drive, speed - XFER_PIO_0);
-               break;
        default:
                return -1;
        }
This page took 0.027601 seconds and 5 git commands to generate.