'm working on an embedded server project.Do i need to enable ethernet controller manually, or is it configured automatically when i configure the settings in netconfig?
Gautam,
Along with netconfig, you should include EMAC header file and C source file in project and should call init_ethernet() function to initialise ethernet controller settings.
:)
i did use that but compiler returned me a warning bt declaring init_ethernet() implicitly..should i config the Ethernet the old school way? :)