Re: locking in a device driver
From: Dinesh Nair (dinesh_at_alphaque.com)
Date: 11/02/05
- Previous message: Dinesh Nair: "Re: locking in a device driver"
- In reply to: Scott Long: "Re: locking in a device driver"
- Next in thread: M. Warner Losh: "Re: locking in a device driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 03 Nov 2005 05:44:23 +0800 To: Scott Long <scottl@samsco.org>
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@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 | +=========================================================================+ _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Dinesh Nair: "Re: locking in a device driver"
- In reply to: Scott Long: "Re: locking in a device driver"
- Next in thread: M. Warner Losh: "Re: locking in a device driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|