Could someone tell me what is the preferred method of having two drivers
communicate with each other?  I know a driver can send an ioctl to another
driver, but since both drivers exist in kernel space, and the kernel is
monolithic, I figured that direct calls from one driver to another is not only
possible but common.

Also, is it possible for one driver to load another driver?  Would that require
kerneld, or is there a more direct procedure?



-- 
Timur Tabi - [EMAIL PROTECTED]
Interactive Silicon - http://www.interactivesi.com

When replying to a mailing-list message, please don't cc: me, because then I'll just 
get two copies of the same message.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to