FreeBSD 9.1: HowTo Load a Kernel Module
In FreeBSD 9.1, you can load a kernel module using the kldload command. Here’s the basic syntax to load a kernel module: kldload <module-name> For example, to load the if_bge module, use the following command: kldload if_bge Once the module is loaded, you can use the kldstat command to verify that the module is loaded: … Read more