> Hello.
>
> If we have a character device driver with and more than one
> open handles for it, can read() and ioctl() choose which one
> is used?
No. This is not how the BSD driver model works; you should create
multiple instances of the driver if you need multiple discrete opens.
--
\\ Give a man a fish, and you feed him for a day. \\ Mike Smith
\\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime. \\ [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message