From owner-freebsd-stable@FreeBSD.ORG Mon Mar 9 08:34:57 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4E9B106564A; Mon, 9 Mar 2009 08:34:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 890CF8FC17; Mon, 9 Mar 2009 08:34:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id g9so1900984rvb.3 for ; Mon, 09 Mar 2009 01:34:57 -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=ln7T/55XBo+UMm1RfBdwppsMtfO6dIw6uA6UrNTpr5s=; b=bAflULnZLlozbkALPu9t7NNpTlBkZaDm8Vwdxv33K3DMEaClNUqju96Ij3Vk09DBMz yQhWc3oHESdfUsIsxaw0AoHcJ3mmXy0K6qqJn4iGt+rqv5uybHQ42AfdZUi/3epjtgOr vd49bI87FIbsp5CQXEmVh8ShbRuHuaTZn6GmI= 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=pzPODClEMqap5qy6k5m25LC1H+mDlVqSWpyzxGAPky+QAYEkfsPvivYBpWI6u8827r I/Yp9uJTDbK8dyh49vvsn4UTud+DzswnK4qQYd7GNLDMnK0kWFqCMBt6vH62tMBDjYyb gUCgEf2nMCxl1QYg3gE9fgC8w2+OGKfWpgjhM= Received: by 10.140.158.4 with SMTP id g4mr2940241rve.160.1236587697067; Mon, 09 Mar 2009 01:34:57 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id f42sm7894479rvb.3.2009.03.09.01.34.53 (version=SSLv3 cipher=RC4-MD5); Mon, 09 Mar 2009 01:34:56 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Mon, 9 Mar 2009 17:33:06 +0900 From: Pyun YongHyeon Date: Mon, 9 Mar 2009 17:33:06 +0900 To: Gerrit K?hn Message-ID: <20090309083306.GL5039@michelle.cdnetworks.co.kr> References: <8dfae1c10901070639x67945324jeeecfcac647d7976@mail.gmail.com> <200901191833.51320.jkim@FreeBSD.org> <20090120024519.GB79785@cdnetworks.co.kr> <200903071717.57915.ianjhart@ntlworld.com> <20090308023642.GB1531@michelle.cdnetworks.co.kr> <20090309092131.790f719d.gerrit@pmp.uni-hannover.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090309092131.790f719d.gerrit@pmp.uni-hannover.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org, Sascha Holzleiter , Jung-uk Kim Subject: Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers 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: Mon, 09 Mar 2009 08:34:58 -0000 On Mon, Mar 09, 2009 at 09:21:31AM +0100, Gerrit K?hn wrote: > On Sun, 8 Mar 2009 11:36:42 +0900 Pyun YongHyeon wrote > about Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers: > > PY> Have you tried re(4) in HEAD? > PY> I had one report that re(4) in HEAD still does not fix the issue so > PY> I posted a possible workaround for that. Unfortunately he didn't > PY> report back so I don't know whether it was right workaround or not. > PY> If re(4) in HEAD does not fix the issue, would you try attached > PY> patch and let me know how it goes? > > Are you talking about me? ;-) If my memory serve me right, yes. > I put the first system with the patched patch to work last week. It > definitely fixes the problems I had with the first patch (HEAD, I > suppose), as the interface attaches fine now (even a lot faster than > before). > I cannot say if the actual issue I had with 7.1-stable has gone away, too, > because this only occured after a longer time of operation. However, up to > now everything looks nice. > Ok, if you find any re(4) instability feel free to contact me.