Re: Question about SCC Ethernet driver
From: Pantelis Antoniou <hidden>
Date: 2006-01-18 07:55:38
On Wednesday 18 January 2006 04:04, Dan Malek wrote:
=20 On Jan 17, 2006, at 8:28 PM, David Tao wrote: =20quoted
Present MPC8260 SCC Ethernet driver supports=A0one 10M Ethernet port fo=
r=20
quoted
SCC1 or SCC2.=20 Not any more. Take a look at drivers/net/fs_enet in the 2.6 kernels. I'm sure Pantelis will have more information when he reads this. =20
The current driver (fs_enet) can handle enets on every SCC. Nobody has tested this configuration yet however.
quoted
1. Is it possible to=A0implement 7 Ethernet ports (3 FCCs and 4 SCCs) o=
n=20
quoted
a MPC8270? I didn't see any hardware restriction on this. Performance=20 may be an issue?=A0=20 Depends what you want to do with the data in the CPU core and the clock speeds you have chosen. The CPM can handle the data traffic on the wires if you run it over 133 MHz.
Your main problem will be dual port RAM conflicts with other peripheral. In theory CPM can handle it.
Thanks. =20 -- Dan =20
Regards Pantelis