All Applied micro boards are failing with current mainline kernel

Josh Boyer jwboyer at gmail.com
Tue Nov 2 02:39:47 EST 2010


On Mon, Nov 1, 2010 at 11:36 AM, Stephen Rothwell <sfr at canb.auug.org.au> wrote:
> Hi Josh,
>
> On Mon, 1 Nov 2010 11:05:53 -0400 Josh Boyer <jwboyer at gmail.com> wrote:
>>
>> A few hints would be appreciated.
>
> Remove the call to netif_stop_queue() from emac_probe().  Apparently,
> calling this before register_netdev() is now wrong (maybe always was).

Yeah, I just discovered that myself.  I'm wondering

1) why we do that in that function?
2) If it needs to be removed entirely, or moved to after the
register_netdev call
3) If the call to netif_carrier_off also needs similar attention.

I can whip up a patch to remove those calls or move them after the
register, but I don't want to do that without knowing which one is
"right".

josh


More information about the Linuxppc-dev mailing list