From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xes-mad.com (xes-mad.com [216.165.139.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E90B7DDF0F for ; Thu, 3 Jul 2008 08:53:14 +1000 (EST) Subject: gianfar in SGMII mode From: Nate Case To: Kumar Gala Content-Type: text/plain Date: Wed, 02 Jul 2008 17:53:06 -0500 Message-Id: <1215039186.7559.548.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Kumar, I'm looking at gfar_configure_serdes() and I'm at a loss as to why this is always called when the MAC is in SGMII mode. It looks like it assumes the use of TBI for some reason. On my board it's just a regular SGMII interface to a bcm5482 PHY in SGMII mode, so there is no TBI involved. I'm guessing this is a case of the driver making incorrect assumptions based on the existing Freescale boards. Or am I missing something here? -- Nate Case