Date: Sat, 10 Oct 2009 21:52:58 GMT From: Alexander Motin <mav@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 169369 for review Message-ID: <200910102152.n9ALqwuv004438@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=169369 Change 169369 by mav@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; elsehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910102152.n9ALqwuv004438>
