Deleted Added
full compact
ep.4 (149477) ep.4 (151046)
1.\"
2.\" Copyright (c) 1994 Herb Peyerl
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
24.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29.\"
1.\"
2.\" Copyright (c) 1994 Herb Peyerl
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
24.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" $FreeBSD: head/share/man/man4/man4.i386/ep.4 149477 2005-08-25 23:11:10Z imp $
30.\" $FreeBSD: head/share/man/man4/man4.i386/ep.4 151046 2005-10-07 02:32:16Z trhodes $
31.\"
32.Dd July 16, 2005
33.Dt EP 4 i386
34.Os
35.Sh NAME
36.Nm ep
37.Nd "Ethernet driver for 3Com Etherlink III (3c5x9) interfaces"
38.Sh SYNOPSIS
31.\"
32.Dd July 16, 2005
33.Dt EP 4 i386
34.Os
35.Sh NAME
36.Nm ep
37.Nd "Ethernet driver for 3Com Etherlink III (3c5x9) interfaces"
38.Sh SYNOPSIS
39To compile support for the
40.Nm
41driver into your kernel, place the following line in your
39To compile this driver into the kernel,
40place the following lines in your
42kernel configuration file:
43.Bd -ragged -offset indent
44.Cd "device ep"
45.Ed
46.Pp
41kernel configuration file:
42.Bd -ragged -offset indent
43.Cd "device ep"
44.Ed
45.Pp
47Alternatively, to load the
48.Nm
49driver at boot time, place the following line in
46Alternatively, to load the driver as a
47module at boot time, place the following line in
50.Xr loader.conf 5 :
51.Bd -literal -offset indent
52if_ep_load="YES"
53.Ed
54.Sh DESCRIPTION
55The
56.Nm
57device driver supports network adapters based on the 3Com 3C5x9 Etherlink III

--- 161 unchanged lines hidden ---
48.Xr loader.conf 5 :
49.Bd -literal -offset indent
50if_ep_load="YES"
51.Ed
52.Sh DESCRIPTION
53The
54.Nm
55device driver supports network adapters based on the 3Com 3C5x9 Etherlink III

--- 161 unchanged lines hidden ---