From owner-freebsd-current@FreeBSD.ORG Mon Mar 10 01:55:34 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A6441065675 for ; Mon, 10 Mar 2008 01:55:34 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.freebsd.org (Postfix) with ESMTP id 35ADD8FC1E for ; Mon, 10 Mar 2008 01:55:33 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wr-out-0506.google.com with SMTP id c49so794736wra.19 for ; Sun, 09 Mar 2008 18:55:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=JgEsdMYcoWHc4CiGIvOy8CLV2kpKoIwZa6QnaPMPjLk=; b=XWsk/fqCzS5sOX1sqxX/B5vEZN0jz9+bRnoijONaZn0fyVdALNLFJ6yemtPsCyQrrp/jqyA4IGcfTlINPhATdQtojSuXfYyN3jAVt+wMNh+wWZ7IdkxdoRyBsOu/yh0XyZbq11WXKS1afyLlZkhJLri7JJPTzcHz0GBa4qqfCH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Lq+Dmt7DtVoNquKp2abhNjtM6Ux8/EgB3c3WW3c4h3Vex8nUREMWKPm/cxub48ebhPLEPHGHYGK/CQZ3kwEL0RtBuPDaZWp5uyG/1Y+e5D+gJOsXb78qevEVJQFaMJWkz6/bJ/ADBetGB+2BweH4kSYX5rmqoNkecZlmGCHeVI4= Received: by 10.150.195.21 with SMTP id s21mr2342089ybf.87.1205114133280; Sun, 09 Mar 2008 18:55:33 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 62sm9848829wri.30.2008.03.09.18.55.30 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Mar 2008 18:55:32 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m2A1tReq004163 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Mar 2008 10:55:27 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m2A1tQRU004162; Mon, 10 Mar 2008 10:55:26 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 10 Mar 2008 10:55:26 +0900 From: Pyun YongHyeon To: Daniel Gerzo Message-ID: <20080310015526.GE3553@cdnetworks.co.kr> References: <20080306200532.GA84961@cvsup.sk.freebsd.org> <20080307043815.GA92464@cdnetworks.co.kr> <1373272150.20080308001103@rulez.sk> <918167276.20080308170710@rulez.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <918167276.20080308170710@rulez.sk> User-Agent: Mutt/1.4.2.1i Cc: current@FreeBSD.org, yongari@FreeBSD.org Subject: Re: re(4) problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 01:55:34 -0000 On Sat, Mar 08, 2008 at 05:07:10PM +0100, Daniel Gerzo wrote: > Hello, > > Saturday, March 8, 2008, 12:11:03 AM, has been written: > > > Hello Pyun, > > > Friday, March 7, 2008, 5:38:15 AM, you wrote: > > >> I guess your issue is not related with bus_dma fixes but improper > >> handling of link state. Try attached patch and let me know how it > >> goes. > > > The attached patch didn't help, the box is again in the same status. > > Can I provide you with some more detailed debugging info, or do you > > have some other ideas what could be fixed? > > > I could probably manage a remote access to that box, but no remote > > console is available, and I don't know exactly how to trigger this > > scenario, but I think it depends on the amount of traffic being sent > > over the device. > > If I won't hear from anybody in next 24 hours, I will have to replace > the network device in this box, in order to get it running properly. > > However, I don't consider this step as a right solution and I would > rather better like to have it fixed in the driver. > Yes, I'd like to. By any chance, does the system have more than 4GB memory? -- Regards, Pyun YongHyeon