From c4bb58b545e4bbe96d60c746ce9f34b71c51d194 Mon Sep 17 00:00:00 2001 From: fsmp Date: Mon, 4 Aug 1997 21:02:11 +0000 Subject: Added missing SMP kernel manpage. Mostly a stub at this point, needs alot of work. Noticed by: Steve Roome steve@visint.co.uk --- share/man/man4/Makefile | 2 +- share/man/man4/smp.4 | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 share/man/man4/smp.4 (limited to 'share/man/man4') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index e40b067..b4b01cb 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -4,7 +4,7 @@ MAN4= bpf.4 ccd.4 cd.4 ch.4 ddb.4 divert.4 drum.4 fd.4 fpa.4 \ icmp.4 ifmib.4 inet.4 intro.4 ip.4 ipfirewall.4 \ lkm.4 lo.4 netintro.4 \ null.4 od.4 ppp.4 pt.4 pty.4 route.4 \ - scsi.4 sd.4 sl.4 snp.4 sppp.4 st.4 su.4 tcp.4 \ + scsi.4 sd.4 sl.4 smp.4 snp.4 sppp.4 st.4 su.4 tcp.4 \ ttcp.4 termios.4 tty.4 udp.4 uk.4 update.4 unix.4 vn.4 worm.4 yp.4 \ zero.4 diff --git a/share/man/man4/smp.4 b/share/man/man4/smp.4 new file mode 100644 index 0000000..9e7b5dc --- /dev/null +++ b/share/man/man4/smp.4 @@ -0,0 +1,58 @@ +.\" Copyright (c) 1997 +.\" Steve Passe . All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. The name of the developer may NOT be used to endorse or promote products +.\" derived from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.Dd August 4, 1997 +.Dt SMP 4 +.Os FreeBSD 3.0 +.Sh NAME +.Nm SMP +.Nd description of the FreeBSD Symmetric MultiProcessor kernel. +.Sh SYNOPSIS +.Nm SMP +.Sh DESCRIPTION +The +.Nm +kernel impliments symmetric multiprocessor support. + +.Sh COMPATIBILITY +The +.Nm +kernel supports motherboards that follow the Intel MP specification, +version 1.4. + +.Sh BUGS +That would be a good guess... + +.Sh SEE ALSO +.Xr mptable 1 +.Xr dmesg 8 + +.Sh HISTORY +The +.Nm +kernel's early history is not (properly) recorded. It was developed +in a separate CVS branch until April 26, 1997, at which point it was +merged into 3.0-current. By this date 3.0-current had already been +merged with Lite2 kernel code. + +.Sh AUTHORS +Steve Passe -- cgit v1.1