Re: [PATCH 2/2][Rev4] fs_enet: add MPC5121 FEC support

2008-06-20 Thread Scott Wood
John Rigby wrote: + select PPC_CPM_NEW_BINDING if PPC_MPC512x Don't bother with this. It's always selected on arch/powerpc -- and now that arch/ppc is gone, there are patches floating around to remove the ifdefs. -Scott ___ Linuxppc-dev ma

[PATCH 2/2][Rev4] fs_enet: add MPC5121 FEC support

2008-06-20 Thread John Rigby
Add support for MPC512x to fs_enet driver MPC5121 has an FEC core that is nearly identical to the FEC in 8xx. The only problem is that the registers locations have been shuffled. Because of this shuffling of registers, one needs a different structure to describe the 5121 FEC. This is not a huge