From owner-freebsd-stable@FreeBSD.ORG Tue Apr 1 20:48:43 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49F0021B for ; Tue, 1 Apr 2014 20:48:43 +0000 (UTC) Received: from new.shalott.net (new.shalott.net [66.180.195.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.shalott.net", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 316E9A35 for ; Tue, 1 Apr 2014 20:48:42 +0000 (UTC) Received: (qmail 19978 invoked by uid 1000); 1 Apr 2014 20:48:39 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 1 Apr 2014 20:48:39 -0000 Date: Tue, 1 Apr 2014 13:48:38 -0700 (PDT) From: jason-freebsd-stable@shalott.net X-X-Sender: jason@new.shalott.net To: Vitaly Magerya Subject: Re: Any news about "msk0 watchdog timeout" regression in 10-RELEASE? In-Reply-To: <533A8D3B.5040103@gmail.com> Message-ID: References: <533A8D3B.5040103@gmail.com> User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org 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: Tue, 01 Apr 2014 20:48:43 -0000 >> Has anyone else made any progress on this issue yet? > A solution was committed and some reports of both success and failure > where submitted [1,2]. (I myself switched to another network card and > did not test the fix as of yet). I did try upgrading sys/dev/msk to r261577; it didn't help. I also tried downgrading sys/dev/msk back to the version from 9.0-RELEASE; also didn't help. I looked at trying to downgrade the relevant portions of sys/dev/mii back to that same version as well, but clang choked on it, and I didn't have time to dig in any further. -Jason