|
|
| version 1.2, 2003/06/17 04:36:59 | version 1.3, 2004/01/30 22:38:47 |
|---|---|
| Line 29 | Line 29 |
| .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| .\" POSSIBILITY OF SUCH DAMAGE. | .\" POSSIBILITY OF SUCH DAMAGE. |
| .\" | .\" |
| .\" $FreeBSD: src/share/man/man4/firewire.4,v 1.1.2.3 2003/02/14 08:22:03 simokawa Exp $ | .\" $FreeBSD: src/share/man/man4/firewire.4,v 1.9 2003/12/17 01:13:13 brueffer Exp $ |
| .\" $DragonFly: src/share/man/man4/firewire.4,v 1.1 2003/06/16 05:31:22 dillon Exp $ | .\" $DragonFly$ |
| .\" | .\" |
| .Dd May 23, 2002 | .Dd May 23, 2002 |
| .Dt FIREWIRE 4 | .Dt FIREWIRE 4 |
| Line 44 | Line 44 |
| or | or |
| .Pp | .Pp |
| .Cd "device firewire" | .Cd "device firewire" |
| .Cd "device fwohci" | |
| .Pp | .Pp |
| .In dev/firewire/firewire.h | .In dev/firewire/firewire.h |
| .Sh DESCRIPTION | .Sh DESCRIPTION |
| Line 63 The controller attaches to a physical bu | Line 62 The controller attaches to a physical bu |
| The | The |
| .Nm | .Nm |
| bus attaches to the controller. | bus attaches to the controller. |
| And the additional driver can be attached to the bus. | Additional drivers can be attached to the bus. |
| .Pp | .Pp |
| Up to 63 devices, including the host itself, can be attached to | Up to 63 devices, including the host itself, can be attached to |
| a | a |
| .Nm | .Nm |
| bus. | bus. |
| The root node is dynamically assigned with PHY device function. | The root node is dynamically assigned with a PHY device function. |
| Also, the other | Also, the other |
| .Nm | .Nm |
| bus specific parameters, | bus specific parameters, |
| e.g., node ID, cycle master, isochronous resource manager and bus | e.g., node ID, cycle master, isochronous resource manager and bus |
| manager, are dynamically assigned, after bus reset is initiated. | manager, are dynamically assigned, after bus reset is initiated. |
| On | On the |
| .Nm | .Nm |
| bus, every device is identified with EUI 64 address. | bus, every device is identified by a EUI 64 address. |
| .Sh FILES | .Sh FILES |
| .Bl -tag -width indent -compact | .Bl -tag -compact |
| .It Pa /dev/fw0 | .It Pa /dev/fw0 |
| .It Pa /dev/fwmem0 | .It Pa /dev/fwmem0 |
| .El | .El |
| .Sh SEE ALSO | .Sh SEE ALSO |
| .Xr fwcontrol 8 , | |
| .Xr fwe 4 , | .Xr fwe 4 , |
| .Xr fwohci 4 , | .Xr fwohci 4 , |
| .Xr kldload 8 , | |
| .Xr pci 4 , | .Xr pci 4 , |
| .Xr sbp 4 , | .Xr sbp 4 , |
| .Xr fwcontrol 8 , | |
| .Xr kldload 8 , | |
| .Xr sysctl 8 | .Xr sysctl 8 |
| .Sh HISTORY | .Sh HISTORY |
| The | The |
| Line 107 and | Line 106 and |
| for the | for the |
| .Fx | .Fx |
| project. | project. |
| .Pp | |
| .Sh BUGS | .Sh BUGS |
| See fwohci(4) for security note. | See |
| .Xr fwohci 4 | |
| for security note. |