| Commit | Line | Data |
|---|---|---|
| 984263bc MD |
1 | .\" |
| 2 | .\" Copyright (c) 1994 Herb Peyerl | |
| 3 | .\" All rights reserved. | |
| 4 | .\" | |
| 5 | .\" Redistribution and use in source and binary forms, with or without | |
| 6 | .\" modification, are permitted provided that the following conditions | |
| 7 | .\" are met: | |
| 8 | .\" 1. Redistributions of source code must retain the above copyright | |
| 9 | .\" notice, this list of conditions and the following disclaimer. | |
| 10 | .\" 2. Redistributions in binary form must reproduce the above copyright | |
| 11 | .\" notice, this list of conditions and the following disclaimer in the | |
| 12 | .\" documentation and/or other materials provided with the distribution. | |
| 13 | .\" 3. All advertising materials mentioning features or use of this software | |
| 14 | .\" must display the following acknowledgement: | |
| 15 | .\" This product includes software developed by Herb Peyerl | |
| 16 | .\" 3. The name of the author may not be used to endorse or promote products | |
| 17 | .\" derived from this software without specific prior written permission | |
| 18 | .\" | |
| 19 | .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | |
| 20 | .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | |
| 21 | .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | |
| 22 | .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | |
| 23 | .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | |
| 24 | .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |
| 25 | .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |
| 26 | .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
| 27 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | |
| 28 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| 29 | .\" | |
| 30 | .\" $FreeBSD: src/share/man/man4/man4.i386/ep.4,v 1.16.2.6 2001/08/17 13:08:45 ru Exp $ | |
| 31 | .\" | |
| 32 | .Dd February 4, 1993 | |
| 33 | .Dt EP 4 i386 | |
| 34 | .Os | |
| 35 | .Sh NAME | |
| 36 | .Nm ep | |
| 37 | .Nd Ethernet driver for 3Com Etherlink III (3c5x9) | |
| 38 | .Sh SYNOPSIS | |
| 39 | .Cd "device ep" | |
| 40 | .Sh DESCRIPTION | |
| 41 | The | |
| 42 | .Nm | |
| e842db4d | 43 | device driver supports the 3c509 (ISA), 3c529 (MCA), |
| 984263bc MD |
44 | and various PCMCIA cards including the 3c589. |
| 45 | Various models of these cards come with a different assortment of | |
| 46 | connectors: | |
| 984263bc MD |
47 | .Bl -tag -width xxxxxxxxxxxxxxxxxxxx |
| 48 | .It AUI/DIX | |
| 49 | Standard 15 pin connector, also known as 10base5 (thick-net) | |
| 50 | .It 10Base2 | |
| 51 | BNC, also known as thin-net | |
| 52 | .It 10BaseT | |
| 53 | UTP, also known as twisted pair | |
| 54 | .El | |
| 55 | .Pp | |
| 56 | The default port to use is the port that has been selected with the | |
| 57 | setup utility. | |
| 58 | To override this, use the following media options with | |
| 59 | .Xr ifconfig 8 | |
| 60 | or in your | |
| 61 | .Pa /etc/rc.conf | |
| 62 | file. | |
| 984263bc MD |
63 | .Bl -tag -width xxxxxxxxxxxxxxxxxxxx |
| 64 | .It 10base5/AUI | |
| 65 | Use the AUI port. | |
| 66 | .It 10base2/BNC | |
| 67 | Use the BNC port. | |
| 68 | .It 10baseT/UTP | |
| 69 | Use the UTP port. | |
| 70 | .El | |
| 71 | .Pp | |
| 72 | If there are multiple cards in the computer, they are searched for | |
| 73 | in the following order: bus, slot, then ethernet address. | |
| 74 | .Sh NOTES | |
| 75 | The 3c509 card has no jumpers to set the address. | |
| 76 | 3Com supplies software to set the address of the card in software. | |
| 77 | To find the card on the ISA bus, the kernel performs a complex | |
| 78 | scan operation at IO address 0x110. | |
| 79 | Beware! | |
| 80 | Avoid placing other cards at that address! | |
| 984263bc MD |
81 | .Sh DIAGNOSTICS |
| 82 | .Bl -diag | |
| 83 | .It ep0: reset (status: %x) | |
| 84 | The driver has encountered a FIFO underrun or overrun. | |
| 85 | The driver will reset the card and the packet will be lost. | |
| 86 | This is not fatal. | |
| 87 | .It ep0: eeprom failed to come ready | |
| 88 | The eeprom failed to come ready. | |
| 89 | This probably means the card is wedged. | |
| 90 | .It ep0: 3c509 in test mode. Erase pencil mark! | |
| 91 | This means that someone has scribbled with pencil | |
| 92 | in the test area on the card. | |
| 93 | Erase the pencil mark and reboot. | |
| 94 | (This is not a joke). | |
| 95 | .El | |
| 96 | .Sh SEE ALSO | |
| 97 | .Xr ed 4 , | |
| 8985f72f | 98 | .Xr ifmedia 4 , |
| 984263bc | 99 | .Xr intro 4 , |
| 984263bc MD |
100 | .Xr ng_ether 4 , |
| 101 | .Xr vx 4 , | |
| 102 | .Xr ifconfig 8 | |
| 103 | .Sh STANDARDS | |
| 104 | are great. | |
| 105 | There's so many to choose from. |