From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Subject: Re: tg3 and Broadcom PHY driver Date: Mon, 28 Sep 2009 22:53:15 +0200 Message-ID: <4AC1223B.8070903@embedded-sol.com> References: <4ABE8862.3060308@embedded-sol.com> <20090928205226.GB12652@xw6200.broadcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "netdev@vger.kernel.org" To: Matt Carlson Return-path: Received: from vega.surpasshosting.com ([72.29.83.9]:34937 "EHLO vega.surpasshosting.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753235AbZI1UxP (ORCPT ); Mon, 28 Sep 2009 16:53:15 -0400 In-Reply-To: <20090928205226.GB12652@xw6200.broadcom.net> Sender: netdev-owner@vger.kernel.org List-ID: Hi, Matt Matt Carlson wrote: > On Sat, Sep 26, 2009 at 02:32:18PM -0700, Felix Radensky wrote: > >> Hi, >> >> I've noticed that in linux-2.6.31 I have to make tg3 driver modular, due to >> its dependency on Broadcom PHY driver. If both tg3 and PHY driver are >> compiled into the kernel, tg3 fails to detect a PHY, apparently because PHY >> driver is loaded later. I'm using BCM57760 on embedded powerpc platform >> (MPC8536). >> >> How can I make tg3 work when it's compiled into the kernel ? >> >> Thanks. >> > > Is the broadcom module also compiled into the kernel? > > Yes.