From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 29 02:52:09 2007 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 0925416A419 for ; Sat, 29 Dec 2007 02:52:09 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id D023D13C455 for ; Sat, 29 Dec 2007 02:52:08 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so6225783waf.3 for ; Fri, 28 Dec 2007 18:52:08 -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=KLzS6UmWEEq86EJXtIwKuE5uucegWZVicW8IF7M3c4U=; b=yCfykHB1LLbBncQxC8hR9AMNKX7MMI+ZqLuReRKM73LZFTBUyxkqpioBVL+v1JBcHfwyjRFHUlXoYEzMKaulqGBCecn+HdwsEhH3DW75yWetU3viUVY+yj1GEGqQq1jBczcoQeqyL5kLFKErwFP+g4bj4ZlsxKUMMA3VyrrEMP4= 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=mcGlCr2xBq/M0T33cbIRGIrddz7lfJ6doohKrhctd0Ss2cvRmFDEC49Vp+TT4TeK9JNE10uPDXSPKNZZkGXjEKuCOD1ZWpfcWruaADOdmCwC6LFsho/r0sRg65XlZlBMPoqq3zo4URkIUidaCiRySQ/D+PJbnZ3de4DDvw2vQyo= Received: by 10.114.15.1 with SMTP id 1mr9737693wao.27.1198896728074; Fri, 28 Dec 2007 18:52:08 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id m40sm11298151waf.16.2007.12.28.18.52.05 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 28 Dec 2007 18:52: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 lBT2p02T013437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 Dec 2007 11:51:01 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id lBT2oxs8013436; Sat, 29 Dec 2007 11:50:59 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 29 Dec 2007 11:50:59 +0900 From: Pyun YongHyeon To: Abdullah Ibn Hamad Al-Marri Message-ID: <20071229025059.GA13309@cdnetworks.co.kr> References: <308089437.146523.1198870993429.JavaMail.nobody@mail51.abv.bg> <499c70c0712281436u220bd798l2a3dbe5bbf622156@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <499c70c0712281436u220bd798l2a3dbe5bbf622156@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: Sat, 29 Dec 2007 02:52:09 -0000 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