> I got the impression that newbus would make it easier to make kernel
> modules out of things.  What in general does it take to make something
> into a kld?  I'm thinking of pcm for example.  

In general all it takes is a good look at de-allocation of the resources
it allocates. Another point with some hardware is that you need to
deinitialise it and make it shut up / no longer produce interrupts.

Also the encapsulation of the driver into a MODULE needs to be done,
which should be fairly trivial or already done.

Be reminded that you cannot detach from all the busses, like for example
ISA.

Nick
--
[EMAIL PROTECTED]
[EMAIL PROTECTED]                                          USB project
http://www.etla.net/~n_hibma/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to