summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptable/mptable.c
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-05-10 17:46:57 +0000
committerfsmp <fsmp@FreeBSD.org>1997-05-10 17:46:57 +0000
commitd0fcfa02e614f5fbab7f793c6a1e1b161a71315e (patch)
treec5d878673d5207fa25bb7b42a45932757c07798a /usr.sbin/mptable/mptable.c
parent16da77dbdf173da0c01fdfafc35da94917cbc599 (diff)
downloadFreeBSD-src-d0fcfa02e614f5fbab7f793c6a1e1b161a71315e.zip
FreeBSD-src-d0fcfa02e614f5fbab7f793c6a1e1b161a71315e.tar.gz
Document APIC_IO as mandatory.
Document SMP_AUTOSTART as working.
Diffstat (limited to 'usr.sbin/mptable/mptable.c')
-rw-r--r--usr.sbin/mptable/mptable.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c
index a91738b..60c49f2 100644
--- a/usr.sbin/mptable/mptable.c
+++ b/usr.sbin/mptable/mptable.c
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mptable.c,v 1.1 1997/04/29 03:06:35 fsmp Exp $
+ * $Id: mptable.c,v 1.2 1997/04/30 23:54:55 fsmp Exp $
*/
/*
@@ -31,7 +31,7 @@
#define VMAJOR 2
#define VMINOR 0
-#define VDELTA 9
+#define VDELTA 10
/*
* this will cause the raw mp table to be dumped to /tmp/mpdump
@@ -1122,10 +1122,11 @@ doOptionList( void )
printf( "# SMP kernel config file options:\n\n" );
printf( "\n# Required:\n" );
printf( "options SMP\t\t\t# Symmetric MultiProcessor Kernel\n" );
-
- printf( "\n# Recommended:\n" );
printf( "options APIC_IO\t\t\t# Symmetric (APIC) I/O\n" );
+ printf( "\n# Useful:\n" );
+ printf( "#options SMP_AUTOSTART\t\t# start the additional CPUs during boot\n" );
+
printf( "\n# Optional (built-in defaults will work in most cases):\n" );
printf( "options NCPU=%d\t\t\t# number of CPUs\n", ncpu );
printf( "options NBUS=%d\t\t\t# number of busses\n", nbus );
@@ -1134,7 +1135,6 @@ doOptionList( void )
printf( "\n# Currently broken:\n" );
printf( "#options SMP_PRIVPAGES\t\t# BROKEN, DO NOT use!\n" );
- printf( "#options SMP_AUTOSTART\t\t# BROKEN, DO NOT use!\n" );
printf( "\n# Rogue hardware:\n" );
printf( "#\n# Tyan Tomcat II:\n" );
OpenPOWER on IntegriCloud