Hi, On Apr 9, 2005 8:43 PM, Can Sar <csar@xxxxxxxxxxxx> wrote: > Hi, > > I am building a module that interacts with userspace only through an > IOCTL interface. The module has no physical device associated with it > and does not really have any storage associated with it either. I do, > however, need it to show up in /dev/ and be able to handle IOCTL calls. Do you mean you are not developing a device driver but need to implement something like a system call to comunicate with the userland? Under 2.6.x, we intend to do the same using kobjects which somehow show up in the /sysfs (o some other) filesystems. However, as I have told you, we haven't done it yet and I am actually not the person supposed to write it, therefore I can only tell you that there is a good file in the Documentation directory of 2.6 kernels that describes i. HTH Martin Jambor -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/