Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSecond ethernet port
I have a custom board with two 91c111 ethernet ports. uClinux recognizes the first port as eth0, but can't find eth1. I've tried the usual kernel parameters to autoprobe the second port, bu...
Altera_Forum
Honored Contributor
21 years agoHi Scott,
Thanks for all the help. I'll check out u_boot. Finally got everything tested, and BTW, the kernel recognized both ports once I got the arrays initialized with the correct values. The base addresses were offset by 0x80000000, I'm guessing to activate the cache bypass. Do you happen to know where the variables na_enet and na_enet_irq get initialized? I'm grepping through the source now. -Gary