On Sun, 16 Nov 2003 [EMAIL PROTECTED] wrote:

> It looks like the kldload system call takes the name of the module you
> give it, like "ums", and just tacks on ".ko" and searches
>  in whatever the default paths are for kernel modules until it finds
> ums.ko.  Peachy.
>
>   But what about if you built your kernel and modules with debugging
> symbols added in?  When you install the new kernel, all the files have
> ".debug" tacked on to the end.  This seems to kill autoloading.  The
> most recent change to moused makes it incompatible with ums.ko.debug,
> too.

If you give a specific path to a module then it will load that module.


-- 
Doug White                    |  FreeBSD: The Power to Serve
[EMAIL PROTECTED]          |  www.FreeBSD.org
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to