Initial import from FreeBSD RELENG_4:
[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 .\"
28 .Dd January 19, 1997
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 .Cd "device ex0 at isa? port? irq ?"
36 .Sh DESCRIPTION
37 The
38 .Nm
39 driver provides support for the 16-bit PCI Intel EtherExpress Pro/10
40 and Pro/10+ Ethernet cards based on the Intel i82595 chip.
41 .Pp
42 If the port start address isn't found, the card will be searched for in the
43 I/O address range 0x200 - 0x3a0.  If the IRQ isn't specified, it will be
44 read from the EEPROM on the card.  For correct operation on newer
45 cards the Plug-N-Play support should be disabled.
46 .Sh DIAGNOSTICS
47 .Bl -diag
48 .It "ex%d: Intel EtherExpress Pro/10, address %6D, connector %s"
49 The device probe found an installed card, and was able to correctly install
50 the device driver.
51 .It "ex%d: WARNING: board's EEPROM is configured for IRQ %d, using %d"
52 The device probe detected that the board is configured for a different
53 interrupt than the one specified in the kernel configuration file.
54 .It "ex%d: invalid IRQ."
55 The device probe detected an invalid IRQ setting.
56 .El
57 .Sh BUGS
58 Currently the driver does not support multicast.
59 .Sh SEE ALSO
60 .Xr arp 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 .