summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol/fwcontrol.8
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2008-09-10 18:09:52 +0000
committersbruno <sbruno@FreeBSD.org>2008-09-10 18:09:52 +0000
commit0d2f69ae42392dfcf96722ec8a2bcb032966316d (patch)
tree950a43a1caaa488965a0ce5b44cd000bd1a8924b /usr.sbin/fwcontrol/fwcontrol.8
parentddef31011106cf0f134191491d7068326eb3a518 (diff)
downloadFreeBSD-src-0d2f69ae42392dfcf96722ec8a2bcb032966316d.zip
FreeBSD-src-0d2f69ae42392dfcf96722ec8a2bcb032966316d.tar.gz
Beginning of overhaul of fwcontrol:
- Documentation of send_phy_config() - cleanup of malloc's() and added error checking throughout - new capability to iterate over multiple firewire buses - update usage() display - cleanup command line parsing to allow out of order switches - cleanup command line parsing to allow multiple switches per invocation - cleanup grammar of man page a bit - add some ranges to the man page to indicate what values are valid Since fwcontrol's code is the same across 6/7/head this can be applied to all branches after the MFC period. Reviewed by: Dieter freebsd@sopwith.solgatos.com Approved by: mentor Scott scottl@samsco.org MFC after: 60 days
Diffstat (limited to 'usr.sbin/fwcontrol/fwcontrol.8')
-rw-r--r--usr.sbin/fwcontrol/fwcontrol.811
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8
index 758a730..ebe689a 100644
--- a/usr.sbin/fwcontrol/fwcontrol.8
+++ b/usr.sbin/fwcontrol/fwcontrol.8
@@ -59,7 +59,7 @@ will output a list of devices that are/were connected to the bus.
The following options are available:
.Bl -tag -width indent
.It Fl u Ar bus_num
-Specify the FireWire bus number to be operated on.
+Specify the FireWire bus number to be operated on. Default is bus 0.
.It Fl r
Initiate bus reset.
.It Fl t
@@ -81,11 +81,14 @@ Load hex dump file of the configuration ROM and parse it.
.It Fl f Ar node
Force specified
.Ar node
-to be the root node on the next bus reset.
+to be the root node on the next bus reset by sending a PHY config packet.
+Valid values are 0 - 63.
.It Fl g Ar gap_count
-Broadcast
+Broadcast new
.Ar gap_count
-by phy_config packet.
+by sending a PHY_config packet.
+By default this value is 63 on all nodes.
+Valid values are 0 - 63.
.It Fl i Ar pri_req
Set the
.Dv PRIORITY_BUDGET
OpenPOWER on IntegriCloud