Sync usage with man page.
[netbsd-mini2440.git] / share / man / man4 / fwip.4
blob0babf13ba16e35c367cff130087f701ef22fcff5
1 .\"     $NetBSD: fwip.4,v 1.1 2005/07/11 15:37:00 kiyohara 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
42 The
43 .Nm
44 driver provides standard IP over IEEE1394 based on the
45 protocols described in RFC 2734 and RFC 3146.
46 .Pp
47 The
48 .Xr ieee1394if 4
49 and
50 .Xr fwohci 4
51 drivers 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
60 The
61 .Nm
62 device driver first appeared in
63 .Fx 5.3 .
64 It was added to
65 .Nx 4.0 .
66 .Sh AUTHORS
67 .An -nosplit
68 The
69 .Nm
70 driver and this manual page were written by
71 .An Doug Rabson ,
72 based on earlier work by
73 .An Hidetoshi Shimokawa .
74 It was added to
75 .Nx 4.0
77 .An KIYOHARA Takashi .
78 .Sh BUGS
79 This driver currently does not support the MCAP protocol for multicast
80 IP over IEEE1394.
81 Multicast packets are treated as broadcast packets which is sufficient
82 for most trivial uses of multicast.