From owner-cvs-src-old@FreeBSD.ORG Thu Jun 9 16:30:35 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C30A5106564A for ; Thu, 9 Jun 2011 16:30:35 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B274D8FC0A for ; Thu, 9 Jun 2011 16:30:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p59GUZQD020134 for ; Thu, 9 Jun 2011 16:30:35 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p59GUZId020133 for cvs-src-old@freebsd.org; Thu, 9 Jun 2011 16:30:35 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201106091630.p59GUZId020133@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Thu, 9 Jun 2011 16:30:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-sata.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2011 16:30:35 -0000 mav 2011-06-09 16:30:13 UTC FreeBSD src repository Modified files: sys/dev/ata ata-sata.c Log: SVN rev 222897 on 2011-06-09 16:30:13Z by mav Intel NM10 chipset's SATA controller has same PCI ID and revision as ICH7's, but has only 2 SATA ports instead of 4. The worst part is that SStatus and SError registers for missing ports are not implemented and return wrong values (0xffffffff), that caused infinite reset loop. Just ignore that SError value while I found no better way to identify them. Revision Changes Path 1.12 +23 -7 src/sys/dev/ata/ata-sata.c