diff options
Diffstat (limited to 'drivers/ata/sata_via.c')
-rw-r--r-- | drivers/ata/sata_via.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c index a0699a1728d4..7f087aef99de 100644 --- a/drivers/ata/sata_via.c +++ b/drivers/ata/sata_via.c | |||
@@ -176,7 +176,7 @@ static const struct ata_port_operations vt6421_sata_ops = { | |||
176 | 176 | ||
177 | static struct ata_port_info vt6420_port_info = { | 177 | static struct ata_port_info vt6420_port_info = { |
178 | .sht = &svia_sht, | 178 | .sht = &svia_sht, |
179 | .host_flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY, | 179 | .flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY, |
180 | .pio_mask = 0x1f, | 180 | .pio_mask = 0x1f, |
181 | .mwdma_mask = 0x07, | 181 | .mwdma_mask = 0x07, |
182 | .udma_mask = 0x7f, | 182 | .udma_mask = 0x7f, |
@@ -346,7 +346,7 @@ static struct ata_probe_ent *vt6421_init_probe_ent(struct pci_dev *pdev) | |||
346 | INIT_LIST_HEAD(&probe_ent->node); | 346 | INIT_LIST_HEAD(&probe_ent->node); |
347 | 347 | ||
348 | probe_ent->sht = &svia_sht; | 348 | probe_ent->sht = &svia_sht; |
349 | probe_ent->host_flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY; | 349 | probe_ent->port_flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY; |
350 | probe_ent->port_ops = &vt6421_sata_ops; | 350 | probe_ent->port_ops = &vt6421_sata_ops; |
351 | probe_ent->n_ports = N_PORTS; | 351 | probe_ent->n_ports = N_PORTS; |
352 | probe_ent->irq = pdev->irq; | 352 | probe_ent->irq = pdev->irq; |