From owner-freebsd-net@FreeBSD.ORG Sat May 28 00:30:42 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF6E3106564A; Sat, 28 May 2011 00:30:42 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id A8B378FC0A; Sat, 28 May 2011 00:30:42 +0000 (UTC) Received: by pvg11 with SMTP id 11so1246553pvg.13 for ; Fri, 27 May 2011 17:30:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:date:to:cc:subject:message-id:reply-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=Gh1uGZTAG1DZpna/KsODrhc8ed83AVxR+oSvgNOWZnA=; b=XTog5OeYAvBaexSFhqAvNdmfkLNLRVtz/77u3BcG9wv1Si5k5qfiAm3bgAfnUL6NYq 5+9CDnEeSMdvXTD+Etuwq4AimivbJDB3py+AQwrmWxL+8k9xLYEi7Ow77uEoz114w5RP 7xxA2a1+FLq2aaJhW1z5cxwFj/O46A5jIok+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=raHww+BhrskDqQdesdpDNySFlkwjuP+NvxqPZCXkXY/0Qm5SvlVgs9+uFeCkQ2gdQL HfXUbRRP/oned+6uP+lP9lFCfJToabMnEeJBnlI1NdQaGy3NupawHQrn6ipnXqwuySNT y9Olhx2XAv4n9FgjnjT9AjPL5QalqnpZm3HOM= Received: by 10.68.14.102 with SMTP id o6mr1101528pbc.124.1306542642136; Fri, 27 May 2011 17:30:42 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id n4sm890662pbj.8.2011.05.27.17.30.39 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 May 2011 17:30:40 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 27 May 2011 17:30:40 -0700 From: YongHyeon PYUN Date: Fri, 27 May 2011 17:30:40 -0700 To: vanatubo@googlemail.com Message-ID: <20110528003040.GD22519@michelle.cdnetworks.com> References: <201105162024.p4GKOUjs086039@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201105162024.p4GKOUjs086039@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org, bug-followup@FreeBSD.org Subject: Re: kern/155636: [msk] msk driver locks marvel yukon 88E8057 NIC X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2011 00:30:43 -0000 On Mon, May 16, 2011 at 08:24:30PM +0000, yongari@freebsd.org wrote: > Synopsis: [msk] msk driver locks marvel yukon 88E8057 NIC > > State-Changed-From-To: open->feedback > State-Changed-By: yongari > State-Changed-When: Mon May 16 20:22:12 UTC 2011 > State-Changed-Why: > Would you show me dmesg output to identify which controller you have? > If you have Yukon Ultra2(88E8057 I guess), could you try patch at the > following URL? Let me know whether it makes any difference for you. > http://people.freebsd.org/~yongari/msk/msk.ultra2.diff > I've uploaded updated msk(4) at the following URL. http://people.freebsd.org/~yongari/msk/8.2R/if_msk.c http://people.freebsd.org/~yongari/msk/8.2R/if_mskreg.h Download two files above and rebuild msk(4) on 8.2-RELEASE. > > Responsible-Changed-From-To: freebsd-net->yongari > Responsible-Changed-By: yongari > Responsible-Changed-When: Mon May 16 20:22:12 UTC 2011 > Responsible-Changed-Why: > Grab. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=155636