Re: [Xenomai-core] nucleus/pipe.c patch: check for lingering close at xnpipe_connect()

2009-09-11 Thread Philippe Gerum
On Thu, 2009-09-10 at 12:49 -0400, Andreas Glatz wrote: Hi, Whenever possible, please post patches inline (I had to manually copy it to allow commenting). Sure, no problem. You cannot bluntly call release() here. You may not run in Linux context while that handler demands

[Xenomai-core] RTIPC protocol driver set

2009-09-11 Thread Philippe Gerum
In the wake of a recent discussion about Xenomai 3, the requirement to find a substitute for the native message pipes interface (i.e. RT_PIPE) was pointed out. The real-time side of this new interface would have to be available from kernel space to RTDM drivers as well, so that people adopting a

Re: [Xenomai-core] [PATCH] rtcan: Add support for CAN PCI cards from ESD

2009-09-11 Thread Wolfgang Grandegger
Sebastian Smolorz wrote: This patch adds support for SJA1000 based PCI CAN interface cards from electronic system design gmbh. The following list of boards are supported: CAN-PCI/200 (tested) CAN-PCI/266 CAN-PMC266 CAN-PCIe/2000 CAN-CPCI/200 CAN-PCI104 The patch is based on the

Re: [Xenomai-core] [PATCH] rtcan: Add support for CAN PCI cards from ESD

2009-09-11 Thread Philippe Gerum
On Tue, 2009-09-08 at 16:39 +0200, Sebastian Smolorz wrote: This patch adds support for SJA1000 based PCI CAN interface cards from electronic system design gmbh. The following list of boards are supported: CAN-PCI/200 (tested) CAN-PCI/266 CAN-PMC266 CAN-PCIe/2000 CAN-CPCI/200

Re: [Xenomai-core] [Xenomai-help] RTIPC protocol driver set

2009-09-11 Thread Philippe Gerum
On Fri, 2009-09-11 at 17:25 +0200, Philippe Gerum wrote: * IDDP stands for intra-domain datagram protocol, i.e. a Xenomai-to-Xenomai real-time datagram channel. This protocol may not be as flexible as POSIX message queues (does not support message priority but does out-of-bound sending though)