From owner-freebsd-current@FreeBSD.ORG Sat Oct 6 02:00:15 2007 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 560D016A418 for ; Sat, 6 Oct 2007 02:00:15 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id E3DBB13C459 for ; Sat, 6 Oct 2007 02:00:14 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so673671ugf for ; Fri, 05 Oct 2007 19:00:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=nMUrx914C/14bPn0u/1bb71FIJ2YGXBIcMOdp26SmEs=; b=lmIHzGjkdyGmtYY9XzLdwDEeV7sRZs1+H9kB5u4riFc38crHnTwjpreFqva+UIdgx6wWjtIXT+pdC9fiCMlbL5Qvq/AB50zLTGkdMGH4+IYtB6SM41vpIdowqmDrvaOmAodqZqPl0Ze1qhKSIbjRftDXr0eSMOW0ch4sUZKLslE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wyia3Gh+aKhSwvEVQeGRgghN7mZmNRll49idO8SU06e12JSmE3i7G/qKcHMrAo3iyXwZvmU0q38NhSlJwUXe7xQOQdoL8YvaqisPh5biVEATsHapvUjhVkYhKRMrg2DoeN5t9yJEMu4rFuZ1WA7/xUSiC1HEKWGSLSaIBIQ26aQ= Received: by 10.67.29.20 with SMTP id g20mr3930979ugj.1191636013522; Fri, 05 Oct 2007 19:00:13 -0700 (PDT) Received: by 10.67.20.1 with HTTP; Fri, 5 Oct 2007 19:00:13 -0700 (PDT) Message-ID: <3aaaa3a0710051900m5ececabcpfd28c7e5e391f7e7@mail.gmail.com> Date: Sat, 6 Oct 2007 03:00:13 +0100 From: Chris To: pyunyh@gmail.com In-Reply-To: <20071004013622.GD30781@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071004013622.GD30781@cdnetworks.co.kr> Cc: freebsd-current@freebsd.org Subject: Re: CFT: msk(4)/nfe(4) with 88E1116 PHY X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 02:00:15 -0000 On 04/10/2007, Pyun YongHyeon wrote: > Hi, > > There had been several complaints that nfe(4) with 88E1116 PHY > doesn't work. The attached patch may fix it by taking the PHY > out of powerdown mode. Because I know that some revisions works > well without any patch I'd like to know whether attached patch > have any effects for those hardwares that had been working > correctly. I think both msk(4) and nfe(4) would be affacted by > the patch so if you're using one of these hardwares please give > it spin and let me know the result. > > Thanks. > -- > Regards, > Pyun YongHyeon > > _______________________________________________ > 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" > > Pyun I am using Marvell 88E1116 Gigabit PHY but have had no stability problems with the unpatched driver in 6-STABLE. Chris