In message <[EMAIL PROTECTED]> David Rufino writes:
: I'm writing a character device driver in which each minor device can be
: opened more than once.  When a device is opened is there a way to associate
: some private data for each opened instance ? Thanks.

No.  You only get one close call and in the kernel all instances of a
minor device are treated identically.

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to