What model for device drivers
Posted: Mon Oct 07, 2002 3:25 am
Hello coderz.
I'm just wondering what kind of interface i could give to my driver system. The unix-like (open/close/read/write/ioctl) seems too limitated to support nowadays devices like framebuffered display, streaming audio, etc.
in another sense, i would like to find some way to "clusterize" the drivers in some generic-classes so that the learning curve would be better, but i can't imagine to consider a network card like a block/char device...
http://clicker.sourceforge.net/wspace/d ... evkit.html should give you a few more infos about what's troubling me
any trouble shooter ?
I'm just wondering what kind of interface i could give to my driver system. The unix-like (open/close/read/write/ioctl) seems too limitated to support nowadays devices like framebuffered display, streaming audio, etc.
in another sense, i would like to find some way to "clusterize" the drivers in some generic-classes so that the learning curve would be better, but i can't imagine to consider a network card like a block/char device...
http://clicker.sourceforge.net/wspace/d ... evkit.html should give you a few more infos about what's troubling me
any trouble shooter ?