HI Wolfgang ,

yes it works when include four symbols in ppc_ksyms.c it works  fine ,
except one consistent_alloc symbol , as it was not delclared in any *.h
file , i declared it in commproc.h , it works fine now , now no more
unresolved symbols
when i insmod rt_mpc8xx_enet.o it says device or resource busy ?
rtdev->irq = CPM_IRQ_OFFSET + CPMVEC_ENET;
i get CPM_IRQ_OFFSET as undeclared where is this defined ?

and onemore chnage i did to code is
earlier it was SET_MODULE_OWNER(rtdev);
made as RTNET_SET_MODULE_OWNER(rtdev);
i got it compiled . but when i insmod i get the device or resource busy ,
its not even entering the module ,

the sequence of insmod are as follows
/sbin/insmod rtai.o
/sbin/insmod rt_mem_rt_mgr.o
/sbin/insmod rtai_fifos.o
/sbin/insmod rtai_shm.o
/sbin/insmod rtai_sched.o

for rtnet part
/sbin/insmod rtai_rtdm.o
/sbin/insmod rtnet.o
/sbin/insmod rt_mpc8xx_enet.o
thorows device or reosurce busy
is it that i am missing some parameters for module , or irq number ?

tahnks in advance
Neelu






-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to