diff options
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 0d80189d03f3..518c51830357 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -1887,6 +1887,10 @@ static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
1887 | struct ata_port *ap = host->ports[i]; | 1887 | struct ata_port *ap = host->ports[i]; |
1888 | void __iomem *port_mmio = ahci_port_base(ap); | 1888 | void __iomem *port_mmio = ahci_port_base(ap); |
1889 | 1889 | ||
1890 | ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar"); | ||
1891 | ata_port_pbar_desc(ap, AHCI_PCI_BAR, | ||
1892 | 0x100 + ap->port_no * 0x80, "port"); | ||
1893 | |||
1890 | /* standard SATA port setup */ | 1894 | /* standard SATA port setup */ |
1891 | if (hpriv->port_map & (1 << i)) | 1895 | if (hpriv->port_map & (1 << i)) |
1892 | ap->ioaddr.cmd_addr = port_mmio; | 1896 | ap->ioaddr.cmd_addr = port_mmio; |