From: Jan Kiszka <jan.kiszka@domain.hid>
To: Wolfgang Grandegger <wg@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] Re: [Xenomai-help] RT-Socket-CAN update, please read
Date: Fri, 24 Nov 2006 15:35:43 +0100 [thread overview]
Message-ID: <4567033F.1090206@domain.hid> (raw)
In-Reply-To: <4566F619.9060403@domain.hid>
[-- Attachment #1: Type: text/plain, Size: 2388 bytes --]
Hi Wolfgang,
some more comments after looking at code and running a compiler:
...
> * ksrc/drivers/can/rtcan_raw.c,
> ksrc/drivers/can/sja1000/rtcan_sja1000.c,
> ksrc/drivers/can/mscan/rtcan_mscan.c: timestamps are now read and
> copied in rtcan_recv() and rtcan_tx_loopbcak().
...thus multiple times in the same IRQ context if there are multiple
packets pending. Do we gain enough from the new design that helps to
compensate the drawback (considering slow rtdm_clock_read()
implementations)? Moreover, we may see a feature one day that the RTDM
layer will provide you timestamps for an IRQ event (e.g. when the
handler will be running at higher latency as a thread).
...
>
> * ksrc/drivers/can/mscan/Kconfig, ksrc/drivers/can/sja1000/Kconfig,
> ksrc/drivers/can/Kconfig: add more help for kernel parameters.
Suggestion: N x "depends on XYZ" => 1 x "if XZY != n ... endif"
...
> * ksrc/drivers/can/sja1000/rtcan_sja1000.c,
> ksrc/drivers/can/sja1000/rtcan_isa.c,
> ksrc/drivers/can/sja1000/rtcan_mem.c,
> ksrc/drivers/can/sja1000/rtcan_peak_pci.c,
> ksrc/drivers/can/sja1000/rtcan_peak_dng.c: Remove rtcan_dev_free()
> from rtcan_sja1000_unregister() to allow proper cleanup after the
> device has been unregistered.
[2.4.33 build for x86]
rtcan_peak_dng.c: In function `rtcan_peak_dng_exit_one':
rtcan_peak_dng.c:315: warning: implicit declaration of function
`rtcan_free_dev'
[Not related to this change]
In order to use the parport dongle also with recent PnP ports (e.g. in
notebooks), you may want to have a look at the code I added to irqbench
for this purpose:
http://www.rts.uni-hannover.de/xenomai/lxr/source/ksrc/drivers/testing/irqbench.c?v=SVN-trunk#496
The background is that once you unload the parport module, the port will
be powered off.
...
> * src/drivers/Makefile, ksrc/drivers/can/*, scripts/Modules.frag,
> src/utils/can/README: Replace "rtcan" with "can" in macro definitions
> CONFIG_XENO_DRIVERS_RTCAN_* and module names xeno_rtcan_* to comply to
> the common naming scheme.
Hmm, wouldn't shortening some file names also make sense then?
Jan
PS: 2.4 help patching and updating work nicely for me - except for
choices which is obviously a 2.4 bug. I saw that the kernel then
sometimes stuffs all information into the first item. Maybe scriptable
for Xenomai... :->
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
next prev parent reply other threads:[~2006-11-24 14:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-24 13:39 [Xenomai-help] RT-Socket-CAN update, please read Wolfgang Grandegger
2006-11-24 13:52 ` Jan Kiszka
2006-11-24 15:00 ` Wolfgang Grandegger
2006-11-24 14:35 ` Jan Kiszka [this message]
2006-11-24 15:13 ` [Xenomai-core] " Wolfgang Grandegger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4567033F.1090206@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=wg@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.