From owner-freebsd-amd64@FreeBSD.ORG Tue Jan 15 01:18:59 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFC7D16A41B for ; Tue, 15 Jan 2008 01:18:59 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id B212213C44B for ; Tue, 15 Jan 2008 01:18:59 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so4232391waf.3 for ; Mon, 14 Jan 2008 17:18:59 -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=wxwmA+r4ipvjHmyUcZNnCSJJDi2MyC2TE2u7hAQaTJg=; b=ayERHxWbPnckHIEUm0gF9Yzaf6pIo2lL9wwkNtofIEzlOWTIkHTuT23HfC4Ml5f4JYZz95iRT/ulJDANcQ8dVjK3P2WuohkgQPjOk7n+cQdqMxdKabiHh02vXyA2OiC0k7wKxyHTkU3uu5HUgRz0neIMwUFs2P78AaR3lbrFDos= 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=Ml2s8o9k2f+hZAMPMy0yM32kGzjVTBbIiroiEEaYP/lbuDWzGwE4PVJJr8y5HTfqiQSW7TArEx3Jp4nJgP9oTdhmdYkDAuCqgfgRcoRy36+RX3X29FFhqsad+w8m1x+9UZp1borD2zPSQVpNYFTkH427bzLPVT//yRKZrbSBX7w= Received: by 10.115.47.1 with SMTP id z1mr284489waj.117.1200359939003; Mon, 14 Jan 2008 17:18:59 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id k39sm18289960wah.4.2008.01.14.17.18.55 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Jan 2008 17:18:58 -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 m0F1DYGH080706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Jan 2008 10:13:34 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m0F1DWA0080705; Tue, 15 Jan 2008 10:13:32 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 15 Jan 2008 10:13:32 +0900 From: Pyun YongHyeon To: Abdullah Ibn Hamad Al-Marri Message-ID: <20080115011332.GA80213@cdnetworks.co.kr> References: <308089437.146523.1198870993429.JavaMail.nobody@mail51.abv.bg> <499c70c0712281436u220bd798l2a3dbe5bbf622156@mail.gmail.com> <20071229025059.GA13309@cdnetworks.co.kr> <499c70c0801141133n4c0d690bw90a78aec78204336@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <499c70c0801141133n4c0d690bw90a78aec78204336@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-amd64@freebsd.org Subject: Re: Re: amd64/119047: Not correct working RealTek 8168/8111B PCIe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2008 01:19:00 -0000 On Mon, Jan 14, 2008 at 10:33:22PM +0300, Abdullah Ibn Hamad Al-Marri wrote: > On Dec 29, 2007 5:50 AM, Pyun YongHyeon wrote: > > On Sat, Dec 29, 2007 at 01:36:48AM +0300, Abdullah Ibn Hamad Al-Marri wrote: > > > Works for me too! > > > > > > > Thanks for feedback! > > > > > > > Can you put it in RELENG_7 since RELENG_7_0 is there? > > > > > > > As you noticed from the size of the jumbo patch it changes several > > operation scheme in the driver. Since re(4) supports lots of > > model/revisions from RealTek it requires much more exposure and > > testing under various environments(e.g. testing on sparc64 platforms > > and > 4GB memory configuration etc). > > > > I think updating drivers in HEAD prior to releasing 7.0/6.3 is not > > good idea as it would make it hard to find/test possible bugs in > > the release. The patch would be committed to HEAD first after 7.0 > > goes out. > > > > Thanks. > > -- > > Regards, > > Pyun YongHyeon > > > > Hello Pyun, > > It has been in HEAD for sometime now... > I just committed the patch to HEAD.(if_re.c rev 1.101, if_rlreg.h rev. 1.70) > Could you please put it in RELENG_7 and not MFC it to RELENG_7_0 ? > RELENG_7 still needs re approval(e.g. freezed) and I just commited the patch to HEAD. So you may have to wait a while until it hits RELENG_7. -- Regards, Pyun YongHyeon