Fix typo and update information.

This commit is contained in:
Hidetoshi Shimokawa 2003-01-25 15:24:59 +00:00
parent febe9e5d0a
commit 8f72047072
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109817
2 changed files with 16 additions and 8 deletions

View File

@ -39,6 +39,7 @@
.Nd IEEE1394 High-performance Serial Bus
.Sh SYNOPSIS
.Cd "device firewire"
.Cd "device fwohci"
.Pp
.In dev/firewire/firewire.h
.Sh DESCRIPTION
@ -68,11 +69,13 @@ Also, the other
.Nm
bus specific parameters,
e.g., node ID, cycle master, isochronous resource manager and bus
manager, are dynamically assigned, after bus rest is initiated.
manager, are dynamically assigned, after bus reset is initiated.
On
.Nm
bus, every device is identified with EUI 64 address.
.Sh SEE ALSO
.Xr fwcontrol 8 ,
.Xr fwe 4 ,
.Xr fwohci 4 ,
.Xr pci 4 ,
.Xr sbp 4
@ -90,5 +93,5 @@ driver was written by
and
.An Hidetoshi Shimokawa
for the
.Nx
.Fx
project.

View File

@ -40,17 +40,18 @@
.Nd OHCI firewire chipset device driver
.Sh SYNOPSIS
.Cd "device fwohci"
.Cd "device firewire"
.Sh DESCRIPTION
The
.Nm
driver provides support for PCI firewire interface cards.
The driver supports following OHCI chipsets.
driver provides support for PCI/CardBus firewire interface cards.
The driver supports following IEEE 1394 OHCI chipsets.
.Pp
.Bl -item
.It
uPD72861
NEC uPD72861
.It
TI TSB12LV22,LV23,26 and TSB43AA22
Texas Instruments TSB12LV{22,23,26}, TSB43{AA22,AB22/A}, PCI44{10A,50}
.It
Sony CX3022
.It
@ -60,6 +61,8 @@ Ricoh R5C552
.El
.Sh SEE ALSO
.Xr firewire 4 ,
.Xr fwcontrol 8 ,
.Xr fwe 4 ,
.Xr sbp 4
.Sh HISTORY
The
@ -69,5 +72,7 @@ device driver first appeared in
.Sh AUTHORS
The
.Nm
device driver and this manual page were written by
.An Katsushi Kobayashi .
device driver was written by
.An Katsushi Kobayashi
and
.An Hidetoshi Shimokawa .