From owner-freebsd-net@FreeBSD.ORG Tue Nov 4 01:48:08 2008 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 186A81065675 for ; Tue, 4 Nov 2008 01:48:08 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id B46B28FC1E for ; Tue, 4 Nov 2008 01:48:07 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by an-out-0708.google.com with SMTP id b6so152556ana.13 for ; Mon, 03 Nov 2008 17:48:07 -0800 (PST) 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=MqDVuviHRQWuRzB9FwTCsrn1qvXubGTdOeJK6d+U0TM=; b=fGKy5gAP9wR+unBAcGb+wGC4n6Ycl/IYL4KGLpxlkMUrh0Mg3z/x5e6fZVbHdnR4hT JqZv5OyTkvHj4/I61isa1VRy5aqOyNRgMSPQ2jNmju/7NmXsb3tv9Ocs6DFQUMs2VDE9 MuUnLM/R3bKkq2BaI6QYZghB/bhQE35pXRlng= 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=p3qMmh3VZ9YYenK37+e1kLyGhDi0Pyoy378yftJ5voUMZCUDeMaCUE8ipG+li1rGPv 4yaYe0Hg0FTGNk5HWKjO689wnJxVgaZvzg7YVXbTaFVspjZ0PB8I0wG3cCh6v4Ed5tMt zyjzhMM/CRbdwu2CX6LKXbIyiF9TdieUFeQ3U= Received: by 10.101.69.6 with SMTP id w6mr360278ank.140.1225763287015; Mon, 03 Nov 2008 17:48:07 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id b37sm332530ana.10.2008.11.03.17.48.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Nov 2008 17:48:06 -0800 (PST) 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 mA41k5B9098541 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Nov 2008 10:46:05 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mA41k4V4098540; Tue, 4 Nov 2008 10:46:04 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 4 Nov 2008 10:46:04 +0900 From: Pyun YongHyeon To: Milan Obuch Message-ID: <20081104014604.GB98154@cdnetworks.co.kr> References: <200810300829.35980.freebsd-net@dino.sk> <200810311029.56471.freebsd-net@dino.sk> <20081103035908.GC94302@cdnetworks.co.kr> <200811032339.07412.freebsd-net@dino.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811032339.07412.freebsd-net@dino.sk> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org Subject: Re: re weird bug 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: Tue, 04 Nov 2008 01:48:08 -0000 On Mon, Nov 03, 2008 at 11:39:06PM +0100, Milan Obuch wrote: > On Monday 03 November 2008 04:59:08 Pyun YongHyeon wrote: > > [ snip ] > > > I vaguely guess hardware was not properly initialized. How about > > this one? > > http://people.freebsd.org/~yongari/re/re.phy.patch.20081103 > > This bug seems again to disappear - csup two days ago, kernel built with no > patches and everything works. Something like this happened already in the Yeah, this is one of reason that makes it hard to fix. > past. No idea whether it has something with if_re being built as module, but > if it happens again, I will test this possibility, too. > Ok. Please let me know your findings. -- Regards, Pyun YongHyeon