diff options
author | simokawa <simokawa@FreeBSD.org> | 2008-03-05 01:30:48 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2008-03-05 01:30:48 +0000 |
commit | ed2af560699691d50dc3a8de204f01066be5c2d2 (patch) | |
tree | 2644170d619fc2d1794d3b31a74b061e4f092228 /usr.sbin/fwcontrol/fwcontrol.8 | |
parent | 904f9ecb6d89c5d2765813f6571163cc6437ac05 (diff) | |
download | FreeBSD-src-ed2af560699691d50dc3a8de204f01066be5c2d2.zip FreeBSD-src-ed2af560699691d50dc3a8de204f01066be5c2d2.tar.gz |
- add '-f' option to force root node.
- fix byte order in read_write_quad()
- show hostnames in the list
- fix typo in manpage
MFC after: 1 week
Diffstat (limited to 'usr.sbin/fwcontrol/fwcontrol.8')
-rw-r--r-- | usr.sbin/fwcontrol/fwcontrol.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8 index 7d9ebcf..758a730 100644 --- a/usr.sbin/fwcontrol/fwcontrol.8 +++ b/usr.sbin/fwcontrol/fwcontrol.8 @@ -39,6 +39,7 @@ .Op Fl o Ar node .Op Fl s Ar node .Op Fl l Ar file +.Op Fl f Ar node .Op Fl g Ar gap_count .Op Fl b Ar pri_req .Op Fl M Ar mode @@ -77,6 +78,10 @@ Write to the register on the node. .It Fl l Ar file 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. .It Fl g Ar gap_count Broadcast .Ar gap_count @@ -98,7 +103,7 @@ an error complaining about "format 0x20", try to force the "mpeg" mode. .It Fl R Ar filename Receive DV or MPEG TS stream and dump it to a file. Use Ctrl-C to stop the receiving. -Some DV cameras seem not to send the stream if a bus manager exits. +Some DV cameras seem not to send the stream if a bus manager exists. If you cannot get the stream, try the following commands: .Bd -literal -offset indent sysctl hw.firewire.try_bmr=0 |