DragonFly kernel List (threaded) for 2007-12
DragonFly BSD
DragonFly kernel List (threaded) for 2007-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Devices related notifications from kernel to userspace


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Dec 2007 11:46:31 -0800 (PST)

    We have a registration infrastructure via make_dev(), but it isn't tied
    into anything.  A devfs backend could use it to construct most of the
    device space.  I'm not sure how pertainant it is but I figured I'd throw
    it in to the pile.

    We definitely don't want to import FreeBSD's myrid locking mechanisms,
    but they shouldn't be too hard to port to ours.  The easiest solution
    is probably to just use lockmgr locks which are fairly well streamlined
    in DragonFly despite being heavy weight.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]