Subject: Re: device driver / LKM
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Oleg Polyanski <luke@eed.miee.ru>
List: tech-kern
Date: 02/06/2000 00:39:06
>>>>> "MB" == Manuel Bouyer writes:

 >> As a school project i intend to do a Network Serial driver, on Net BSD.
 >> 
 >> For ease of use and development i would like to do it as a module.
 >> 
 >> There is very little doc about LKM, and I've noticed that doing that
 >> (device driver, probe, attachement...) was on the TO_DO list of the LKM
 >> devlopement.

 MB> Yes, I don't think it's possible to load a device driver as a module
 MB> yet.

        It is. For example, production of Opensound is a  bunch of sound card
        drivers implemented as LKM. Sound core is LKM too.