* [Xenomai-core] Xenomai v2.1-rc3 @ 2006-02-20 19:08 Philippe Gerum 2006-02-21 10:30 ` [Xenomai-help] Open a RTDM device driver with standard open() Alessio Igor Bogani 0 siblings, 1 reply; 3+ messages in thread From: Philippe Gerum @ 2006-02-20 19:08 UTC (permalink / raw) To: xenomai Here is -rc3, the dust is settling down now. For this release, we have been working on the following issues: o Generic 64-bit arithmetic support [Gilles] o More powerpc 32/64 merging [Heikki] o Native API updates [Jan, Gilles, me] o POSIX API updates [Gilles] o RTDM updates [Jan] o Blackfin port upgraded to uClinux 2005R4-RC2 [me] o 2.4 fixes for both ppc and x86 [Wolfgang, me] o Adeos updates for x86, ia64 and ARM See the ChangeLog for details as usual. Two patches remain to be merged before -final, namely: o Dmitry's shared IRQ support. o Gilles's scalable timers extension. After that, and the usual set of last minute "can't live without this one" fixes, v2.1 should be ready for prime time. http://download.gna.org/xenomai/testing/xenomai-2.1-rc3.tar.bz2 -- Philippe. ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Xenomai-help] Open a RTDM device driver with standard open() 2006-02-20 19:08 [Xenomai-core] Xenomai v2.1-rc3 Philippe Gerum @ 2006-02-21 10:30 ` Alessio Igor Bogani 2006-02-21 10:44 ` Jan Kiszka 0 siblings, 1 reply; 3+ messages in thread From: Alessio Igor Bogani @ 2006-02-21 10:30 UTC (permalink / raw) To: xenomai Hi All, Hi Jan, Apologize for my (very) bad english. I have a doubt about RTDM: Is it possible open a rtdm device driver with a open() standard syscall (without rt_dev_open())? I already tried but open() return always -1 :-( Obviously rt_dev_open() works perfectly. Thanks you. Regards, Alessio Igor Bogani ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-help] Open a RTDM device driver with standard open() 2006-02-21 10:30 ` [Xenomai-help] Open a RTDM device driver with standard open() Alessio Igor Bogani @ 2006-02-21 10:44 ` Jan Kiszka 0 siblings, 0 replies; 3+ messages in thread From: Jan Kiszka @ 2006-02-21 10:44 UTC (permalink / raw) To: Alessio Igor Bogani; +Cc: xenomai [-- Attachment #1: Type: text/plain, Size: 579 bytes --] Alessio Igor Bogani wrote: > Hi All, Hi Jan, > > Apologize for my (very) bad english. > > I have a doubt about RTDM: > Is it possible open a rtdm device driver with a open() standard syscall > (without rt_dev_open())? I already tried but open() return always -1 :-( > Obviously rt_dev_open() works perfectly. Yes and no: When using the POSIX skin standard open is mapped to RTDM open via the RTDM syscall (but also to standard open in case RTDM does not know the device). But there is no hook in the Linux open syscall to redirect RTDM open requests. Jan [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 250 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-02-21 10:44 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-02-20 19:08 [Xenomai-core] Xenomai v2.1-rc3 Philippe Gerum 2006-02-21 10:30 ` [Xenomai-help] Open a RTDM device driver with standard open() Alessio Igor Bogani 2006-02-21 10:44 ` Jan Kiszka
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.