]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/fwohci.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / man / man4 / fwohci.4
1 .\" Copyright (c) 1998,1999,2000 Katsushi Kobayashi and 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.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the acknowledgement as bellow:
14 .\"
15 .\"    This product includes software developed by K. Kobayashi and H. Shimokawa
16 .\"
17 .\" 4. The name of the author may not be used to endorse or promote products
18 .\"    derived from this software without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23 .\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
24 .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
28 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
29 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 .\" POSSIBILITY OF SUCH DAMAGE.
31 .\"
32 .\" $FreeBSD$
33 .\"
34 .\"
35 .Dd March 3, 2008
36 .Dt FWOHCI 4
37 .Os
38 .Sh NAME
39 .Nm fwohci
40 .Nd OHCI FireWire chipset device driver
41 .Sh SYNOPSIS
42 To compile this driver into the kernel,
43 place the following line in your
44 kernel configuration file:
45 .Bd -ragged -offset indent
46 .Cd "device firewire"
47 .Ed
48 .Pp
49 Alternatively, to load the driver as a
50 module at boot time, place the following line in
51 .Xr loader.conf 5 :
52 .Bd -literal -offset indent
53 firewire_load="YES"
54 .Ed
55 .Pp
56 To disable physical access (see
57 .Sx BUGS
58 section for detail), put the following line in
59 .Xr loader.conf 5 :
60 .Bd -literal -offset indent
61 hw.firewire.phydma_enable=0
62 .Ed
63 .Sh HARDWARE
64 The
65 .Nm
66 driver provides support for PCI/CardBus FireWire interface cards.
67 The driver supports the following IEEE 1394 OHCI chipsets:
68 .Pp
69 .Bl -bullet -compact
70 .It
71 Adaptec AHA-894x/AIC-5800
72 .It
73 Apple Pangea
74 .It
75 Apple UniNorth
76 .It
77 Intel 82372FB
78 .It
79 IOGEAR GUF320
80 .It
81 Lucent / Agere FW322/323
82 .It
83 NEC uPD72861
84 .It
85 NEC uPD72870
86 .It
87 NEC uPD72871/2
88 .It
89 NEC uPD72873
90 .It
91 NEC uPD72874
92 .It
93 National Semiconductor CS4210
94 .It
95 Ricoh R5C551
96 .It
97 Ricoh R5C552
98 .It
99 Sony CX3022
100 .It
101 Sony i.LINK (CXD3222)
102 .It
103 Sun PCIO-2 (RIO 1394)
104 .It
105 Texas Instruments PCI4410A
106 .It
107 Texas Instruments PCI4450
108 .It
109 Texas Instruments PCI4451
110 .It
111 Texas Instruments TSB12LV22
112 .It
113 Texas Instruments TSB12LV23
114 .It
115 Texas Instruments TSB12LV26
116 .It
117 Texas Instruments TSB43AA22
118 .It
119 Texas Instruments TSB43AB21/A/AI/A-EP
120 .It
121 Texas Instruments TSB43AB22/A
122 .It
123 Texas Instruments TSB43AB23
124 .It
125 Texas Instruments TSB82AA2
126 .It
127 VIA Fire II (VT6306)
128 .El
129 .Sh SEE ALSO
130 .Xr firewire 4 ,
131 .Xr fwe 4 ,
132 .Xr fwip 4 ,
133 .Xr sbp 4 ,
134 .Xr fwcontrol 8 ,
135 .Xr kldload 8
136 .Sh HISTORY
137 The
138 .Nm
139 device driver first appeared in
140 .Fx 5.0 .
141 .Sh AUTHORS
142 .An -nosplit
143 The
144 .Nm
145 device driver was written by
146 .An Katsushi Kobayashi
147 and
148 .An Hidetoshi Shimokawa .
149 .Sh BUGS
150 The driver allows physical access from any nodes on the bus by default.
151 This means that any devices on the bus can read and modify any memory space
152 which can be accessed by an IEEE 1394 OHCI chip.
153 It is allowed mostly for
154 .Xr sbp 4
155 devices.
156 This should be changed to allow it only for specific devices.
157 Anyway, FireWire is a bus and not expected to be connected with
158 un-trustable devices because a node can monitor all the traffic.