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 gmz,
> What do I need to do to get uClinux to find the second port? Take a look at drivers/net/smc91111.c. At a minimum, it looks like you'll have to add an entry to smc_portlist[] and smc_irqlist[] (both are NULL-terminated lists). The smc_portlist[] is used during the initial scan in the driver init routine. Regards, --Scott