From owner-freebsd-stable@FreeBSD.ORG Thu Jan 8 01:50:45 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79F06106564A; Thu, 8 Jan 2009 01:50:45 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1BD8FC16; Thu, 8 Jan 2009 01:50:45 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so10001446rvf.43 for ; Wed, 07 Jan 2009 17:50:44 -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=bhFDt2xw20Wswv/T+TjBXPQcC58R7rKCvrT2TTVuI1M=; b=r2XoofOQUY/ha+QU0AUCJOz5YY9LDnwvjc6pvsamSLY3Xzd5DiwvlY8V63RoomRGVt jsygFKFeKrp/A4zt+H4F7DpFEYuqwPptMocr1Om6jsSVY25kNTRojtAcJ8tjMhIlG24H V5wTkaMCIZmo8OWBKtKxmPMmz7mNW8jGQCs1k= 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=wamhSndYjqsqiMunS/hhVhMLR0sOdIVeJ0rtY0imdbsRX/mrkE6jlynHB/wh5lzKjR rUO7rDAdGy0WkOQxC0gBTkGQMh2UA/QNZCK0pO9UfjYAzaq8f8suDaQSbM4YfEsczVLS NSa9g1BvBB4Cj0QgtPkHTzGqyDaEofIP/wesQ= Received: by 10.140.169.4 with SMTP id r4mr6535136rve.250.1231379444786; Wed, 07 Jan 2009 17:50:44 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id c20sm31557883rvf.5.2009.01.07.17.50.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 Jan 2009 17:50:43 -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 n081ob48051112 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Jan 2009 10:50:37 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.14.3/8.14.3/Submit) id n081oaqe051111; Thu, 8 Jan 2009 10:50:36 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 8 Jan 2009 10:50:36 +0900 From: Pyun YongHyeon To: Walter Venable Message-ID: <20090108015036.GD1256@cdnetworks.co.kr> References: <8dfae1c10901070639x67945324jeeecfcac647d7976@mail.gmail.com> <8dfae1c10901071550s69d99802p31ca7c775f3d6823@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8dfae1c10901071550s69d99802p31ca7c775f3d6823@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org, yongari@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: Thu, 08 Jan 2009 01:50:45 -0000 On Wed, Jan 07, 2009 at 06:50:40PM -0500, Walter Venable wrote: > Booting kernel.old, which is 7.0-RELEASE-p7 completely alleviates all > problems. I believe this roundly confirms that this is a bug in the > 7.1-RELEASE re kernel drivers. > Please show me full dmesg output. > On Wed, Jan 7, 2009 at 9:39 AM, Walter Venable wrote: > > FreeBSD 7.1 upgrade broke my network access, machine is totally > > offline (powered-on and I can play inside it at the terminal, but > > absolutely 0 network access): > > This happened AFTER make kernel but BEFORE make installworld. I think > > this implies it's a kernel driver issue. > > > > http://forums.freebsd.org/showthread.php?t=1323 (this is an ongoing > > thread on the issue, the rl driver has also been reported broken). > > -- Regards, Pyun YongHyeon