diff options
Diffstat (limited to 'zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml')
-rw-r--r-- | zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml b/zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml index 63dfe60b0d..c69fa3cc7e 100644 --- a/zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml +++ b/zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml @@ -2,7 +2,7 @@ The FreeBSD Documentation Project The FreeBSD Chinese Documentation Project - Original Revision: 1.186 + Original Revision: 1.190 $FreeBSD$ --> @@ -205,9 +205,9 @@ ath_hal(4) - Atheros Hardware Access Layer (HAL)</programlisting> 在这个设备的手册页中有以下信息:</para> <programlisting>Alternatively, to load the driver as a module at boot time, place the - following line in &man.loader.conf.5: +following line in &man.loader.conf.5: - if_ath_load="YES"</programlisting> + if_ath_load="YES"</programlisting> <para>遵照示例,在 <filename>/boot/loader.conf</filename> 中加入 <literal>if_ath_load="YES"</literal> @@ -299,7 +299,7 @@ ath_hal(4) - Atheros Hardware Access Layer (HAL)</programlisting> 您可能几秒钟之后才会意识到您同时会删除定制的内核配置文件。 另外, 也不要直接编辑 <filename>GENERIC</filename>, 因为下次您 - <link linkend="cutting-edge">更新代码</link> 时它会被覆盖, + <link linkend="updating-upgrading">更新代码</link> 时它会被覆盖, 而您的修改也就随之丢失了。</para> <para>您也可以考虑把内核配置文件放到别的地方, @@ -340,7 +340,7 @@ ath_hal(4) - Atheros Hardware Access Layer (HAL)</programlisting> <note> <para>如果您和 &os; project 进行了 <link - linkend="cutting-edge">代码同步</link>, + linkend="updating-upgrading">代码同步</link>, 则一定要在进行任何更新之前查看 <filename>/usr/src/UPDATING</filename>。 这个文件中描述了更新过的代码中出现的重大问题或需要注意的地方。 @@ -1226,11 +1226,6 @@ device fwe # Ethernet over FireWire (non-standard!)</programl </listitem> <listitem> - <para><acronym>KLD</acronym> 模块不能加载到一个打开了<acronym>PAE</acronym>支持的内核里面, - 这是因为内核模块和内核的建立框架不一样。</para> - </listitem> - - <listitem> <para>没有使用 &man.bus.dma.9; 接口的设备驱动程序在打开了 <acronym>PAE</acronym> 支持的内核中会导致数据损坏。 因为这个原因, <filename>PAE</filename> 内核配置文件 |