aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-01-25 15:24:59 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-01-25 15:24:59 +0000
commit8f7204707218df9cb62f571c1e4409d0f029cf98 (patch)
tree7d008f46669ca0a601863601adc79ae609e6632f /share/man
parentfebe9e5d0a93ff18d67576feec49b1fe736e4fd8 (diff)
downloadsrc-8f7204707218df9cb62f571c1e4409d0f029cf98.tar.gz
src-8f7204707218df9cb62f571c1e4409d0f029cf98.zip
Fix typo and update information.
Notes
Notes: svn path=/head/; revision=109817
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/firewire.47
-rw-r--r--share/man/man4/fwohci.417
2 files changed, 16 insertions, 8 deletions
diff --git a/share/man/man4/firewire.4 b/share/man/man4/firewire.4
index 72c7cfe1caf5..c3229b061713 100644
--- a/share/man/man4/firewire.4
+++ b/share/man/man4/firewire.4
@@ -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.
diff --git a/share/man/man4/fwohci.4 b/share/man/man4/fwohci.4
index 8d9416284c28..63939f1fc532 100644
--- a/share/man/man4/fwohci.4
+++ b/share/man/man4/fwohci.4
@@ -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 .