> Is there any kernel config option that can be used to link a driver to the
> kernel dynamically (LKM) instead of statically?  

LKM's are out-dated.  We now have the 2nd generation KLD (Kernel Loader)
modules.

> Of course, if anyone has any links or info on how to write a driver
> period, I'd like to know.

    /usr/share/examples/kld/*


> It seems like the best method to write, test, and debug a new driver would
> be to use lkm's, since you could just use kldload() and kldunload() to
> test the driver-in-progress instead of just rebooting.

Yes.
 
-- 
-- David    ([EMAIL PROTECTED])


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

Reply via email to