diff options
Diffstat (limited to 'drivers/ide/pci/sgiioc4.c')
-rw-r--r-- | drivers/ide/pci/sgiioc4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/pci/sgiioc4.c b/drivers/ide/pci/sgiioc4.c index d396b2929ed8..57145767c3df 100644 --- a/drivers/ide/pci/sgiioc4.c +++ b/drivers/ide/pci/sgiioc4.c | |||
@@ -586,6 +586,7 @@ ide_init_sgiioc4(ide_hwif_t * hwif) | |||
586 | hwif->ultra_mask = 0x0; /* Disable Ultra DMA */ | 586 | hwif->ultra_mask = 0x0; /* Disable Ultra DMA */ |
587 | hwif->mwdma_mask = 0x2; /* Multimode-2 DMA */ | 587 | hwif->mwdma_mask = 0x2; /* Multimode-2 DMA */ |
588 | hwif->swdma_mask = 0x2; | 588 | hwif->swdma_mask = 0x2; |
589 | hwif->pio_mask = 0x00; | ||
589 | hwif->tuneproc = NULL; /* Sets timing for PIO mode */ | 590 | hwif->tuneproc = NULL; /* Sets timing for PIO mode */ |
590 | hwif->speedproc = NULL; /* Sets timing for DMA &/or PIO modes */ | 591 | hwif->speedproc = NULL; /* Sets timing for DMA &/or PIO modes */ |
591 | hwif->selectproc = NULL;/* Use the default routine to select drive */ | 592 | hwif->selectproc = NULL;/* Use the default routine to select drive */ |
@@ -724,10 +725,10 @@ static ide_pci_device_t sgiioc4_chipset __devinitdata = { | |||
724 | .name = "SGIIOC4", | 725 | .name = "SGIIOC4", |
725 | .init_hwif = ide_init_sgiioc4, | 726 | .init_hwif = ide_init_sgiioc4, |
726 | .init_dma = ide_dma_sgiioc4, | 727 | .init_dma = ide_dma_sgiioc4, |
727 | .channels = 1, | ||
728 | .autodma = AUTODMA, | 728 | .autodma = AUTODMA, |
729 | /* SGI IOC4 doesn't have enablebits. */ | 729 | /* SGI IOC4 doesn't have enablebits. */ |
730 | .bootable = ON_BOARD, | 730 | .bootable = ON_BOARD, |
731 | .host_flags = IDE_HFLAG_SINGLE, | ||
731 | }; | 732 | }; |
732 | 733 | ||
733 | int | 734 | int |