l4-hurd
[Top][All Lists]
Advanced

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

Re: Questions about the device driver framework


From: Vittore Scolari
Subject: Re: Questions about the device driver framework
Date: Tue, 18 Jan 2005 23:44:33 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804

Daniel Wagner wrote:

A virtual driver is a driver which is on top of a real driver.  The
virtual driver is port of the operating system and forwards all
request to the real driver.  The virtual driver has an access control
list which is OS dependend of course.  The real driver then has only
to trust one thread, the virtual driver.

I have some questions:
Why there is the need for a virtual driver?
Can't deva, which is OS dependent, trust access to drivers?

Also,
Does all drivers trust each other?
How a bus driver serve and trust device drivers?


Vittore




reply via email to

[Prev in Thread] Current Thread [Next in Thread]