diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-17 00:25:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-17 00:25:42 +0000 |
commit | 753354e001548a17da7db91cc50bcaf625e72879 (patch) | |
tree | bc929d55c99f5389ec6357fa833a3cae8a0455ce | |
parent | 4c3ee3bc825b44e31dd265ae0db047015e86da6b (diff) |
a few more manuals
-rw-r--r-- | share/man/man4/man4.mvme68k/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.mvme68k/ie.4 | 38 | ||||
-rw-r--r-- | share/man/man4/man4.mvme68k/ssh.4 | 59 |
3 files changed, 99 insertions, 2 deletions
diff --git a/share/man/man4/man4.mvme68k/Makefile b/share/man/man4/man4.mvme68k/Makefile index 35a08de0291..58328e293f4 100644 --- a/share/man/man4/man4.mvme68k/Makefile +++ b/share/man/man4/man4.mvme68k/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2001/06/20 16:27:29 mpech Exp $ +# $OpenBSD: Makefile,v 1.5 2001/12/17 00:25:41 deraadt Exp $ # from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -MAN= console.4 intro.4 le.4 mem.4 +MAN= console.4 intro.4 le.4 ie.4 mem.4 ssh.4 MLINKS= mem.4 kmem.4 MANSUBDIR=mvme68k diff --git a/share/man/man4/man4.mvme68k/ie.4 b/share/man/man4/man4.mvme68k/ie.4 new file mode 100644 index 00000000000..d04fe0aa276 --- /dev/null +++ b/share/man/man4/man4.mvme68k/ie.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: ie.4,v 1.1 2001/12/17 00:25:41 deraadt Exp $ +.\" +.\" Copyright (c) 1998 The OpenBSD Project +.\" All rights reserved. +.\" +.Dd March 9, 1998 +.Dt IE 4 mvme68k +.Os +.Sh NAME +.Nm ie +.Nd Intel 82586 ethernet interface +.Sh SYNOPSIS +.Cd "ie0 at mc0 offset 0x46000 ipl 1" +.Cd" ie0 at pcctwo0 offset 0x46000 ipl 1" +.Sh DESCRIPTION +The +.Nm +interface provides access to the 10 Mb/s Ethernet network via the +.Tn Intel +82586 +Ethernet chip set. +The +.Pp +Each of the host's network addresses +is specified at boot time with an +.Dv SIOCSIFADDR +.Xr ioctl 2 . +The +.Nm +interface employs the address resolution protocol described in +.Xr arp 4 +to dynamically map between Internet and Ethernet addresses on the local +network. +.Sh SEE ALSO +.Xr arp 4 , +.Xr inet 4 , +.Xr intro 4 , +.Xr le 4 diff --git a/share/man/man4/man4.mvme68k/ssh.4 b/share/man/man4/man4.mvme68k/ssh.4 new file mode 100644 index 00000000000..35be3998802 --- /dev/null +++ b/share/man/man4/man4.mvme68k/ssh.4 @@ -0,0 +1,59 @@ +.\" $OpenBSD: ssh.4,v 1.1 2001/12/17 00:25:41 deraadt Exp $ +.\" $NetBSD: siop.4,v 1.3 2000/10/23 16:38:10 bouyer Exp $ +.\" +.\" Copyright (c) 2000 Manuel Bouyer. +.\" +.\" 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. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the University of +.\" California, Berkeley and its contributors. +.\" 4. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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 May 15, 2000 +.Dt SSH 4 mvme68k +.Os +.Sh NAME +.Nm ssh +.Nd NCR 53c7xx SCSI driver +.Sh SYNOPSIS +.Cd "ssh0 at mc0 offset 0x47000 ipl 2" +.Cd "ssh0 at pcctwo0 offset 0x47000 ipl 2" +.Cd "scsibus* at ssh?" +.Sh DESCRIPTION +The +.Nm +driver provides support for NCR 53c7xx and related +.Tn SCSI +controller chips. +.Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , +.Xr intro 4 , +.Xr mc 4 , +.Xr pcctwo 4 , +.Xr sd 4 , +.Xr st 4 , +.Xr uk 4 +.Pp +.Pa http://www.lsilogic.com/ |