From owner-freebsd-stable@FreeBSD.ORG Mon Jan 27 00:43:50 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AB94377 for ; Mon, 27 Jan 2014 00:43:50 +0000 (UTC) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 223C01D7C for ; Mon, 27 Jan 2014 00:43:49 +0000 (UTC) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:20f:feff:fe0e:7312]) by saturn.lyxys.ka.sub.org (8.14.7/8.14.7) with ESMTP id s0R0hQAc077742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 27 Jan 2014 01:43:27 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.14.7/8.14.7) with ESMTP id s0R0hQb5012712 for ; Mon, 27 Jan 2014 01:43:26 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.14.7/8.14.7/Submit) id s0R0hQR0012711 for freebsd-stable@freebsd.org; Mon, 27 Jan 2014 01:43:26 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyxys.ka.sub.org: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Mon, 27 Jan 2014 01:43:25 +0100 From: Wolfgang Zenker To: freebsd-stable@freebsd.org Subject: endless ATA probe loop Thinkpad T42p / FreeBSD 10-STABLE Message-ID: <20140127004325.GA12412@lyxys.ka.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: private site User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Mon, 27 Jan 2014 01:43:27 +0100 (CET) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 00:43:50 -0000 Hi, after updating a Thinkpad T42p to 10-STABLE r261177 the laptop no longer boots because of an endless ATA probe loop trying to ATAPI_IDENTIFY the cd drive. A 10-STABLE installation built around January 2nd also failed the ATA probe but continued to boot after exhausting the retries, while the new version gets to the message (aprobe0:ata1:0:1:0): Error 5, Retries exhausted but then tries the probe again, never finishing the boot process. Is there a way to get around this? Wolfgang