NCPU, NAPIC, NBUS and NINTR are no longer applicable in RELENG_4.

Remove the bit that quotes these as part of the kernel configuration.

PR:		25450
This commit is contained in:
Chris Costello 2001-06-06 20:39:25 +00:00
parent 4e4349aa1b
commit c3a5e57674
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9556
2 changed files with 2 additions and 18 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.40 2001/04/17 01:37:30 dd Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.41 2001/04/25 15:22:44 jim Exp $
-->
<chapter id="kernelconfig">
@ -517,14 +517,6 @@ options _KPOSIX_PRIORITY_SCHEDULING</programlisting>
<para>The above are both required for SMP support.</para>
<programlisting># Optionally these may need tweaked, (defaults shown):
#options NCPU=2 # number of CPUs
#options NBUS=4 # number of busses
#options NAPIC=1 # number of IO APICs
#options NINTR=24 # number of INTs</programlisting>
<para>These are some additional SMP knobs.</para>
<programlisting>device isa</programlisting>
<para>All PCs supported by FreeBSD have one of these. If you have an

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.40 2001/04/17 01:37:30 dd Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.41 2001/04/25 15:22:44 jim Exp $
-->
<chapter id="kernelconfig">
@ -517,14 +517,6 @@ options _KPOSIX_PRIORITY_SCHEDULING</programlisting>
<para>The above are both required for SMP support.</para>
<programlisting># Optionally these may need tweaked, (defaults shown):
#options NCPU=2 # number of CPUs
#options NBUS=4 # number of busses
#options NAPIC=1 # number of IO APICs
#options NINTR=24 # number of INTs</programlisting>
<para>These are some additional SMP knobs.</para>
<programlisting>device isa</programlisting>
<para>All PCs supported by FreeBSD have one of these. If you have an