1 .\" $NetBSD: ieee1394if.4,v 1.2 2005/07/12 07:28:46 wiz Exp $
3 .\" Copyright (c) 2005 KIYOHARA Takashi
4 .\" All rights reserved.
6 .\" Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
7 .\" All rights reserved.
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\" notice, this list of conditions and the following disclaimer in the
16 .\" documentation and/or other materials provided with the distribution.
17 .\" 3. All advertising materials mentioning features or use of this software
18 .\" must display the acknowledgement as bellow:
20 .\" This product includes software developed by K. Kobayashi and H. Shimokawa
22 .\" 4. The name of the author may not be used to endorse or promote products
23 .\" derived from this software without specific prior written permission.
25 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
26 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 .\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
29 .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
30 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35 .\" POSSIBILITY OF SUCH DAMAGE.
37 .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/firewire.4,v 1.11 2004/12/14 19:53:30 brueffer Exp $
44 .Nd IEEE1394 High-performance Serial Bus
46 .Cd "ieee1394if* at fwohci?"
49 provides machine-independent bus support and raw drivers for IEEE1394
54 driver consists of two layers: the controller and the
56 The controller attaches to a physical bus
61 bus attaches to the controller.
62 Additional drivers can be attached to the bus.
64 Up to 63 devices, including the host itself, can be attached to
66 The root node is dynamically assigned with a PHY device function.
67 Also, the other IEEE1394 bus specific parameters,
68 e.g., node ID, cycle master, isochronous resource manager and bus
69 manager, are dynamically assigned, after bus reset is initiated.
72 bus, every device is identified by an EUI 64 address.
88 driver first appeared in
94 under its present name.
100 .An Katsushi Kobayashi
102 .An Hidetoshi Shimokawa
109 .An KIYOHARA Takashi .