xref: /netbsd-src/share/man/man4/fwip.4 (revision 2c0333bc3bbe96c56f6c19c1f685a7e90bd76a10)
1.\"	$NetBSD: fwip.4,v 1.2 2005/07/12 07:31:57 wiz Exp $
2.\"
3.\" Copyright (c) 2005 KIYOHARA Takashi
4.\" All rights reserved.
5.\"
6.\" Copyright (c) 2004 Doug Rabson
7.\" Copyright (c) 2002 Hidetoshi Shimokawa
8.\" All rights reserved.
9.\"
10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions
12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright
14.\"    notice, this list of conditions and the following disclaimer.
15.\" 2. Redistributions in binary form must reproduce the above copyright
16.\"    notice, this list of conditions and the following disclaimer in the
17.\"    documentation and/or other materials provided with the distribution.
18.\"
19.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22.\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
23.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
27.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29.\" POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/fwip.4,v 1.5 2005/01/21 08:36:37 ru Exp $
32.\"
33.Dd June 18, 2005
34.Dt FWIP 4
35.Os
36.Sh NAME
37.Nm fwip
38.Nd IP over IEEE1394 driver
39.Sh SYNOPSIS
40.Cd "fwip* at ieee1394if?"
41.Sh DESCRIPTION
42The
43.Nm
44driver provides standard IP over IEEE1394 based on the
45protocols described in RFC 2734 and RFC 3146.
46.Pp
47The
48.Xr ieee1394if 4
49and
50.Xr fwohci 4
51drivers must be configured in the kernel as well.
52.Sh SEE ALSO
53.Xr arp 4 ,
54.Xr fwohci 4 ,
55.Xr ieee1394if 4 ,
56.Xr netintro 4 ,
57.Xr ifconfig 8 ,
58.Xr sysctl 8
59.Sh HISTORY
60The
61.Nm
62device driver first appeared in
63.Fx 5.3 .
64It was added to
65.Nx 4.0 .
66.Sh AUTHORS
67.An -nosplit
68The
69.Nm
70driver and this manual page were written by
71.An Doug Rabson ,
72based on earlier work by
73.An Hidetoshi Shimokawa .
74It was added to
75.Nx 4.0
76by
77.An KIYOHARA Takashi .
78.Sh BUGS
79This driver currently does not support the MCAP protocol for multicast
80IP over IEEE1394.
81Multicast packets are treated as broadcast packets which is sufficient
82for most trivial uses of multicast.
83