
23 Jun
2010
23 Jun
'10
1:57 p.m.
Hi Wolfgang,
On 22.06.2010 22:14, Wolfgang Denk wrote:
Entry to MAINTAINERS missing.
Should I add you as a maintainer or myself?
You did the actual work...
but I fear I won't be able to maintain it... I don't have much free time to spend now...
- return pci_eth_init(bis);
My understanding is that pci_eth_init() and board_eth_init() return the number of NIC's found - should that number not include the number of successfully initialized TSECs?
Ok. I get your point. Actually, as for now code in net/eth.c just checks board_eth_init() value to be negative or not so there is no difference between different non-negative values. But I'll do it like Ben asked.
Regards, Ilya.