Deleted Added
full compact
fwohci.4 (110752) fwohci.4 (111447)
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.

--- 15 unchanged lines hidden (view full) ---

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.\"
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.

--- 15 unchanged lines hidden (view full) ---

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: head/share/man/man4/fwohci.4 110752 2003-02-12 06:48:45Z simokawa $
32.\" $FreeBSD: head/share/man/man4/fwohci.4 111447 2003-02-24 22:53:26Z ru $
33.\"
34.\"
35.Dd April 10, 2000
36.Dt FWOHCI 4
37.Os
38.Sh NAME
39.Nm fwohci
40.Nd OHCI firewire chipset device driver

--- 19 unchanged lines hidden (view full) ---

60Sony CX3022
61.It
62VIA VT6306
63.It
64Ricoh R5C552
65.El
66.Sh SEE ALSO
67.Xr firewire 4 ,
33.\"
34.\"
35.Dd April 10, 2000
36.Dt FWOHCI 4
37.Os
38.Sh NAME
39.Nm fwohci
40.Nd OHCI firewire chipset device driver

--- 19 unchanged lines hidden (view full) ---

60Sony CX3022
61.It
62VIA VT6306
63.It
64Ricoh R5C552
65.El
66.Sh SEE ALSO
67.Xr firewire 4 ,
68.Xr fwcontrol 8 ,
69.Xr fwe 4 ,
68.Xr fwe 4 ,
70.Xr kldload 8 ,
71.Xr sbp 4
69.Xr sbp 4 ,
70.Xr fwcontrol 8 ,
71.Xr kldload 8
72.Sh HISTORY
73The
74.Nm
75device driver first appeared in
76.Fx 5.0 .
77.Sh AUTHORS
72.Sh HISTORY
73The
74.Nm
75device driver first appeared in
76.Fx 5.0 .
77.Sh AUTHORS
78.An -nosplit
78The
79.Nm
80device driver was written by
81.An Katsushi Kobayashi
82and
83.An Hidetoshi Shimokawa .
79The
80.Nm
81device driver was written by
82.An Katsushi Kobayashi
83and
84.An Hidetoshi Shimokawa .
84.Pp
85.Sh BUGS
86The driver allows physical access from any nodes on the bus by default.
87This means that any devices on the bus can read and modify any memory space
85.Sh BUGS
86The driver allows physical access from any nodes on the bus by default.
87This means that any devices on the bus can read and modify any memory space
88which can be accessed by IEEE 1394 OHCI chip. It is allowed mostly
89for sbp(4) devices. This should be changed to allow it only for specific
90devices. Anyway FireWire is a bus and not expected to be connected with
91un-trustable devices because a node can monitor all the traffic.
88which can be accessed by IEEE 1394 OHCI chip.
89It is allowed mostly for
90.Xr sbp 4
91devices.
92This should be changed to allow it only for specific devices.
93Anyway, FireWire is a bus and not expected to be connected with
94un-trustable devices because a node can monitor all the traffic.