Hi,
I am developing BSP for MIPS based platform. I need to enable CETK which in
turn demands a fully functional Ethernet port. For this purpose I need to
bring up my on-board Ethernet port which is neither PCI based nor ISA based.
It is mapped through IO controller.
I added Ne2000-compatible driver from drivers->Networking->LAN devices from
Catalog and set the environment variable 'BSP_ICS' in my platform settings.
Since the registry entries corresponding to this driver have been added in
platform.reg, I expected the driver to be loaded at boot-up. But I am not
able to see any debug string on console which were given in
Ne2000Initialize() function of the driver nor am I able to see the
corresponding dll loaded among system modules loaded.
There are couple of doubts I have:
1.. Is there something else to be done which I am missing? Some registry
entries or environment variables?
2.. Since this Ne2000-compatible is PCI based and my Ethernet port is not
a PCI-based one, is it that it does not load the driver at all because of
this reason?