phantom
435dda9695
$FreeBSD$ tags moved to bottom of license aggmt.
1999-10-30 16:05:26 +00:00
peter
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
nik
559bbb333e
Add $Id$, to make it simpler for members of the translation teams to
...
track.
The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
1999-07-12 20:12:29 +00:00
imp
3aec1640df
getopt(3) returns -1 not EOF.
1999-05-23 23:24:26 +00:00
charnier
6e321f37d4
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 08:31:20 +00:00
bde
4410603cb4
Don't #include implementation header <machine/types.h> directly.
...
#include <sys/types.h> before the headers that depend on it.
1998-02-24 01:11:47 +00:00
charnier
e22797c8f4
Use err(3). Add missing parameter for printf() (reviewed by steve).
1997-09-25 06:47:33 +00:00
fsmp
e0e2f7c58c
Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to better
...
reflect its logical usage. Ie., there is NOT a 1-to-1 correspondence
between IRQ numbers and APIC pin numbers as there is with the 8259 ICU.
1997-09-06 04:11:53 +00:00
fsmp
466450db24
Removed suggested "options AUTO_START", no longer used.
...
Noticed by: Vincent Poy <vince@mail.MCESTATE.COM>
1997-08-26 05:12:45 +00:00
fsmp
6941d278c7
Removed the SMP_TIMER_NC suggestion.
...
This is (almost) defunct, start to phase it out...
1997-07-22 18:52:20 +00:00
fsmp
cd2a620cb0
Removed SMP_PRIVPAGES from options list.
...
This functionality is now automatic.
1997-06-23 20:23:44 +00:00
fsmp
cc349843cc
Made 'options NINTR' greater of 24 and calculated value.
...
This coincides with changing kernel default to 64.
1997-05-22 22:55:05 +00:00
fsmp
d0fcfa02e6
Document APIC_IO as mandatory.
...
Document SMP_AUTOSTART as working.
1997-05-10 17:46:57 +00:00
fsmp
522ce8c7ae
fixed minor typo, bumped to version 2.0.9
1997-04-30 23:54:55 +00:00
fsmp
a4d9955380
add a userland program for SMP support
...
mptable examines and displays the MP table of an SMP motherboard.
1997-04-29 03:06:35 +00:00