]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/man/man4/man4.i386/ex.4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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$
27 .\"
28 .Dd July 16, 2005
29 .Dt EX 4 i386
30 .Os
31 .Sh NAME
32 .Nm ex
33 .Nd "Ethernet device driver for the Intel EtherExpress Pro/10 and Pro/10+"
34 .Sh SYNOPSIS
35 To compile this driver into the kernel,
36 place the following line in your
37 kernel configuration file:
38 .Bd -ragged -offset indent
39 .Cd "device ex"
40 .Ed
41 .Pp
42 Alternatively, to load the driver as a
43 module at boot time, place the following line in
44 .Xr loader.conf 5 :
45 .Bd -literal -offset indent
46 if_ex_load="YES"
47 .Ed
48 .Sh DESCRIPTION
49 The
50 .Nm
51 driver provides support for Ethernet adapters based on the Intel
52 i82595 chip.
53 .Pp
54 On the ISA bus, the card will be searched for in the
55 I/O address range 0x200 - 0x3a0.
56 The IRQ will be read from the EEPROM on the card.
57 For correct operation Plug-N-Play support should be disabled.
58 .Pp
59 On the PC Card bus, the card will be automatically recognized and
60 configured.
61 .Sh HARDWARE
62 The
63 .Nm
64 driver supports the following Ethernet adapters:
65 .Pp
66 .Bl -bullet -compact
67 .It
68 Intel EtherExpress Pro/10 ISA
69 .It
70 Intel EtherExpress Pro/10+ ISA
71 .It
72 Olicom OC2220 Ethernet PC Card
73 .It
74 Olicom OC2232 Ethernet/Modem PC Card
75 .It
76 Silicom Ethernet LAN PC Card
77 .It
78 Silicom EtherSerial LAN PC Card
79 .El
80 .Sh DIAGNOSTICS
81 .Bl -diag
82 .It "ex%d: Intel EtherExpress Pro/10, address %6D, connector %s"
83 The device probe found an installed card, and was able to correctly install
84 the device driver.
85 .It "ex%d: WARNING: board's EEPROM is configured for IRQ %d, using %d"
86 The device probe detected that the board is configured for a different
87 interrupt than the one specified in the kernel configuration file.
88 .It "ex%d: invalid IRQ."
89 The device probe detected an invalid IRQ setting.
90 .El
91 .Sh SEE ALSO
92 .Xr arp 4 ,
93 .Xr netintro 4 ,
94 .Xr ng_ether 4 ,
95 .Xr ifconfig 8
96 .Sh HISTORY
97 The
98 .Nm
99 device driver first appeared in
100 .Fx 2.2 .
101 .Sh AUTHORS
102 .An -nosplit
103 The
104 .Nm
105 device driver was written by
106 .An Javier Mart\('in Rueda .
107 The PC Card attachment was written by
108 .An Mitsuru ISAWAKI
109 and
110 .An Warner Losh .
111 This manual page was written by
112 .An David E. O'Brien .
113 .Sh BUGS
114 Currently the driver does not support multicast.
115 .Pp
116 The Silicom EtherSerial card's serial port does not currently work.
117 The Olicom OC2232 PC Card should work with the
118 .Nm
119 driver, but is currently completely broken.