From owner-freebsd-stable@FreeBSD.ORG Mon Jan 12 06:41:33 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E45D106564A for ; Mon, 12 Jan 2009 06:41:33 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id 011D78FC08 for ; Mon, 12 Jan 2009 06:41:32 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so12025833rvf.43 for ; Sun, 11 Jan 2009 22:41:32 -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=gf8xLE5E4tNRQmOuCQL0xh8yBKpbitErnYXemQXV/Yw=; b=dulvhp48/4WjBnyZOaoodQvzlPFCtsPw8r2Uqw42wNKJtrT6v1tFxtqhactnaFeo1A GDdCEjKg6oP3M1W+vAaLwLLUlbHQ2KcYWjClTiIvQ5cir+F3hgnUlhOS/flqcaM02BJM wq0jUhZdWgVBOBwNlaMC4Ggvp2u9wsnEEoacQ= 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=n7FDfg//eKgr44kp+eaGxYT/oZUnkCOrf2442KRvMsTyNPpmd+QrOeQ+Ul74A5X6Y4 y5KsGXPCYjBTpk8VcFuvkjiXOnsGuag7/IWIpEyNkMt5d4HF1i2dKr1EZ7IcWLWF5W2J Yu1o75sncDgdc4XXbW9zVfVzbIZ2Gj6L/lD38= Received: by 10.141.168.2 with SMTP id v2mr14247166rvo.47.1231742492585; Sun, 11 Jan 2009 22:41:32 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id b39sm37372382rvf.0.2009.01.11.22.41.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 11 Jan 2009 22:41:31 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.14.3/8.14.3) with ESMTP id n0C6fM6s047754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Jan 2009 15:41:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.14.3/8.14.3/Submit) id n0C6fLkJ047753; Mon, 12 Jan 2009 15:41:21 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 12 Jan 2009 15:41:21 +0900 From: Pyun YongHyeon To: eugene@donpac.ru Message-ID: <20090112064121.GF46346@cdnetworks.co.kr> References: <8dfae1c10901070639x67945324jeeecfcac647d7976@mail.gmail.com> <8dfae1c10901071550s69d99802p31ca7c775f3d6823@mail.gmail.com> <88527079.20090111192206@donpac.ru> <20090112011146.GC46346@cdnetworks.co.kr> <64114.83.221.215.168.1231741940.squirrel@83.221.215.168> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64114.83.221.215.168.1231741940.squirrel@83.221.215.168> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 06:41:33 -0000 On Mon, Jan 12, 2009 at 09:32:20AM +0300, eugene@donpac.ru wrote: > EG>> Does kern/130011 look similar? > EG>> http://www.freebsd.org/cgi/query-pr.cgi?pr=130011 > > > Do you have RTL8168C controller? If not, it's not related with > > Walter's issue as 7.0-RELEASE didn't have a support for RTL8168C. > > Look into kern/130011. As far as I can see I do have RTL8168C. > > EG>> The re driver was really broken in 7.1-RC2 and the fix didn't get > EG>> to 7.1-RELEASE. > > > If you have re(4) issues, please provide more details such as > > dmesg output, way to reproduce the issue etc. > > The issue is now gone but I am sorry 7.1 didn't get the fix in time. > I see, Unfortunately the issue was fixed in the end of 7.1-R release process so I wanted to get more exposure before MFC. I'll make sure to MFC to stable/7 after more testing. -- Regards, Pyun YongHyeon