summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-16 10:08:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-16 10:08:03 +0000
commita9231ec56f88346bdbe04911a738abed660616c0 (patch)
treea1d09c65493fab50492c5ebe252663c5f84f916e /share
parenta220e5f58640d03776469a29f7dafaee327184a4 (diff)
add fxp/de, fix something else while at it
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile8
-rw-r--r--share/man/man4/de.4116
-rw-r--r--share/man/man4/fpa.46
-rw-r--r--share/man/man4/fxp.491
4 files changed, 215 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 2e3bb4d8115..554a4d8f2b9 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,8 +1,10 @@
-# $OpenBSD: Makefile,v 1.26 1997/09/07 09:53:04 provos Exp $
+# $OpenBSD: Makefile,v 1.27 1997/10/16 10:08:01 deraadt Exp $
# $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $
-MAN= audio.4 acd.4 ahc.4 bpf.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 drum.4 \
- esis.4 fd.4 fpa.4 icmp.4 idp.4 imp.4 inet.4 ip.4 ipl.4 ipsec.4 iso.4 \
+MAN= audio.4 acd.4 ahc.4 bpf.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 \
+ de.4 drum.4 \
+ esis.4 fd.4 fpa.4 fxp.4 icmp.4 idp.4 imp.4 inet.4 ip.4 \
+ ipl.4 ipsec.4 iso.4 \
lkm.4 lo.4 ncr.4 netintro.4 ns.4 nsip.4 null.4 pnp.4 pty.4 random.4 \
route.4 scsi.4 sd.4 sl.4 spp.4 st.4 tb.4 tcp.4 termios.4 tty.4 tp.4 \
tun.4 udp.4 uk.4 unix.4 vnd.4
diff --git a/share/man/man4/de.4 b/share/man/man4/de.4
new file mode 100644
index 00000000000..70c15a45fef
--- /dev/null
+++ b/share/man/man4/de.4
@@ -0,0 +1,116 @@
+.\" $OpenBSD: de.4,v 1.1 1997/10/16 10:08:01 deraadt Exp $
+.\"
+.\" Copyright (c) 1997 David E. O'Brien
+.\"
+.\" 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. 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.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``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 DEVELOPERS 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 January 19, 1997
+.Dt DE 4 i386
+.Os OpenBSD
+.Sh NAME
+.Nm de
+.Nd
+DEC DC21x4x Ethernet device driver
+.Sh SYNOPSIS
+.Cd "de* at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Ethernet adapters based on the Digital
+Equipment DC21x4x based self-contained Ethernet chips.
+.Pp
+It supports the DEC PCI DE435 card, DEC EISA DE425, DEC DE450, DEC DE500,
+SMC 8432, 9332 and 9334, Cogent EM100FX and EM440TX, Asante,
+ZNYX ZX3xx, and others based on the 21040 and 21041 Ethernet controllers or
+the 21140[A], 21141, 21142 and 21143 Fast 100Mbps Ethernet controllers.
+.Pp
+The
+.Nm
+driver supports the following media types:
+.Pp
+.Bl -tag -width xxxxxxxxxxxxxxx
+.It autoselect
+Enable autoselection of the media type and options
+.It 10baseT/UTP
+Set 10Mbps operation on the 10baseT port
+.It 10base2/BNC
+Set 10Mbps operation on the BNC port
+.It 10base5/AUI
+Set 10Mbps operation on the AUI port
+.It 100baseTX
+Set 100Mbps (fast ethernet) operation
+.It 100baseFX
+Set 100Mbps operation
+.It 100baseT4
+Set 100Mbps operation (4-pair cat-3 cable)
+.El
+.Pp
+The
+.Nm
+driver supports the following media options:
+.Pp
+.Bl -tag -width xxxxxxxxxxxxxxx
+.It full-duplex
+Set full duplex operation
+.El
+.Pp
+Note that the media types available depend on the particular card in use.
+Some cards are explicitly programmed to a particular media type by a
+setup utility and are not changeable.
+.Pp
+Use the
+.Xr ifconfig 8
+command an in particular the
+.Fl m
+flag to list the supported media types for your particular card.
+.Pp
+The old
+.Dq ifconfig linkN
+method of configuration is not supported.
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "de%d: waking device from sleep/snooze mode"
+The 21041 and 21140A chips support suspending the operation of the card.
+.It "de%d: error: desired IRQ of %d does not match device's actual IRQ of %d"
+The device probe detected that the board is configured for a different
+interrupt than the one specified in the kernel configuration file.
+.It "de%d: not configured; limit of %d reached or exceeded"
+There is a limit of 32
+.Nm
+devices allowed in a single machine.
+.It "de%d: not configured; 21040 pass 2.0 required (%d.%d found)"
+.It "de%d: not configured; 21140 pass 1.1 required (%d.%d found)"
+Certain revisions of the chipset are not supported by this driver.
+.El
+.Sh CAVEATS
+Since the 21040 is available on both EISA and PCI boards, one must be careful
+in how defines the 21040 in the kernel config file.
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr netintro 4 ,
+.Xr ifconfig 8
+.Sh AUTHORS
+The
+.Nm
+device driver was written by Matt Thomas.
+This manual page was written by David E. O'Brien.
diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4
index c17ff5cc4f9..cee3a9d7530 100644
--- a/share/man/man4/fpa.4
+++ b/share/man/man4/fpa.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fpa.4,v 1.1 1997/03/28 22:53:39 millert Exp $
+.\" $OpenBSD: fpa.4,v 1.2 1997/10/16 10:08:02 deraadt Exp $
.\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $
.\"
.\" Copyright (c) 1995, Matt Thomas
@@ -15,8 +15,8 @@
Device Drivers for DEC FDDI Controllers
.Sh SYNOPSIS
.Pp
-.Cd "fpa0 at pci?"
-.Cd "fea0 at eisa?"
+.Cd "fpa* at pci?"
+.Cd "fea* at eisa?"
.Sh DESCRIPTION
The
.Nm fpa
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4
new file mode 100644
index 00000000000..5b412e87e2a
--- /dev/null
+++ b/share/man/man4/fxp.4
@@ -0,0 +1,91 @@
+.\" $OpenBSD: fxp.4,v 1.1 1997/10/16 10:08:02 deraadt Exp $
+.\"
+.\" Copyright (c) 1997 David E. O'Brien
+.\"
+.\" 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. 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.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``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 DEVELOPERS 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 January 19, 1997
+.Dt FXP 4
+.Os OpenBSD
+.Sh NAME
+.Nm fxp
+.Nd
+Intel EtherExpress Pro/100B ethernet device driver
+.Sh SYNOPSIS
+.Cd "fxp* at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the EtherExpress Pro/10 and Pro/100B PCI Fast Ethernet
+adapters based on the Intel i82557 ethernet chip.
+.Pp
+The
+.Nm
+driver supports the following media types:
+.Pp
+.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
+.It autoselect
+Enable autoselection of the media type and options
+.It 10baseT/UTP
+Set 10Mbps operation
+.It 100baseTX
+Set 100Mbps (fast ethernet) operation
+.El
+.Pp
+The
+.Nm
+driver supports the following media options:
+.Pp
+.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
+.It full-duplex
+Set full duplex operation
+.El
+.Pp
+Note that 100baseTX media type is only available on the Pro/100B. For further information
+on configuring this device, see
+.Xr ifconfig 8 .
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "fxp%d: couldn't map memory"
+A fatal initialization error has occurred.
+.It "fxp%d: couldn't map interrupt"
+A fatal initialization error has occurred.
+.It "fxp%d: Failed to malloc memory"
+There are not enough mbuf's available for allocation.
+.It "fxp%d: device timeout"
+The device has stopped responding to the network, or there is a problem with
+the network connection (cable).
+.El
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr netintro 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in OpenBSD 2.2.
+.Sh AUTHORS
+The
+.Nm
+device driver was written by David Greenman.
+This manual page was written by David E. O'Brien.