From owner-freebsd-current@FreeBSD.ORG Fri Aug 14 17:57:35 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14192106568C for ; Fri, 14 Aug 2009 17:57:35 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id B84D88FC16 for ; Fri, 14 Aug 2009 17:57:34 +0000 (UTC) Received: by yxe11 with SMTP id 11so2183811yxe.3 for ; Fri, 14 Aug 2009 10:57:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=gP8jEkCsJfgKOBdZrUSW8u5M4J/S89hDL/VL3pfvFls=; b=P8b6jcOp+x4edufx7aa8qs0oZcFDJh0ljwRvnAx3V9sa0oOj+M+1U80QOjKG+M+POm O6Oa89Nsxnf7cmvEppdaYmdQgJmxNQBIiR3M+T/dVdmujx3c/6y8iPSlZT1FAxsvzZC+ i3ZKqs7EMJ5dAhpjeApqDWJmPwtR5INpfoJ54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=hFEGZ3AxfR4+GmaPy9ZIZWCQ/rJPbMn3AlLbIJo0IOlf3jLcIwmAySroMeOZS1M/4f M3QhKKPlzkCQgaOcnkf6iqugEbcU1KIgGwLHK9F3G5aKie+EMOm57Kd/MwzCL/Wpu32y FGwwj5zURqftnOD4mklRniBNpYhYAOmjzt04Y= Received: by 10.90.67.6 with SMTP id p6mr1166793aga.100.1250272653822; Fri, 14 Aug 2009 10:57:33 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 5sm20424agc.7.2009.08.14.10.57.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 14 Aug 2009 10:57:33 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 14 Aug 2009 10:56:49 -0700 From: Pyun YongHyeon Date: Fri, 14 Aug 2009 10:56:49 -0700 To: Ryan Rogers Message-ID: <20090814175649.GB1311@michelle.cdnetworks.com> References: <4A66CFFC.30601@doghouserepair.com> <11167f520907220200m5dd456dfs2ad53d4b579b851b@mail.gmail.com> <4A66D587.9060001@haruhiism.net> <11167f520907220326m430709efv7aa6c779f9511b78@mail.gmail.com> <20090722211600.GC1184@weongyo.local> <4A679223.10604@doghouserepair.com> <20090812214932.GH55129@michelle.cdnetworks.com> <4A84D245.5050703@doghouserepair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A84D245.5050703@doghouserepair.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: nfe problem on 8.0-BETA2 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: Fri, 14 Aug 2009 17:57:35 -0000 On Thu, Aug 13, 2009 at 07:56:05PM -0700, Ryan Rogers wrote: > Pyun YongHyeon wrote: > >On Wed, Jul 22, 2009 at 03:26:43PM -0700, Ryan Rogers wrote: > >>Weongyo Jeong wrote: > >>>On Wed, Jul 22, 2009 at 05:26:07AM -0500, Sam Fourman Jr. wrote: > >>>>>svn co svn://svn.freebsd.org/base/head > >>>>>svn merge -c -193289 > >>>>> > >>>>>Thereafter, in the root of the repo: > >>>>>svn up > >>>>>svn merge > >>>>Confirmed, running the above set of commands fixed my 88E1116 nfe > >>>>problem > >>>>everything works as it should now. thanks guys for the help. > >>>> > >>>>Sam Fourman Jr. > >>>> > >>>>ps. svn was WAY faster than csup, I think I am going to use svn all > >>>>the time now. > >>>I know that yongari@ knows what the problem is and the solution but he > >>>could not access the internet right now due to relocation to USA. > >>> > >>>It looks he is busy with looking for house and etc... > >>> > >>>regards, > >>>Weongyo Jeong > >>> > >>> > >>> > >>Well, the good news is that r193289 was the only thing keeping my nics > >>from working. I was able to update to current as of today and revert > >>that patch, and everything is working nicely now. So I'll just keep my > >>eye on the commit logs and patch that up by hand whenever I need to > >>update until yongari is able to get situated. > >> > > > >Would you try attached patch and let me know how it goes on your > >box? > > > > > >------------------------------------------------------------------------ > > > >_______________________________________________ > >freebsd-current@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-current > >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > The patch works great, thanks! Thanks for testing. Unfortunately the change requires more testing on various controllers. 88E1116 PHY is commonly found on Yukon Ultra or newer Yukon controllers as well as NVIDIA controllers. Since we are in 8.0-BETA stage changing common PHY code at this time looks dangerous.