ndisgen(8) produces from W32DRIVER.SYS a module called W32DRIVER_SYS.ko

and not W32DRIVER.ko
This commit is contained in:
Marc Fonvieille 2010-08-22 13:10:26 +00:00
parent e7ff2eff55
commit a6a7f5dfa4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36302

View file

@ -950,7 +950,7 @@ linuxemu/chapter.sgml -->
produce a kernel module in the current directory which can
be loaded as follows:</para>
<screen>&prompt.root; <userinput>kldload <replaceable>./W32DRIVER.ko</replaceable></userinput></screen>
<screen>&prompt.root; <userinput>kldload <replaceable>./W32DRIVER_SYS.ko</replaceable></userinput></screen>
<para>In addition to the generated kernel module, you must
load the <filename>ndis.ko</filename> and
@ -983,12 +983,12 @@ ndis0: 11g rates: 6Mbps 9Mbps 12Mbps 18Mbps 36Mbps 48Mbps 54Mbps</screen>
<para>You can configure the system to load the NDIS modules at
boot time in the same way as with any other module. First,
copy the generated module,
<filename>W32DRIVER.ko</filename>, to the <filename
<filename>W32DRIVER_SYS.ko</filename>, to the <filename
class="directory">/boot/modules</filename> directory. Then,
add the following line to
<filename>/boot/loader.conf</filename>:</para>
<programlisting>W32DRIVER_load="YES"</programlisting>
<programlisting>W32DRIVER_SYS_load="YES"</programlisting>
</sect3>
</sect2>