From owner-freebsd-stable@FreeBSD.ORG Mon Jan 12 01:11:55 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 09AAB1065676 for ; Mon, 12 Jan 2009 01:11:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by mx1.freebsd.org (Postfix) with ESMTP id C384D8FC19 for ; Mon, 12 Jan 2009 01:11:54 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so11923324rvf.43 for ; Sun, 11 Jan 2009 17:11:54 -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=Vy7kuZQfbgh08F/Q1i6NB9U2/lPirpEtBwLyRWsZnPw=; b=UZcdIOOajTG2UKTWb8lZprLcwqhPDjtejEGgHzPmHJT6kv4ehYTvoAo+2H2eSmbNpt 6ytVYomws6LeN7EoCKAP5Ntsz4xOYOyEUPXyOhNXvw0JkcfH11gPhd5tOI0uDidDkdCP UoE88Wc0ONLY7BB/rUYSsjldI932ysenREWvs= 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=FkYMR9lG4lgIbrh10/XmChOH68+8511MQtIsnoXSocTDTcrEmDVX5bIWmJRduq6+8g Iiv7htlfBkiNU4CJIxkw1Ke6kEywLTO0+IteOKX6UKTbBmEYRVob4raA3PhpGSpFUDbq n+GLA7gi7naDW0qAFK78pqTfVhs0cUm1WH7Gk= Received: by 10.140.202.21 with SMTP id z21mr5936835rvf.260.1231722714368; Sun, 11 Jan 2009 17:11:54 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id b39sm37023762rvf.0.2009.01.11.17.11.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 11 Jan 2009 17:11:53 -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 n0C1Bmb2046670 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Jan 2009 10:11:48 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.14.3/8.14.3/Submit) id n0C1Bko0046669; Mon, 12 Jan 2009 10:11:46 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 12 Jan 2009 10:11:46 +0900 From: Pyun YongHyeon To: Eugene Gladchenko Message-ID: <20090112011146.GC46346@cdnetworks.co.kr> References: <8dfae1c10901070639x67945324jeeecfcac647d7976@mail.gmail.com> <8dfae1c10901071550s69d99802p31ca7c775f3d6823@mail.gmail.com> <88527079.20090111192206@donpac.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <88527079.20090111192206@donpac.ru> 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 01:11:56 -0000 On Sun, Jan 11, 2009 at 07:22:06PM +0300, Eugene Gladchenko wrote: > Walter, > > Thursday, January 8, 2009, 2:50:40 AM, you wrote: > > WV> Booting kernel.old, which is 7.0-RELEASE-p7 completely alleviates all > WV> problems. I believe this roundly confirms that this is a bug in the > WV> 7.1-RELEASE re kernel drivers. > > Does kern/130011 look similar? 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. > > The re driver was really broken in 7.1-RC2 and the fix didn't get to 7.1-RELEASE. If you have re(4) issues, please provide more details such as dmesg output, way to reproduce the issue etc. -- Regards, Pyun YongHyeon