[Xenomai-core] Re: [PATCH] add virtual CAN bus driver

2006-09-03 Thread Wolfgang Grandegger
Hi Jan, Jan Kiszka wrote: For review: Here comes a tiny but fairly useful new CAN driver: a virtual CAN bus consisting of 2..n devices (see module parameter). Transmission takes places from the sender to all other devices on the bus, just like in real life. This driver was already helpful for

[Xenomai-core] Re: [PATCH] refactor and enhance rtcanrecv/send

2006-09-03 Thread Wolfgang Grandegger
Hi Jan, Jan Kiszka wrote: For review: This patch folds the rt-threads of rtcanrecv/send into the main thread, assigns unique thread names, and lowers the priorities to some less critical level. Furthermore, rtcanrecv is enhanced by a printout of the CAN device and support for listening on all

Re: [Xenomai-core] [PATCH] RTCAN bug fix

2006-09-03 Thread Jan Kiszka
Wolfgang Grandegger wrote: Hello, attached is a patch changing: * ksrc/drivers/can/rtcan_dev.c (rtcan_dev_register): Bug fixed when maximum number of devices is exeeded. Applied. BTW, a similar bug is present in RTnet as well. Yep, fixed there as well. Thanks. All pending CAN