From owner-freebsd-current@FreeBSD.ORG Tue Mar 11 02:24:49 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 8DAC11065679 for ; Tue, 11 Mar 2008 02:24:49 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 360798FC30 for ; Tue, 11 Mar 2008 02:24:48 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so3217721pyb.10 for ; Mon, 10 Mar 2008 19:24:48 -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=1e2vyeZbHmqFJ3aAWLNBl/f0E/KdC3rRvPruduR9JPA=; b=R6/8ev7413RL4wFt9ZYdK20k5Cla46gqC477apUI+SgFCUFqitLQPce9US6hu+jBQiGqIexKCmwrgMPphElZZQU3QluM0dZ7nx65Mgcwgqw+GUQmOMuHCTHvtL3xNAR2ITxjACeDLqaMZVuNfbNKPg3qy+bIrwWXYB7XUJO/CiE= 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=Nz266rK6YNdhVfIBqfZtX/kRyFq13x06ZriCtCMuzHeiN9Z/Sv8a/2mSAVBseSm1izEkBrJ8WAuA3W6AEyoeewLYshEQQR25jU4QHCWFxqn8xQrQzUF7RE1+k8T2mYo5c2zkA0W6qA7wYHdibOP0DF9fOBrGLZmTy7uHv7DhS04= Received: by 10.35.67.18 with SMTP id u18mr8947524pyk.10.1205202288003; Mon, 10 Mar 2008 19:24:48 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 43sm12336599wri.27.2008.03.10.19.24.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Mar 2008 19:24:47 -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 m2B2OfG5008435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Mar 2008 11:24:41 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m2B2OffA008434; Tue, 11 Mar 2008 11:24:41 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 11 Mar 2008 11:24:41 +0900 From: Pyun YongHyeon To: Daniel Gerzo Message-ID: <20080311022441.GC7828@cdnetworks.co.kr> References: <20080306200532.GA84961@cvsup.sk.freebsd.org> <20080307043815.GA92464@cdnetworks.co.kr> <1373272150.20080308001103@rulez.sk> <918167276.20080308170710@rulez.sk> <20080310015526.GE3553@cdnetworks.co.kr> <1251085027.20080310093936@rulez.sk> <20080310105313.GD4425@cdnetworks.co.kr> <20080310152649.GA54781@bigbang.cia.sk> <1023841943.20080310213832@rulez.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1023841943.20080310213832@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: Tue, 11 Mar 2008 02:24:49 -0000 On Mon, Mar 10, 2008 at 09:38:32PM +0100, Daniel Gerzo wrote: > Hello Daniel, > > Monday, March 10, 2008, 4:26:49 PM, you wrote: > > > Hello Pyun, > > >> Since you're using MSI, would you try attached patch? > >> Sorry, I don't have PCIe based hardware and RealTek's datasheet for > >> PCIe variants is too poor to get useful information. > >> > >> -- > >> Regards, > >> Pyun YongHyeon > > > Thank you for your quick reply, I will test your patch ASAP, but I have one > > simple question: > > > Should I apply this patch on top of > > http://people.freebsd.org/~yongari/re/re.HEAD.patch > > or what is this patch aginst? > > > Thank you. > > Or better, please send me (or place somewhere on your home page) the > complete if_re.c and if_rlreg.h which should adress my problems, so > that I can test it easily. > Done. http://people.freebsd.org/~yongari/re/if_re.c http://people.freebsd.org/~yongari/re/if_rlreg.h The above files would build on CURRENT/RELENG_7/7.0-RELEASE. I'm not sure whether it helps or not. > Your efforst are greatly appreciated! > > -- > Best regards, > Daniel mailto:danger@FreeBSD.org > -- Regards, Pyun YongHyeon