Deleted Added
full compact
fwe.4 (110752) fwe.4 (111447)
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 110752 2003-02-12 06:48:45Z simokawa $
25.\" $FreeBSD: head/share/man/man4/fwe.4 111447 2003-02-24 22:53:26Z ru $
26.\"
27.\"
28.Dd November 8, 2002
29.Dt FWE 4
30.Os
31.Sh NAME
32.Nm fwe
33.Nd Ethernet emulation driver for FireWire

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

69This driver emulates ethernet very adhoc way and it does not reserve a
70stream channel using an isochronous manager.
71Note this driver uses very different protocol from RFC 2734
72(IPv4 over IEEE 1394).
73.Sh SEE ALSO
74.Xr arp 4 ,
75.Xr firewire 4 ,
76.Xr fwohci 4 ,
26.\"
27.\"
28.Dd November 8, 2002
29.Dt FWE 4
30.Os
31.Sh NAME
32.Nm fwe
33.Nd Ethernet emulation driver for FireWire

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

69This driver emulates ethernet very adhoc way and it does not reserve a
70stream channel using an isochronous manager.
71Note this driver uses very different protocol from RFC 2734
72(IPv4 over IEEE 1394).
73.Sh SEE ALSO
74.Xr arp 4 ,
75.Xr firewire 4 ,
76.Xr fwohci 4 ,
77.Xr kldload 8 ,
78.Xr netintro 4 ,
79.Xr ng_ether 4 ,
80.Xr polling 4 ,
81.Xr ifconfig 8 ,
77.Xr netintro 4 ,
78.Xr ng_ether 4 ,
79.Xr polling 4 ,
80.Xr ifconfig 8 ,
81.Xr kldload 8 ,
82.Xr sysctl 8
83.Sh AUTHORS
84The
85.Nm
86driver and this manual page were written by
87.An Hidetoshi Shimokawa .
82.Xr sysctl 8
83.Sh AUTHORS
84The
85.Nm
86driver and this manual page were written by
87.An Hidetoshi Shimokawa .