From owner-freebsd-current@FreeBSD.ORG Sat Apr 7 10:18:55 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 079D31065670; Sat, 7 Apr 2012 10:18:55 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B8C7D8FC15; Sat, 7 Apr 2012 10:18:54 +0000 (UTC) Received: by obbwc18 with SMTP id wc18so5295981obb.13 for ; Sat, 07 Apr 2012 03:18:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=EXl/j+brDjUjkI087dwsYmnmjrZ/4vA5iHwX0HGls6U=; b=L8WGW49qm4n+tsGIb5CKrscLmg2Hb/Wb2W97gcj1QGHyjc6FUbNsR10dG7xERCW1LP Qx+eG/ZE7e0do1JsHJNwFp0CXU+LBF2KrnUrlcyyGPAYcLf7Ir2SaBDEuheg6tZcEpef O5/vtc/DfnWIFcBqE70SS3NFjV0GjoPrpF6usU4fceazfIvaMx/oWkZSpzKBsNJpw7hH W7TMcOP/CFKHSH5jDYs+SqzpUljEbrNVKjlsGX9D9RcrPasTkcNkR+yRUnaNXtzg05rU JsiHm1+LTOmK4A9PRfkD0vEogZ7I2fy8XjWxbM3RZPO5RvDV6WKtohKLwLTFYENDualz 8rdg== MIME-Version: 1.0 Received: by 10.182.136.41 with SMTP id px9mr1295238obb.21.1333793934169; Sat, 07 Apr 2012 03:18:54 -0700 (PDT) Received: by 10.60.123.48 with HTTP; Sat, 7 Apr 2012 03:18:54 -0700 (PDT) Date: Sat, 7 Apr 2012 14:18:54 +0400 Message-ID: From: Subbsd To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: msk0: watchdog timeout in the HEAD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 10:18:55 -0000 After updating kernel from 9-STABLE to 10-CURRENT (amd64) msk interfaces stop working with "watchdog timout" error. Watchdog arises at a traffic 100-300+ Kb, for example: make - C /usr/ports fetchindex (on the fresh boot) reaches 11-15% before watchdog coming pciconf -vl | grep -A4 ^msk mskc0@pci0:3:0:0: class=0x020000 card=0x84391043 chip=0x438111ab rev=0x11 hdr=0x00 vendor = 'Marvell Technology Group Ltd.' device = 'Yukon Optima 88E8059 [PCIe Gigabit Ethernet Controller with AVB]' class = network subclass = ethernet msk(4)-related tunables doesn't change behavior. svn://svn.freebsd.org/base/stable/9 works fine. What more can i give for diagnostics?