xref: /freebsd/usr.sbin/mptable/mptable.1 (revision ec175ced969ee712cc7b33bdf6e4b8448ae46314)
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
222b33a0f9SSteve Passe.\" SUCH DAMAGE.
232b33a0f9SSteve Passe.Dd April 28, 1997
242b33a0f9SSteve Passe.Dt MPTABLE 1
252b33a0f9SSteve Passe.Os
262b33a0f9SSteve Passe.Sh NAME
272b33a0f9SSteve Passe.Nm mptable
28ec175cedSPhilippe Charnier.Nd display MP configuration table
292b33a0f9SSteve Passe.Sh SYNOPSIS
302b33a0f9SSteve Passe.Nm mptable
31ec175cedSPhilippe Charnier.Op Fl dmesg
32ec175cedSPhilippe Charnier.Op Fl verbose
33ec175cedSPhilippe Charnier.Op Fl grope
34ec175cedSPhilippe Charnier.Op Fl help
352b33a0f9SSteve Passe.Sh DESCRIPTION
362b33a0f9SSteve PasseThe
372b33a0f9SSteve Passe.Nm
382b33a0f9SSteve Passecommand finds and analyzes the MP configuration table on
392b33a0f9SSteve Passean Intel(tm) MP spec capable motherboard.
402b33a0f9SSteve PasseIt is useful both for determining kernel config options and debugging
412b33a0f9SSteve Passean SMP kernel that will not boot.  It can be run with a UniProcessor kernel.
422b33a0f9SSteve Passe.Pp
432b33a0f9SSteve PasseIt must be run as root.
442b33a0f9SSteve Passe.Pp
45ec175cedSPhilippe CharnierThe following options are available:
46ec175cedSPhilippe Charnier.Bl -tag -width indent
47ec175cedSPhilippe Charnier.It Fl dmesg
48ec175cedSPhilippe CharnierInclude a dmesg dump.
49ec175cedSPhilippe Charnier.It Fl grope
50ec175cedSPhilippe CharnierLook in areas it shouldn't NEED to, use ONLY as a last resort.
51ec175cedSPhilippe Charnier.It Fl help
52ec175cedSPhilippe CharnierPrint a usage message and exits.
53ec175cedSPhilippe Charnier.It Fl verbose
54ec175cedSPhilippe CharnierPrint extra info.
55ec175cedSPhilippe Charnier.El
562b33a0f9SSteve Passe.Sh SEE ALSO
572b33a0f9SSteve Passe.Xr smp 4 ,
582b33a0f9SSteve Passe.Xr dmesg 8
592b33a0f9SSteve Passe.Sh HISTORY
602b33a0f9SSteve PasseThe
612b33a0f9SSteve Passe.Nm
622b33a0f9SSteve Passecommand first appeared in
632b33a0f9SSteve Passe.Fx 3.0 .
642b33a0f9SSteve Passe.Sh AUTHORS
65ec175cedSPhilippe Charnier.An Steve Passe Aq fsmp@FreeBSD.ORG
66