summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptable
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-08-26 05:12:45 +0000
committerfsmp <fsmp@FreeBSD.org>1997-08-26 05:12:45 +0000
commit466450db24b4cddac6d14bd1b7e8c64fc70fc922 (patch)
treec25bbd156ce7c09157f45c3f2e76d5fdba3a5dae /usr.sbin/mptable
parentb90433b1a924022c19ceee85ec65827dc47bc039 (diff)
downloadFreeBSD-src-466450db24b4cddac6d14bd1b7e8c64fc70fc922.zip
FreeBSD-src-466450db24b4cddac6d14bd1b7e8c64fc70fc922.tar.gz
Removed suggested "options AUTO_START", no longer used.
Noticed by: Vincent Poy <vince@mail.MCESTATE.COM>
Diffstat (limited to 'usr.sbin/mptable')
-rw-r--r--usr.sbin/mptable/mptable.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c
index f71deb4..82df3c4 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.5 1997/06/23 20:23:44 fsmp Exp $
+ * $Id: mptable.c,v 1.6 1997/07/22 18:52:20 fsmp Exp $
*/
/*
@@ -31,7 +31,7 @@
#define VMAJOR 2
#define VMINOR 0
-#define VDELTA 13
+#define VDELTA 14
/*
* this will cause the raw mp table to be dumped to /tmp/mpdump
@@ -1124,22 +1124,12 @@ doOptionList( void )
printf( "options SMP\t\t\t# Symmetric MultiProcessor Kernel\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 );
printf( "#options NAPIC=%d\t\t\t# number of IO APICs\n", napic );
printf( "#options NINTR=%d\t\t# number of INTs\n",
(nintr < 24) ? 24 : nintr );
-#if 0
- printf( "\n# Rogue hardware:\n" );
- printf( "#\n# Tyan Tomcat II:\n" );
- printf( "#options SMP_TIMER_NC\t\t# \n" );
- printf( "#\n# SuperMicro P6DNE:\n" );
- printf( "#options SMP_TIMER_NC\t\t# \n" );
-#endif /** 0 */
}
OpenPOWER on IntegriCloud