Re: Sharing device driver between kernel and user space

2011-09-21 Thread Ivan Voras
On 21/09/2011 08:05, geoffrey levand wrote: > I think you misunderstood what i need. If i got it right then cuse4bsd allows > user applications to create char devices, right ? > I do not want to create character devices from user space. My VUART kernel > module should provide the character device

Re: Sharing device driver between kernel and user space

2011-09-21 Thread Hans Petter Selasky
On Wednesday 21 September 2011 08:05:25 geoffrey levand wrote: > I think you misunderstood what i need. If i got it right then cuse4bsd > allows user applications to create char devices, right ? I do not want to > create character devices from user space. My VUART kernel module should > provide the

Re: Sharing device driver between kernel and user space

2011-09-20 Thread Hans Petter Selasky
On Tuesday 20 September 2011 20:35:57 geoffrey levand wrote: > Currently i'm developing VUART device drivers for PS3 architecture. VUART > is bi-directional FIFO queue between 2 logical partitions on PS3. I want > to use the device in the kernel and user space. During system boot PS3 > system has t