diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2007-07-18 18:38:41 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2007-07-18 18:38:41 +0000 |
commit | 7e090658b83eacea6401fed2bc02cbcd39d3560f (patch) | |
tree | 2d401718bb1f1a0a0f71e07fd1ac690be448942f | |
parent | ec5b91a182bd8c4a7b9bb358ad36fc645a3a57d2 (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index e81942b08a..12afd7cf47 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -664,6 +664,12 @@ options AHD_REG_PRETTY_PRINT # Print register bitfields in debug is required for SMP kernels. Add <literal>options SMP</literal> to include support for multiple processors.</para> + <note> + <para>The apic device exists only on the i386 architecture, this + configuration line should not be used on other + architectures.</para> + </note> + <programlisting>device eisa</programlisting> <para>Include this if you have an EISA motherboard. This enables |