summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-27 20:31:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-27 20:31:10 +0000
commit50ea21d7c0a28ebdbe064c27a49961e06906a115 (patch)
tree657d815b9a2daddccd2cb0133d2cb2a06ced2013 /share/man/man4/man4.alpha
parent539b8b5ce505c84945b6d82856de70c16b7be3d8 (diff)
MI one in use now
Diffstat (limited to 'share/man/man4/man4.alpha')
-rw-r--r--share/man/man4/man4.alpha/ep.4133
1 files changed, 0 insertions, 133 deletions
diff --git a/share/man/man4/man4.alpha/ep.4 b/share/man/man4/man4.alpha/ep.4
deleted file mode 100644
index adb641437c8..00000000000
--- a/share/man/man4/man4.alpha/ep.4
+++ /dev/null
@@ -1,133 +0,0 @@
-.\"
-.\" Copyright (c) 1994 Herb Peyerl
-.\" 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.
-.\" 3. All advertising materials mentioning features or use of this software
-.\" must display the following acknowledgement:
-.\" This product includes software developed by Herb Peyerl
-.\" 3. 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.
-.\"
-.\" $Id: ep.4,v 1.1 1998/03/09 03:04:54 millert Exp $
-.\"
-.Dd February 04, 1993
-.Dt EP 4 alpha
-.Os
-.Sh NAME
-.Nm ep
-.Nd Ethernet driver for 3Com Etherlink III (3c5x9)
-.Sh SYNOPSIS
-.Cd "ep? at isa? port ? irq ?"
-.Cd "ep? at pci? dev ? function ?"
-.Sh DESCRIPTION
-The
-.Nm ep
-device driver supports the 3Com Etherlink III family of ethernet cards.
-This includes, among others,
-the 3c509 (ISA), and 3c500, 3c505, 3c900, and 3c905 (all PCI).
-Various models of these cards come with a different assortment of
-connectors:
-.Pp
-.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
-.It AUI/DIX
-Standard 15 pin connector
-.It 10Base2
-BNC, also known as thin-net
-.It 10BaseT
-10 Mbps UTP, also known as twisted pair
-.It MII
-UTP, switchable between 10 and 100 Mbps
-.El
-.Pp
-The default port to use is the BNC, if it is available.
-To choose an alternate port,
-use the following flag combinations with
-.Xr ifconfig 8
-or in your /etc/hostname.ep? file.
-.Pp
-.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
-.It -link0
-Use the BNC port (default).
-.It \ link0 -link1
-Use the AUI port.
-.It \ link0 \ link1
-Use the UTP port.
-.El
-.Pp
-If there are multiple cards in the computer, they are searched for
-in the following order:
-The PCI cards are found first based on PCI function# order.
-Next, the 3c509 ISA cards are found based on in increasing ethernet
-address order.
-Finally, the 3c509 ISA cards in Plug-and-Play mode will be probed
-for and matched in Plug-and-Play order.
-This is an example of how these will probe:
-.Pp
-ep0 at isa0 port 0x300-0x30f irq 3: 3Com 3C509 Ethernet: address 00:a0:24:29:a3:6b, utp (default utp)
-.Pp
-ep0 at pci0 dev 12 function 0 "3Com 3c905 100Base-TX" rev 0x00: address 00:60:97:dd:fc:eb, mii default mii/autoselect isa irq 9
-.Pp
-You may specify the port and irq numbers that the cards are expected
-to be found at, but it is not necessary.
-The cards are sufficiently intelligent to tell us where they
-actually live on the ISA bus.
-.Pp
-.Sh NOTES
-The 3c509 card has no jumpers to set the address.
-3Com supplies software to set the address of the card in software.
-To find the card on the ISA bus, the kernel performs a complex
-scan operation at IO address 0x100.
-Beware!
-Avoid placing other cards at that address!
-.Pp
-Some models of 3c5x9 have all three connectors on them.
-In the case of these cards; you must configure the transceiver type
-with the 3Com supplied DOS configuration disk before the link0/link1
-flags will operate correctly.
-.Pp
-Plug and Play mode must currently be disabled on these cards.
-.Pp
-Do not specify link flags for the 3c905.
-If you can not get this card to work, try running the 3Com supplied DOS
-configuration program (available from their web site) and tell it to
-autoselect the connector type.
-.Pp
-.Sh DIAGNOSTICS
-ep0: reset (status: %x)
-.in +4
-the driver has encountered a FIFO underrun or overrun. The driver will reset
-the card and the packet will be lost. This is not fatal.
-.in -4
-ep0: eeprom failed to come ready
-.in +4
-The eeprom failed to come ready. This probably means the card is wedged.
-.in -4
-ep0: 3c509 in test mode. Erase pencil mark!
-.in +4
-This means that someone has scribbled with pencil in the test area on the
-card. Erase the pencil mark and reboot. (This is not a joke).
-.in -4
-.Sh SEE ALSO
-.Xr ifconfig 8 ,
-.Xr intro 4 ,
-.Xr ed 4 ,
-.Xr le 4