From owner-freebsd-stable@FreeBSD.ORG Wed Jan 18 02:36:04 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBFCA16A41F for ; Wed, 18 Jan 2006 02:36:04 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A3A43D45 for ; Wed, 18 Jan 2006 02:36:04 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so1340403nzf for ; Tue, 17 Jan 2006 18:36:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=nJSORmzOm0ryrkF/U2Eff2bzVdP3Tdp397tCthNYX8/jCUk/X7fOhKC8fELeVUFr+xGesGGnXL8R/1u9No0taUwOPrRxGTmM/7Ee7XXCDON4JiXnZB793dnFNgmnSbQWcht3jy4ncqXia7cxlWGFp/Ph+nRDCgyIkHEj6UwSacI= Received: by 10.36.58.11 with SMTP id g11mr6484715nza; Tue, 17 Jan 2006 18:36:03 -0800 (PST) Received: from michelle.rndsoft.co.kr ( [211.32.202.217]) by mx.gmail.com with ESMTP id 5sm3116402nzk.2006.01.17.18.36.02; Tue, 17 Jan 2006 18:36:03 -0800 (PST) Received: from michelle.rndsoft.co.kr (localhost.rndsoft.co.kr [127.0.0.1]) by michelle.rndsoft.co.kr (8.13.5/8.13.5) with ESMTP id k0I2amJZ040346 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Jan 2006 11:36:48 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.rndsoft.co.kr (8.13.5/8.13.5/Submit) id k0I2aklA040345; Wed, 18 Jan 2006 11:36:46 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 18 Jan 2006 11:36:46 +0900 From: Pyun YongHyeon To: Ganbold Message-ID: <20060118023646.GA40276@rndsoft.co.kr> References: <7.0.0.16.2.20060118090616.04209af8@micom.mng.net> <20060118015515.GB39792@rndsoft.co.kr> <7.0.0.16.2.20060118102336.03fbcef8@micom.mng.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.0.16.2.20060118102336.03fbcef8@micom.mng.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@FreeBSD.org Subject: Re: fxp0: device timeout and sk0: watchdog timeout problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 02:36:04 -0000 On Wed, Jan 18, 2006 at 10:28:43AM +0800, Ganbold wrote: > At 09:55 AM 1/18/2006, you wrote: > > > inet 127.0.0.1 netmask 0xff000000 > > > > > > I used new if_sk codes from Pyun YongHyeon but after 2 days I got > > > same problem device timeout. > > > fxp is also timing out and I don't know why. > > > Any idea? > > > > > > >If sk(4) is the cause of problem fxp wouldn't be affected. > > I guess so. But fxp also times out almost at same time as sk does. > > >Of course it's possible for sk(4) to corrupt kernel memory structure > >but the possibility is low. While fixing sk(4) I pushed sk(4) to the > >limit on sparc64. I never met such timeouts. > > > >atm I have no clue. How about updated sk(4)? > >http://people.freebsd.org/~yongari/sk/if_sk.c > >http://people.freebsd.org/~yongari/sk/if_skreg.h > > Is it new update? Because I used your update dated on Jan 12 2006. Is > it newer than that? > Yes. > >Disabling sk(4) remedy your issue? > > There is another on-board pcn NIC, I will try if problem exists with sk > driver. > Ok. Thank you. -- Regards, Pyun YongHyeon