From owner-freebsd-current@FreeBSD.ORG Thu Aug 31 11:17:28 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D330D16A4E0 for ; Thu, 31 Aug 2006 11:17:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC3E43D64 for ; Thu, 31 Aug 2006 11:17:25 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so699863pye for ; Thu, 31 Aug 2006 04:17:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=BGSNDyGJb4PfgydeOasUtJZ/onkazIcKvLHAZCy1PjSutovtHqO9Q0qDg2++7qyQ7eeT8t4ko9a9mn/BZW5Fy5EmM7FdyDAfiRWxW2o380ru78AT1+G9kfFqC01tkQzflqe/mqRcnMMzfG4+knLHZgbpSUWogOZxsL92c5Xldjc= Received: by 10.35.107.20 with SMTP id j20mr517608pym; Thu, 31 Aug 2006 04:17:24 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 39sm1756934nzk.2006.08.31.04.17.23; Thu, 31 Aug 2006 04:17:24 -0700 (PDT) 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 k7VBJ7q8054525 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 Aug 2006 20:19:07 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k7VBJ7aO054524; Thu, 31 Aug 2006 20:19:07 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 31 Aug 2006 20:19:07 +0900 From: Pyun YongHyeon To: LI Xin Message-ID: <20060831111907.GF52038@cdnetworks.co.kr> References: <09BFF2FA5EAB4A45B6655E151BBDD90301E2F1CF@NT-IRVA-0750.brcm.ad.broadcom.com> <44F65687.2050108@delphij.net> <20060831033716.GB52038@cdnetworks.co.kr> <44F69AF1.5090205@delphij.net> <20060831102529.GE52038@cdnetworks.co.kr> <44F6BD52.9030601@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44F6BD52.9030601@delphij.net> User-Agent: Mutt/1.4.2.1i Cc: David Christensen , freebsd-current@freebsd.org Subject: Re: bge(4) on BCM 5752 A02 panic due to media autoselect X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 11:17:28 -0000 On Thu, Aug 31, 2006 at 06:43:30PM +0800, LI Xin wrote: > Pyun YongHyeon wrote: > > On Thu, Aug 31, 2006 at 04:16:49PM +0800, LI Xin wrote: > > > Pyun YongHyeon wrote: > [snip] > > > > It would be great if you can test the brgphy patch. I'll commit the > > > > patch if it work on your box. > > > > > > Sure, I would be more than happy to do that. Which brgphy patch do you > > > want me to test? (I have patched brgphy.c and miidevs to make BCM5752 > > > to attach as brgphy and it resolved the panic, but I am not quite sure > > > if that is what you want, though) > > > > > > > That's exactly the same patch I've made for stable. > > (You've already patched it to work on CURRENT.) > > That's nice! Will you commit it against -CURRENT so we have a reasonable > settlement period and MFC it before we ship 6.2-RELEASE? Because bge(4) > is widely deployed, it's important to make sure that maximum > compatibility is being maintained across releases, so getting it into > the -CURRENT earlier will provide more feedbacks. > Done.(miidevs, rev. 1.34 brgphy.c, rev. 1.46) -- Regards, Pyun YongHyeon