This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

DM9000 ethernet drivers


All,
I am trying to get DM9000 ethernet drivers from
MSalter with extensions by Stefan Rosinger to
work on my hardware. I am not able to find the
call to MACRO
NETDEVTAB_ENTRY(DRV_netdev,
	                "DRV",
	                DRV_HRDWR_init,
	                &DRV_sc);
That would create an entry in the dev table for
this device and also a call to MACRO
ETH_DRV_SC(DRV_sc,
	           0,             // No driver specific
data needed
	           "eth0",        // Name for this
interface
	           HRDWR_start,
	           HRDWR_stop,
	           HRDWR_control,
	           HRDWR_can_send
	           HRDWR_send,
	           HRDWR_recv);

that will setup the function calls.
I am looking at dm900_drv.c and dm9000_info.h

Is there anyother file that I should be looking
at? 
Or is this process of translation to specific
device gets done in some fashion that I don't
need to worry about.
Thanks
B


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]