This converts the relevant places of ata_piix.c to the new scheme. Signed-off-by: <petkov@xxxxxxxxxxxxxxxxxxxx> diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index 94b1261..4524a2d 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c @@ -474,7 +474,7 @@ static int piix_pata_prereset(struct ata struct pci_dev *pdev = to_pci_dev(ap->host_set->dev); if (!pci_test_config_bits(pdev, &piix_enable_bits[ap->hard_port_no])) { - ata_port_printk(ap, KERN_INFO, "port disabled. ignoring.\n"); + ata_port_printk(ap, ATA_MSG_INFO, "port disabled. ignoring.\n"); ap->eh_context.i.action &= ~ATA_EH_RESET_MASK; return 0; } @@ -515,7 +515,8 @@ static int piix_sata_prereset(struct ata u8 pcs; pci_read_config_byte(pdev, ICH5_PCS, &pcs); - DPRINTK("ata%u: ENTER, pcs=0x%x base=%d\n", ap->id, pcs, base); + ata_port_printk(ap, ATA_MSG_TRACE, + "ata%u: ENTER, pcs=0x%x base=%d\n", ap->id, pcs, base); /* enable all ports on this ap and wait for them to settle */ for (i = 0; i < 2; i++) { @@ -544,11 +545,12 @@ static int piix_sata_prereset(struct ata if (!(ap->flags & PIIX_FLAG_AHCI)) pci_write_config_byte(pdev, ICH5_PCS, pcs); - DPRINTK("ata%u: LEAVE, pcs=0x%x present_mask=0x%x\n", - ap->id, pcs, present_mask); + ata_port_printk(ap, ATA_MSG_TRACE, "ata%u: LEAVE, pcs=0x%x " + "present_mask=0x%x\n", + ap->id, pcs, present_mask); if (!present_mask) { - ata_port_printk(ap, KERN_INFO, "SATA port has no device.\n"); + ata_port_printk(ap, ATA_MSG_INFO, "SATA port has no device.\n"); ap->eh_context.i.action &= ~ATA_EH_RESET_MASK; return 0; } @@ -642,7 +644,7 @@ static void piix_set_dmamode (struct ata u8 reg48, reg54, reg55; pci_read_config_word(dev, maslave, ®4042); - DPRINTK("reg4042 = 0x%04x\n", reg4042); + ata_port_printk(ap, ATA_MSG_DEBUG, "reg4042 = 0x%04x\n", reg4042); sitre = (reg4042 & 0x4000) ? 1 : 0; pci_read_config_byte(dev, 0x48, ®48); pci_read_config_word(dev, 0x4a, ®4a); @@ -741,7 +743,8 @@ static int __devinit piix_check_450nx_er u8 rev; int no_piix_dma = 0; - while((pdev = pci_get_device(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82454NX, pdev)) != NULL) + while((pdev = pci_get_device(PCI_VENDOR_ID_INTEL, + PCI_DEVICE_ID_INTEL_82454NX, pdev)) != NULL) { /* Look for 450NX PXB. Check for problem configurations A PCI quirk checks bit 6 already */ @@ -755,9 +758,11 @@ static int __devinit piix_check_450nx_er no_piix_dma = 2; } if (no_piix_dma) - dev_printk(KERN_WARNING, &ata_dev->dev, "450NX errata present, disabling IDE DMA.\n"); + dev_printk(KERN_WARNING, &ata_dev->dev, + "450NX errata present, disabling IDE DMA.\n"); if (no_piix_dma == 2) - dev_printk(KERN_WARNING, &ata_dev->dev, "A BIOS update may resolve this.\n"); + dev_printk(KERN_WARNING, &ata_dev->dev, + "A BIOS update may resolve this.\n"); return no_piix_dma; } ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html