From owner-freebsd-net@FreeBSD.ORG Sat Aug 1 01:27:48 2009 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FD74106564A for ; Sat, 1 Aug 2009 01:27:48 +0000 (UTC) (envelope-from davidch@broadcom.com) Received: from MMS3.broadcom.com (mms3.broadcom.com [216.31.210.19]) by mx1.freebsd.org (Postfix) with ESMTP id 3B5AA8FC0C for ; Sat, 1 Aug 2009 01:27:48 +0000 (UTC) (envelope-from davidch@broadcom.com) Received: from [10.9.200.133] by MMS3.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.3.2)); Fri, 31 Jul 2009 18:25:22 -0700 X-Server-Uuid: B55A25B1-5D7D-41F8-BC53-C57E7AD3C201 Received: from IRVEXCHCCR01.corp.ad.broadcom.com ([10.252.49.30]) by IRVEXCHHUB02.corp.ad.broadcom.com ([10.9.200.133]) with mapi; Fri, 31 Jul 2009 18:26:47 -0700 From: "David Christensen" To: "Steven Hartland" , DutchDaemon , "freebsd-net@FreeBSD.org" Date: Fri, 31 Jul 2009 18:25:20 -0700 Thread-Topic: kern/134658: [bce] bce driver fails on PowerEdge m610 blade. Thread-Index: AcoRUo5CQPkIpUjzRCej3BbFpgYSVQA89uOA Message-ID: <5D267A3F22FD854F8F48B3D2B523819339EC2B524E@IRVEXCHCCR01.corp.ad.broadcom.com> References: <200906011450.n51Eo3Wp095320@freefall.freebsd.org> <5CC0D128FDDD4BFBA815E2D8D388B2DF@multiplay.co.uk> In-Reply-To: <5CC0D128FDDD4BFBA815E2D8D388B2DF@multiplay.co.uk> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-WSS-ID: 666D460860061937978-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: Subject: RE: kern/134658: [bce] bce driver fails on PowerEdge m610 blade. 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: Sat, 01 Aug 2009 01:27:48 -0000 > Anyone point me in the right direction on how to add the phy=20 > to support these machine? >=20 > Seems like its just a matter of adding the PHY details to=20 > miidevs but how do I find out the specifics of that? Sorry, this is the 5709S and I haven't had an opportunity to implement this PHY yet. Unfortunately it's more than just a change to miidevs since the SerDes is actually an IEEE clause 45 compliant device (instead of the more common Clause 22=20 devices found in 1GbE controllers). The registers are=20 diffrerent so the effort is more substantial. No estimate yet on when I can get to it. =20 Dave