Merge branch 'vendor/BINUTILS220'
[dragonfly.git] / share / man / man4 / man4.i386 / ex.4
1 .\"
2 .\" Copyright (c) 1997 David E. O'Brien
3 .\"
4 .\" All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD: src/share/man/man4/man4.i386/ex.4,v 1.9.2.6 2001/08/17 13:08:45 ru Exp $
27 .\" $DragonFly: src/share/man/man4/man4.i386/ex.4,v 1.4 2007/02/25 12:03:07 swildner Exp $
28 .\"
29 .Dd January 19, 1997
30 .Dt EX 4 i386
31 .Os
32 .Sh NAME
33 .Nm ex
34 .Nd "Ethernet device driver for the Intel EtherExpress Pro/10 and Pro/10+"
35 .Sh SYNOPSIS
36 .Cd "device ex0 at isa? port? irq ?"
37 .Sh DESCRIPTION
38 The
39 .Nm
40 driver provides support for the 16-bit PCI Intel EtherExpress Pro/10
41 and Pro/10+ Ethernet cards based on the Intel i82595 chip.
42 .Pp
43 If the port start address isn't found, the card will be searched for in the
44 I/O address range 0x200 - 0x3a0.  If the IRQ isn't specified, it will be
45 read from the EEPROM on the card.  For correct operation on newer
46 cards the Plug-N-Play support should be disabled.
47 .Sh DIAGNOSTICS
48 .Bl -diag
49 .It "ex%d: Intel EtherExpress Pro/10, address %6D, connector %s"
50 The device probe found an installed card, and was able to correctly install
51 the device driver.
52 .It "ex%d: WARNING: board's EEPROM is configured for IRQ %d, using %d"
53 The device probe detected that the board is configured for a different
54 interrupt than the one specified in the kernel configuration file.
55 .It "ex%d: invalid IRQ."
56 The device probe detected an invalid IRQ setting.
57 .El
58 .Sh SEE ALSO
59 .Xr arp 4 ,
60 .Xr ifmedia 4 ,
61 .Xr netintro 4 ,
62 .Xr ng_ether 4 ,
63 .Xr ifconfig 8
64 .Sh HISTORY
65 The
66 .Nm
67 device driver first appeared in
68 .Fx 2.2 .
69 .Sh AUTHORS
70 .An -nosplit
71 The
72 .Nm
73 device driver was written by
74 .An Javier Mart\('in Rueda .
75 This manual page was written by
76 .An David E. O'Brien .
77 .Sh BUGS
78 Currently the driver does not support multicast.