PERFORCE change 165554 for review

Alexander Motin mav at FreeBSD.org
Thu Jul 2 18:40:00 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165554

Change 165554 by mav at mav_mavbook on 2009/07/02 18:39:03

	Comment out error interrupts logging, as driver seems
	to work fine.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/dev/ahci/ahci.c#41 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/dev/ahci/ahci.c#41 (text+ko) ====

@@ -878,9 +878,9 @@
 		ahci_phy_check_events(dev);
 	/* Process command errors */
 	if (istatus & (AHCI_P_IX_IF|AHCI_P_IX_HBD|AHCI_P_IX_HBF|AHCI_P_IX_TFE)) {
-device_printf(dev, "%s ERROR is %08x cs %08x ss %08x rs %08x tfd %02x serr %08x\n",
-    __func__, istatus, cstatus, sstatus, ch->rslots, ATA_INL(ch->r_mem, AHCI_P_TFD),
-    ATA_INL(ch->r_mem, AHCI_P_SERR));
+//device_printf(dev, "%s ERROR is %08x cs %08x ss %08x rs %08x tfd %02x serr %08x\n",
+//    __func__, istatus, cstatus, sstatus, ch->rslots, ATA_INL(ch->r_mem, AHCI_P_TFD),
+//    ATA_INL(ch->r_mem, AHCI_P_SERR));
 		ccs = (ATA_INL(ch->r_mem, AHCI_P_CMD) & AHCI_P_CMD_CCS_MASK)
 		    >> AHCI_P_CMD_CCS_SHIFT;
 		/* Kick controller into sane state */


More information about the p4-projects mailing list