summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol/fwcontrol.8
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-08-05 03:26:14 +0000
committersimokawa <simokawa@FreeBSD.org>2003-08-05 03:26:14 +0000
commit23d1d988ed70d08e6b5d7921c34f567f6d911a64 (patch)
tree002957e49821cd0459614135f19895e904017071 /usr.sbin/fwcontrol/fwcontrol.8
parent81a2a9698b7dfbd8ce153de6d8bf9d2029cfabec (diff)
downloadFreeBSD-src-23d1d988ed70d08e6b5d7921c34f567f6d911a64.zip
FreeBSD-src-23d1d988ed70d08e6b5d7921c34f567f6d911a64.tar.gz
- Use /dev/fwX.Y rather than /dev/fwX.
- Add option -u to specify bus number. - Try to open the device only if it's necessary.
Diffstat (limited to 'usr.sbin/fwcontrol/fwcontrol.8')
-rw-r--r--usr.sbin/fwcontrol/fwcontrol.85
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8
index 43cb3f6..e5cf92e 100644
--- a/usr.sbin/fwcontrol/fwcontrol.8
+++ b/usr.sbin/fwcontrol/fwcontrol.8
@@ -32,6 +32,7 @@
.Nd FireWire control utility
.Sh SYNOPSIS
.Nm
+.Op Fl u Ar bus_num
.Op Fl rt
.Op Fl c Ar node
.Op Fl d Ar node
@@ -54,6 +55,8 @@ will output a list of devices that are/were connected to the bus.
.Pp
The following options are available:
.Bl -tag -width indent
+.It Fl u Ar bus_num
+Specify the FireWire bus number to be operated.
.It Fl r
Initiate bus reset.
.It Fl t
@@ -123,7 +126,7 @@ with
.Dq Li bs=144000 .
.Sh FILES
.Bl -tag
-.It Pa /dev/fw0
+.It Pa /dev/fw0.0
.El
.Sh SEE ALSO
.Xr firewire 4 ,
OpenPOWER on IntegriCloud