aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/siimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/siimage.c')
-rw-r--r--drivers/ide/pci/siimage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/pci/siimage.c b/drivers/ide/pci/siimage.c
index 505878cc21ea..40e992af0005 100644
--- a/drivers/ide/pci/siimage.c
+++ b/drivers/ide/pci/siimage.c
@@ -888,7 +888,8 @@ static void __devinit init_mmio_iops_siimage(ide_hwif_t *hwif)
888 base = (unsigned long) addr; 888 base = (unsigned long) addr;
889 889
890 hwif->dma_base = base + (ch ? 0x08 : 0x00); 890 hwif->dma_base = base + (ch ? 0x08 : 0x00);
891 hwif->mmio = 2; 891
892 hwif->mmio = 1;
892} 893}
893 894
894static int is_dev_seagate_sata(ide_drive_t *drive) 895static int is_dev_seagate_sata(ide_drive_t *drive)