Deleted Added
full compact
ex.4 (148220) ex.4 (151046)
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 148220 2005-07-21 05:02:39Z trhodes $
26.\" $FreeBSD: head/share/man/man4/man4.i386/ex.4 151046 2005-10-07 02:32:16Z trhodes $
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
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
35To compile support for the
36.Nm
37driver into your kernel, place the following line in your
35To compile this driver into the kernel,
36place the following lines in your
38kernel configuration file:
39.Bd -ragged -offset indent
40.Cd "device ex"
41.Ed
42.Pp
37kernel configuration file:
38.Bd -ragged -offset indent
39.Cd "device ex"
40.Ed
41.Pp
43Alternatively, to load the
44.Nm
45driver at boot time, place the following line in
42Alternatively, to load the driver as a
43module at boot time, place the following line in
46.Xr loader.conf 5 :
47.Bd -literal -offset indent
48if_ex_load="YES"
49.Ed
50.Sh DESCRIPTION
51The
52.Nm
53driver provides support for Ethernet adapters based on the Intel

--- 68 unchanged lines hidden ---
44.Xr loader.conf 5 :
45.Bd -literal -offset indent
46if_ex_load="YES"
47.Ed
48.Sh DESCRIPTION
49The
50.Nm
51driver provides support for Ethernet adapters based on the Intel

--- 68 unchanged lines hidden ---