3c509 network card initialization
shanehelms at eircom.net
shanehelms at eircom.net
Thu Dec 19 22:12:59 UTC 2002
According to the following code in confdefs.h, network cards are not
included in the device_drivers table.
So where do they exactly get initialized ? and why are they _not_ included
in this table ? is this table for a specific type of devices, or can any
device be included here ?
------------- code from confdefs.h file ------------------
#ifdef CONFIGURE_INIT
rtems_driver_address_table Device_drivers[] = {
#ifdef CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
CONSOLE_DRIVER_TABLE_ENTRY,
#endif
#ifdef CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
CLOCK_DRIVER_TABLE_ENTRY,
#endif
#ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
STUB_DRIVER_TABLE_ENTRY,
#endif
NULL_DRIVER_TABLE_ENTRY
};
#endif
-------------------------------------------------------------------
thanks,
Shane
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
More information about the users
mailing list