From owner-freebsd-net@FreeBSD.ORG Fri Jun 19 00:32:58 2009 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 A451D1065673 for ; Fri, 19 Jun 2009 00:32:58 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-px0-f203.google.com (mail-px0-f203.google.com [209.85.216.203]) by mx1.freebsd.org (Postfix) with ESMTP id 72DA28FC1E for ; Fri, 19 Jun 2009 00:32:58 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by pxi41 with SMTP id 41so805939pxi.3 for ; Thu, 18 Jun 2009 17:32:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=HsJ39iszBvwhJXCtDUql4xjAPZ0rhyk4HzzvXuWc8ZA=; b=DI/918GEx5aBceMI+YjzLaoR4zAGmmowgHmT/becUgjLu5DZSON597Mxiqw/YqJRgY /g2LImDbAWPfNJirp4Na17Ndoek8rB0E0SymDqdTRk7iCu8cfwakOQ3RPdkvA8Ay4wDl VN51VpmH8g2ZLnvume3KFq6hbXPQMsnpxibYk= 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=gwHbDGGVjLfSv7unyTK55MHWESqTopxZPmWCl/h3q/4Ajx/8pkmwyXY/C1RTYo1OCZ 1KSHnj1gJia7/KeN+FE5t59tBjR5iAgb8ngQKU4+J+0CdYO5Hj2ebK9AoQfkNw1UewzE 4ktBnbwazFm8FkGfKhoLa8ykp1BdMshzajDas= Received: by 10.115.14.1 with SMTP id r1mr3059542wai.23.1245371578060; Thu, 18 Jun 2009 17:32:58 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id m34sm1806760waf.21.2009.06.18.17.32.56 (version=SSLv3 cipher=RC4-MD5); Thu, 18 Jun 2009 17:32:57 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Fri, 19 Jun 2009 09:37:09 +0900 From: Pyun YongHyeon Date: Fri, 19 Jun 2009 09:37:09 +0900 To: Karim Fodil-Lemelin Message-ID: <20090619003709.GF93360@michelle.cdnetworks.co.kr> References: <4A3AA118.9020609@xiplink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A3AA118.9020609@xiplink.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: [msk] watchdog timeout (missed Tx interrupts) -- recovering 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: Fri, 19 Jun 2009 00:32:58 -0000 On Thu, Jun 18, 2009 at 04:18:32PM -0400, Karim Fodil-Lemelin wrote: > Hello, > Hi, > Concerning this pr: > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/124127, Given that I > have one of those 'strange' silicon here: > > FreeBSD 7.1-RELEASE-p5 FreeBSD 7.1-RELEASE-p5 > > kernel: mskc2: port 0xee00-0xeeff > mem 0xfdafc000-0xfdafffff irq 18 at device 0.0 on pci3 > kernel: msk2: on > mskc2 > kernel: msk2: Ethernet address: 00:03:2d:10:4e:26 > kernel: miibus2: on msk2 > kernel: e1000phy2: PHY 0 on miibus2 > kernel: e1000phy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, > 1000baseTX-FDX, auto > > Adding the entry: hw.msk.legacy_intr="1"to the loader.conf file solved > the problem. But applying the attached patch (written by Pyun I believe) > also solved the problem. > > I think your patch should be committed for others to benefit. > Thanks a lot! I'll write a follow-up mail to the PR. > Best regards, > > Karim. > >