Deleted Added
full compact
ex.4 (79727) ex.4 (84877)
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 unchanged lines hidden (view full) ---

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.\"
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 unchanged lines hidden (view full) ---

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: head/share/man/man4/man4.i386/ex.4 79727 2001-07-14 19:41:16Z schweikh $
26.\" $FreeBSD: head/share/man/man4/man4.i386/ex.4 84877 2001-10-13 09:08:37Z yokota $
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
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 ?"
35.Cd "device ex"
36.Sh DESCRIPTION
37The
38.Nm
39driver provides support for the 16-bit PCI Intel EtherExpress Pro/10
40and Pro/10+ Ethernet cards based on the Intel i82595 chip.
41.Pp
36.Sh DESCRIPTION
37The
38.Nm
39driver provides support for the 16-bit PCI Intel EtherExpress Pro/10
40and Pro/10+ Ethernet cards based on the Intel i82595 chip.
41.Pp
42If the port start address isn't found, the card will be searched for in the
43I/O address range 0x200 - 0x3a0. If the IRQ isn't specified, it will be
42The card will be searched for in the
43I/O address range 0x200 - 0x3a0. If the IRQ will be
44read from the EEPROM on the card. For correct operation on newer
45cards 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"
49The device probe found an installed card, and was able to correctly install
50the device driver.
51.It "ex%d: WARNING: board's EEPROM is configured for IRQ %d, using %d"

--- 25 unchanged lines hidden ---
44read from the EEPROM on the card. For correct operation on newer
45cards 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"
49The device probe found an installed card, and was able to correctly install
50the device driver.
51.It "ex%d: WARNING: board's EEPROM is configured for IRQ %d, using %d"

--- 25 unchanged lines hidden ---