diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-23 22:19:44 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-23 22:19:44 +0000 |
commit | 9cf927e6b3a948ccd2ddccd6857f641210b22c0d (patch) | |
tree | dfa3750156a7a6ca24dc91baf6749bf051b2fd5c /share/man/man4 | |
parent | 033ff3962db021ee793896f640da6531720fa9f7 (diff) |
Manpage for xe
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/xe.4 | 55 |
2 files changed, 57 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 49e48acb838..2b83289b0f7 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 1999/07/13 14:25:30 niklas Exp $ +# $OpenBSD: Makefile,v 1.28 1999/07/23 22:19:43 niklas Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ @@ -6,7 +6,7 @@ MAN= intro.4 aha.4 ahb.4 aic.4 apm.4 aria.4 ast.4 autoconf.4 bktr.4 boca.4 MAN+= bt.4 com.4 cy.4 fdc.4 iy.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 MAN+= npx.4 pctr.4 pms.4 rtfps.4 scd.4 sea.4 speaker.4 uha.4 wdc.4 wdt.4 MAN+= eg.4 el.4 ie.4 joy.4 le.4 wt.4 -MAN+= gus.4 pss.4 sb.4 wi.4 wss.4 +MAN+= gus.4 pss.4 sb.4 wi.4 wss.4 xe.4 MAN+= xf86.4 MLINKS= mem.4 kmem.4 diff --git a/share/man/man4/man4.i386/xe.4 b/share/man/man4/man4.i386/xe.4 new file mode 100644 index 00000000000..25ccf2b05bb --- /dev/null +++ b/share/man/man4/man4.i386/xe.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: xe.4,v 1.1 1999/07/23 22:19:43 niklas Exp $ +.\" +.\" Copyright (c) 1999 Niklas Hallqvist +.\" 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 author 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 ``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 July 24, 1999 +.Dt XE 4 i386 +.Os +.Sh NAME +.Nm xe +.Nd Ethernet driver for Xircom based 16-bit PCMCIA Ethernet boards +.Sh SYNOPSIS +.Cd "xe* at pcmcia?" +.Sh DESCRIPTION +The +.Nm +interface provides access to a 10/100 Mb/s Ethernet network via a +Xircom Ethernet card. The Ethernet cards known to be supported by the +.Nm +interface are: +.Pp +.Bl -tag -width -offset indet -compact +.It Xircom Realport +.It Xircom CE3 +.El +However, most 16bit Xircom Ethernet cards should work. +.Sh SEE ALSO +.Xr pcmcia 4 , +.Xr intro 4 , +.Xr ifconfig 8 , +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 2.5 . |