Deleted Added
sdiff udiff text old ( 140561 ) new ( 148145 )
full compact
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 $
26.\"
27.\"
28.Dd December 14, 2004
29.Dt FWE 4
30.Os
31.Sh NAME
32.Nm fwe
33.Nd Ethernet emulation driver for FireWire
34.Sh SYNOPSIS
35.Cd "kldload firewire"
36.Cd "kldload if_fwe"
37.Pp
38or
39.Pp
40.Cd "device firewire"
41.Cd "device fwe"
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 ---