]> err.no Git - linux-2.6/blobdiff - drivers/ata/pata_platform.c
sata_via: kill SATA_PATA_SHARING register handling
[linux-2.6] / drivers / ata / pata_platform.c
index b04ce5f98410c5ac35c8134b9247e1c18e3b1a12..fc72a965643d8951f45e5957d98fc5924fefae24 100644 (file)
@@ -208,6 +208,10 @@ static int __devinit pata_platform_probe(struct platform_device *pdev)
        pp_info = pdev->dev.platform_data;
        pata_platform_setup_port(&ap->ioaddr, pp_info);
 
+       ata_port_desc(ap, "%s cmd 0x%llx ctl 0x%llx", mmio ? "mmio" : "ioport",
+                     (unsigned long long)io_res->start,
+                     (unsigned long long)ctl_res->start);
+
        /* activate */
        return ata_host_activate(host, platform_get_irq(pdev, 0),
                                 ata_interrupt, pp_info ? pp_info->irq_flags