locking in a device driver

Dinesh Nair dinesh at alphaque.com
Wed Nov 2 13:44:43 PST 2005



On 11/03/05 05:15 Scott Long said the following:
> before the ioctl call runs.  But it does work.  Look at the aac(4)
> driver for my example of this.

i will, it sounds like a good solution.

> The other option is to use rfork, aka 'linuxthreads' to similate threads

i could try with linuxthreads, but some calls which are not threadsafe may 
be made by the userland app.

-- 
Regards,                           /\_/\   "All dogs go to heaven."
dinesh at alphaque.com                (0 0)    http://www.alphaque.com/
+==========================----oOO--(_)--OOo----==========================+
| for a in past present future; do                                        |
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done                                                              |
+=========================================================================+


More information about the freebsd-hackers mailing list