PERFORCE change 169369 for review

Alexander Motin mav at FreeBSD.org
Sat Oct 10 21:52:59 UTC 2009


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

Change 169369 by mav at mav_mavtest on 2009/10/10 21:52:15

	Remove serr check. Looks like error reported there by AMD SB700
	is it's own hardware bug.

Affected files ...

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

Differences ...

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

@@ -999,9 +999,7 @@
 			/* XXX: reqests in loading state. */
 			if (((err >> i) & 1) == 0)
 				continue;
-			if ((istatus & AHCI_P_IX_IF) ||
-			    (serr & (ATA_SE_HOST_ERR | ATA_SE_PROT_ERR |
-			    ATA_SE_COMM_ERR | ATA_SE_DATA_ERR))) {
+			if (istatus & AHCI_P_IX_IF) {
 				if (ch->numtslots == 0 && i != ccs)
 					et = AHCI_ERR_INNOCENT;
 				else


More information about the p4-projects mailing list