xref: /freebsd/usr.sbin/mptable/mptable.1 (revision 414a35e60a8f1ce324672b4e15a8a9de5514b23a)
12b33a0f9SSteve Passe.\" Copyright (c) 1996
22b33a0f9SSteve Passe.\"	Steve Passe <fsmp@FreeBSD.ORG>.  All rights reserved.
32b33a0f9SSteve Passe.\"
42b33a0f9SSteve Passe.\" Redistribution and use in source and binary forms, with or without
52b33a0f9SSteve Passe.\" modification, are permitted provided that the following conditions
62b33a0f9SSteve Passe.\" are met:
72b33a0f9SSteve Passe.\" 1. Redistributions of source code must retain the above copyright
82b33a0f9SSteve Passe.\"    notice, this list of conditions and the following disclaimer.
92b33a0f9SSteve Passe.\" 2. The name of the developer may NOT be used to endorse or promote products
102b33a0f9SSteve Passe.\"    derived from this software without specific prior written permission.
112b33a0f9SSteve Passe.\"
122b33a0f9SSteve Passe.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
132b33a0f9SSteve Passe.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
142b33a0f9SSteve Passe.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
152b33a0f9SSteve Passe.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
162b33a0f9SSteve Passe.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
172b33a0f9SSteve Passe.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
182b33a0f9SSteve Passe.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
192b33a0f9SSteve Passe.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
202b33a0f9SSteve Passe.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
212b33a0f9SSteve Passe.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22414a35e6SNik Clayton.\"
23414a35e6SNik Clayton.\"     $Id$
24414a35e6SNik Clayton.\"
252b33a0f9SSteve Passe.\" SUCH DAMAGE.
262b33a0f9SSteve Passe.Dd April 28, 1997
272b33a0f9SSteve Passe.Dt MPTABLE 1
282b33a0f9SSteve Passe.Os
292b33a0f9SSteve Passe.Sh NAME
302b33a0f9SSteve Passe.Nm mptable
31ec175cedSPhilippe Charnier.Nd display MP configuration table
322b33a0f9SSteve Passe.Sh SYNOPSIS
332b33a0f9SSteve Passe.Nm mptable
34ec175cedSPhilippe Charnier.Op Fl dmesg
35ec175cedSPhilippe Charnier.Op Fl verbose
36ec175cedSPhilippe Charnier.Op Fl grope
37ec175cedSPhilippe Charnier.Op Fl help
382b33a0f9SSteve Passe.Sh DESCRIPTION
392b33a0f9SSteve PasseThe
402b33a0f9SSteve Passe.Nm
412b33a0f9SSteve Passecommand finds and analyzes the MP configuration table on
422b33a0f9SSteve Passean Intel(tm) MP spec capable motherboard.
432b33a0f9SSteve PasseIt is useful both for determining kernel config options and debugging
442b33a0f9SSteve Passean SMP kernel that will not boot.  It can be run with a UniProcessor kernel.
452b33a0f9SSteve Passe.Pp
462b33a0f9SSteve PasseIt must be run as root.
472b33a0f9SSteve Passe.Pp
48ec175cedSPhilippe CharnierThe following options are available:
49ec175cedSPhilippe Charnier.Bl -tag -width indent
50ec175cedSPhilippe Charnier.It Fl dmesg
51ec175cedSPhilippe CharnierInclude a dmesg dump.
52ec175cedSPhilippe Charnier.It Fl grope
53ec175cedSPhilippe CharnierLook in areas it shouldn't NEED to, use ONLY as a last resort.
54ec175cedSPhilippe Charnier.It Fl help
55ec175cedSPhilippe CharnierPrint a usage message and exits.
56ec175cedSPhilippe Charnier.It Fl verbose
57ec175cedSPhilippe CharnierPrint extra info.
58ec175cedSPhilippe Charnier.El
592b33a0f9SSteve Passe.Sh SEE ALSO
602b33a0f9SSteve Passe.Xr smp 4 ,
612b33a0f9SSteve Passe.Xr dmesg 8
622b33a0f9SSteve Passe.Sh HISTORY
632b33a0f9SSteve PasseThe
642b33a0f9SSteve Passe.Nm
652b33a0f9SSteve Passecommand first appeared in
662b33a0f9SSteve Passe.Fx 3.0 .
672b33a0f9SSteve Passe.Sh AUTHORS
68f12a1471SPhilippe Charnier.An Steve Passe Aq fsmp@FreeBSD.org
69