Deleted Added
full compact
fwe.4 (140561) fwe.4 (148145)
1.\" Copyright (c) 2002 Hidetoshi Shimokawa
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
22.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23.\" POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2002 Hidetoshi Shimokawa
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
22.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23.\" POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/fwe.4 140561 2005-01-21 08:36:40Z ru $
25.\" $FreeBSD: head/share/man/man4/fwe.4 148145 2005-07-19 00:26:30Z trhodes $
26.\"
27.\"
26.\"
27.\"
28.Dd December 14, 2004
28.Dd July 16, 2005
29.Dt FWE 4
30.Os
31.Sh NAME
32.Nm fwe
29.Dt FWE 4
30.Os
31.Sh NAME
32.Nm fwe
33.Nd Ethernet emulation driver for FireWire
33.Nd "Ethernet emulation driver for FireWire"
34.Sh SYNOPSIS
34.Sh SYNOPSIS
35.Cd "kldload firewire"
36.Cd "kldload if_fwe"
37.Pp
38or
39.Pp
35To compile support for the
36.Nm
37driver into your kernel, place the following lines in your kernel configuration
38file:
39.Bd -ragged -offset indent
40.Cd "device firewire"
41.Cd "device fwe"
40.Cd "device firewire"
41.Cd "device fwe"
42.Ed
43.Pp
44Alternatively, to load the
45.Nm
46driver at boot time, place the following line in
47.Xr loader.conf 5 :
48.Bd -literal -offset indent
49if_fwe_load="YES"
50.Ed
42.Sh DESCRIPTION
43The
44.Nm
45driver provides non-standard Ethernet emulation over FireWire (IEEE 1394).
46.Pp
47.Xr firewire 4
48and
49.Xr fwohci 4

--- 40 unchanged lines hidden ---
51.Sh DESCRIPTION
52The
53.Nm
54driver provides non-standard Ethernet emulation over FireWire (IEEE 1394).
55.Pp
56.Xr firewire 4
57and
58.Xr fwohci 4

--- 40 unchanged lines hidden ---