Borislav Petkov wrote:
@@ -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_CMD,
+ "ata%u: ENTER, pcs=0x%x base=%d\n", ap->id, pcs, base);
Again, not CMD.
/* enable all ports on this ap and wait for them to settle */
for (i = 0; i < 2; i++) {
@@ -544,11 +545,11 @@ 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",
+ ata_port_printk(ap, ATA_MSG_CMD, "ata%u: LEAVE, pcs=0x%x present_mask=0x%x\n",
ap->id, pcs, present_mask);
Ditto.
@@ -642,7 +643,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_CMD, "reg4042 = 0x%04x\n", reg4042);
Ditto.
--
tejun
-
: 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