diff options
Diffstat (limited to 'drivers/ide/pci')
-rw-r--r-- | drivers/ide/pci/aec62xx.c | 4 | ||||
-rw-r--r-- | drivers/ide/pci/hpt34x.c | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ide/pci/aec62xx.c b/drivers/ide/pci/aec62xx.c index d261bfbad222..cac12c38b940 100644 --- a/drivers/ide/pci/aec62xx.c +++ b/drivers/ide/pci/aec62xx.c | |||
@@ -286,10 +286,8 @@ static void __devinit init_hwif_aec62xx(ide_hwif_t *hwif) | |||
286 | hwif->tuneproc = &aec62xx_tune_drive; | 286 | hwif->tuneproc = &aec62xx_tune_drive; |
287 | hwif->speedproc = &aec62xx_tune_chipset; | 287 | hwif->speedproc = &aec62xx_tune_chipset; |
288 | 288 | ||
289 | if (hwif->pci_dev->device == PCI_DEVICE_ID_ARTOP_ATP850UF) { | 289 | if (hwif->pci_dev->device == PCI_DEVICE_ID_ARTOP_ATP850UF) |
290 | hwif->serialized = hwif->channel; | 290 | hwif->serialized = hwif->channel; |
291 | hwif->no_dsc = 1; | ||
292 | } | ||
293 | 291 | ||
294 | if (hwif->mate) | 292 | if (hwif->mate) |
295 | hwif->mate->serialized = hwif->serialized; | 293 | hwif->mate->serialized = hwif->serialized; |
diff --git a/drivers/ide/pci/hpt34x.c b/drivers/ide/pci/hpt34x.c index 6707f3944d44..0de3b61cabe3 100644 --- a/drivers/ide/pci/hpt34x.c +++ b/drivers/ide/pci/hpt34x.c | |||
@@ -194,7 +194,6 @@ static void __devinit init_hwif_hpt34x(ide_hwif_t *hwif) | |||
194 | 194 | ||
195 | hwif->tuneproc = &hpt34x_tune_drive; | 195 | hwif->tuneproc = &hpt34x_tune_drive; |
196 | hwif->speedproc = &hpt34x_tune_chipset; | 196 | hwif->speedproc = &hpt34x_tune_chipset; |
197 | hwif->no_dsc = 1; | ||
198 | hwif->drives[0].autotune = 1; | 197 | hwif->drives[0].autotune = 1; |
199 | hwif->drives[1].autotune = 1; | 198 | hwif->drives[1].autotune = 1; |
200 | 199 | ||