Mike Smith wrote:
> 
> > 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.

ENOCLONE?  ;^)

-- 
            "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                         Softweyr LLC
[EMAIL PROTECTED]                                           http://softweyr.com/


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

Reply via email to