How can I unload/load modules that complied inside the kernel?
Olivier Nicole
Olivier.Nicole at cs.ait.ac.th
Wed May 29 10:55:09 UTC 2013
> [root at h-qa-033 ~]# uname -a
> FreeBSD h-qa-033 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue May 28 11:26:45 IDT 2013 root at h-qa-033:/usr/obj/lab/odeds/freebsd/9.1.0/sys/MYKERNEL amd64
>
> OFED and IB support are compiled in kernel.
>
>
> 1. How can I unload/load modules that complied inside the kernel?
kldload and kldunload should be what you are looking for.
Olivier
More information about the freebsd-questions
mailing list