From owner-freebsd-stable@FreeBSD.ORG Thu Feb 5 07:58:16 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ACFD1065672 for ; Thu, 5 Feb 2009 07:58:16 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from mrelay1.uni-hannover.de (mrelay1.uni-hannover.de [130.75.2.106]) by mx1.freebsd.org (Postfix) with ESMTP id 81A108FC16 for ; Thu, 5 Feb 2009 07:58:15 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2]) by mrelay1.uni-hannover.de (8.14.2/8.14.2) with ESMTP id n157wCfd021517; Thu, 5 Feb 2009 08:58:13 +0100 Received: from pmp.uni-hannover.de (arc.pmp.uni-hannover.de [130.75.117.1]) by www.pmp.uni-hannover.de (Postfix) with SMTP id DBDB72E5; Thu, 5 Feb 2009 08:58:12 +0100 (CET) Date: Thu, 5 Feb 2009 08:58:12 +0100 From: Gerrit =?ISO-8859-1?Q?K=FChn?= To: pyunyh@gmail.com Message-Id: <20090205085812.b2deb1f7.gerrit@pmp.uni-hannover.de> In-Reply-To: <20090204104655.GA73543@michelle.cdnetworks.co.kr> References: <20090204100507.5f223d9e.gerrit@pmp.uni-hannover.de> <20090204104655.GA73543@michelle.cdnetworks.co.kr> Organization: Albert-Einstein-Institut (MPI =?ISO-8859-1?Q?f=FCr?= Gravitationsphysik & IGP =?ISO-8859-1?Q?Universit=E4t?= Hannover) X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PMX-Version: 5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2009.2.5.74615 Cc: stable@freebsd.org Subject: Re: fun with if_re X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 07:58:16 -0000 On Wed, 4 Feb 2009 19:46:55 +0900 Pyun YongHyeon wrote about Re: fun with if_re: PY> Since you're using RTL8169SC it could be related with my commit PY> r180519(cvs rev 1.95.2.22). It seems that RTL8169SC does not like PY> memory mapped register access and I think jkim@ committed patch PY> for the issue. Would you try re(4) in HEAD? PY> (Just copying if_re.c, if_rlreg.h and if_rl.c from HEAD to PY> stable would be enough to build re(4) on stable). Thanks for the advice. I did build new nanobsd images with these patches meanwhile and will start using them today. However, as it has worked without problems for weeks with the buggy version before, I will not be able to say if it is really working until next month or so. Or do you know any method to reliably trigger such errors? cu Gerrit