Cyril Wallois wrote:
> Hi Jan,
> 
> How can I "integrate" the driver in the Rtnet project, shall I send you the
> source of the driver or send you a patch of my rtnet folder ?

A patch against rtnet.git head that includes the required changes to
configure.ac, GNUMakefile.am, and Kconfig would be perfect. Do not
include the diffs that result from running autogen.sh, the are normally
too large when our autotools versions do not match.

Another wish: You seem to indent added lines via 4 spaces while the
original code uses tabs. Please use tabs as well to make this consistent.

> 
> I have a oops when I load and unload several times rtnet, MAybe I don't
> corretly free the ressources, Any Idea?

Maybe it's due to releasing the IRQ (rtdm_irq_free) before shutting down
the hardware? Or is the interrupt already disablable before you call
dm9000_shutdown? If not, I bet the crash will point to some IRQ code.

> 
> How are defined priorities on messages in case of multiple packet per slot
> (in application or RTnet).

Have a look at RTNET_RTIOC_XMITPARAMS.

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to