From owner-freebsd-net@FreeBSD.ORG Wed Oct 28 03:34:12 2009 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFA91106566C for ; Wed, 28 Oct 2009 03:34:12 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from tomjudge.vm.bytemark.co.uk (tomjudge.vm.bytemark.co.uk [80.68.91.100]) by mx1.freebsd.org (Postfix) with ESMTP id AC0E58FC1B for ; Wed, 28 Oct 2009 03:34:12 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id AFC4248A7D; Wed, 28 Oct 2009 03:34:11 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at tomjudge.vm.bytemark.co.uk Received: from tomjudge.vm.bytemark.co.uk ([127.0.0.1]) by localhost (tomjudge.vm.bytemark.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IV078jH4JqKS; Wed, 28 Oct 2009 03:34:06 +0000 (GMT) Received: from rita.nodomain (unknown [192.168.205.6]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id 9162748A7C; Wed, 28 Oct 2009 03:34:05 +0000 (GMT) Message-ID: <4AE7BB7B.5060503@tomjudge.com> Date: Wed, 28 Oct 2009 03:33:15 +0000 From: Tom Judge User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: Steven Hartland References: <4AE72910.8090708@tomjudge.com><4AE753E4.6050205@tomjudge.com><20091028024916.2507b92d.stas@deglitch.com> <20091028031819.c965c22d.stas@deglitch.com> <43816B76DBB041EDBFFD09C5089B7F75@multiplay.co.uk> In-Reply-To: <43816B76DBB041EDBFFD09C5089B7F75@multiplay.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: David Christensen , Stanislav Sedov , net@freebsd.org Subject: Re: bce(4) BCM5907 CTX write errors on 7.2 driver X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2009 03:34:13 -0000 Steven Hartland wrote: > > On Tue, 27 Oct 2009 23:02:09 -0000 > "Steven Hartland" mentioned: > >> If I understand the PR comments right, the code to support this PHY >> should be present in 8.0. So you can start by trying out 8.0-RC1 >> ISO image (or USB stick image, fwiw). > > Just tried 8.0RC2 no go, PHY still not supported :( > Looking though the mii code it seems the SerDes PHY support was moved into the brgphy code in 2007. This driver however only seems to support the 5708S PHY and not the 5709. Maybe David can shed some light on the support for this. Tom