Hi all
I need 2 Ethernet network i/f's(SCC1 and SCC2). Looking into
enet.c is seems that this driver can only support one Ethernet SCC
at a time. Is there a version of enet.c that can support both
SCC1 and SCC2 simultaneously?
Joakim
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
From: SangTae Ha <hidden> Date: 2001-06-29 05:34:52
What kind of board are you using? The enet.c and fec.c are enough to handle all possible SCC configurations.
Do you want to SCC1 and SCC2 or SCC1 and FEC(Fast Ethernet Controller)? It's not difficult to use all SCCs as you intended. I have some patches which can be a good reference to do it. Plase contact to me personally.
Redgards,
SangTae Ha
----- Original Message -----
From: "Joakim Tjernlund" <redacted>
To: <redacted>
Sent: Friday, June 29, 2001 7:12 AM
Subject: mpc860 with dual ethernets
Hi all
I need 2 Ethernet network i/f's(SCC1 and SCC2). Looking into
enet.c is seems that this driver can only support one Ethernet SCC
at a time. Is there a version of enet.c that can support both
SCC1 and SCC2 simultaneously?
Joakim
From: Dan Malek <hidden> Date: 2001-06-29 08:36:57
Joakim Tjernlund wrote:
... Is there a version of enet.c that can support both
SCC1 and SCC2 simultaneously?
Yes, I have the patches. I'm travelling and will post them in
a day or so.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
From: SangTae Ha <hidden> Date: 2001-06-29 08:54:14
You support SCC1 and SCC2 only inside the enet.c file? . I had made a file like enet2.c enet3.c something like that. I thought that a SCCx could be one ethernet or other device as well. Could you let me know if you have any comments about it?
Regards,
SangTae Ha
----- Original Message -----
From: "Dan Malek" <redacted>
To: "Joakim Tjernlund" <redacted>
Cc: <redacted>
Sent: Friday, June 29, 2001 5:36 PM
Subject: Re: mpc860 with dual ethernets
Joakim Tjernlund wrote:
quoted
... Is there a version of enet.c that can support both
SCC1 and SCC2 simultaneously?
Yes, I have the patches. I'm travelling and will post them in
a day or so.
-- Dan