···17191719 "%s: %s, %s, max %s\n",17201720 revbuf, modelbuf, fwrevbuf,17211721 ata_mode_string(xfer_mask));17221722- ata_dev_printk(dev, KERN_INFO, 17221722+ ata_dev_printk(dev, KERN_INFO,17231723 "%Lu sectors, multi %u, CHS %u/%u/%u\n",17241724 (unsigned long long)dev->n_sectors,17251725 dev->multi_count, dev->cylinders,
+3-3
drivers/ata/libata-sff.c
···521521static int ata_resources_present(struct pci_dev *pdev, int port)522522{523523 int i;524524-524524+525525 /* Check the PCI resources for this channel are enabled */526526 port = port * 2;527527 for (i = 0; i < 2; i ++) {···531531 }532532 return 1;533533}534534-534534+535535/**536536 * ata_pci_init_native_mode - Initialize native-mode driver537537 * @pdev: pci device to be initialized···576576577577 probe_ent->irq = pdev->irq;578578 probe_ent->irq_flags = IRQF_SHARED;579579-579579+580580 /* Discard disabled ports. Some controllers show their581581 unused channels this way */582582 if (ata_resources_present(pdev, 0) == 0)
+1-1
drivers/ata/pata_cs5520.c
···348348 pci_save_state(pdev);349349 return 0;350350}351351-351351+352352/* For now keep DMA off. We can set it for all but A rev CS5510 once the353353 core ATA code can handle it */354354