summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/man4.i386/ep.422
1 files changed, 13 insertions, 9 deletions
diff --git a/share/man/man4/man4.i386/ep.4 b/share/man/man4/man4.i386/ep.4
index d51b11a473a..034a86490c1 100644
--- a/share/man/man4/man4.i386/ep.4
+++ b/share/man/man4/man4.i386/ep.4
@@ -27,7 +27,7 @@
.\" (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.4 1997/11/05 02:14:43 rees Exp $
+.\" $Id: ep.4,v 1.5 1998/02/26 12:14:33 deraadt Exp $
.\"
.Dd February 04, 1993
.Dt EP 4
@@ -45,7 +45,8 @@ The
.Nm ep
device driver supports the 3Com Etherlink III family of ethernet cards.
This includes, among others,
-the 3c509 (ISA), 3c579 (EISA), 3c589 (PC Card), and 3c905 (PCI).
+the 3c509 (ISA), 3c579 (EISA), 3c589 (PC Card), and 3c500, 3c505,
+3c900, and 3c905 (all PCI).
Various models of these cards come with a different assortment of
connectors:
.Pp
@@ -77,14 +78,17 @@ Use the UTP port.
.Pp
If there are multiple cards in the computer, they are searched for
in the following order:
-The 3c579 EISA cards are searched for first -- they will be found
-in EISA slot# order.
-Next, the 3c509 ISA cards are searched -- they are found in increasing
-ethernet address order.
-This is an example of how they will probe:
+The PCI cards are found first based on PCI function# order.
+The EISA cards are found next based on EISA slot# 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 0x6000-0x600f irq 10: aui/bnc address 00:60:8c:70:e5:c5
-ep1 at isa0 port 0x300-0x30f irq 3: aui/bnc/utp address 00:20:af:10:62:ab
+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.