diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-05-01 06:33:13 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-05-01 06:33:13 +0000 |
commit | 196d69cdc5c2a20a6e40281df257f3d77360ddfc (patch) | |
tree | 48459b87606fc467227984a448332eb4a0cbc7d9 | |
parent | 9f4de55ff28048fc5c191cc9f226a1aa7043c9ad (diff) | |
download | FreeBSD-src-196d69cdc5c2a20a6e40281df257f3d77360ddfc.zip FreeBSD-src-196d69cdc5c2a20a6e40281df257f3d77360ddfc.tar.gz |
Add description of '-o' and '-s'.
-rw-r--r-- | usr.sbin/fwcontrol/fwcontrol.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8 index 2c5ace6..5dee43b 100644 --- a/usr.sbin/fwcontrol/fwcontrol.8 +++ b/usr.sbin/fwcontrol/fwcontrol.8 @@ -36,6 +36,8 @@ .Op Fl rt .Op Fl c Ar node .Op Fl d Ar node +.Op Fl o Ar node +.Op Fl s Ar node .Op Fl l Ar file .Op Fl g Ar gap_count .Op Fl b Ar pri_req @@ -60,6 +62,10 @@ Show the topology map. Show the configuration ROM on the node. .It Fl d Ar node Hex dump of the configuration ROM. +.It Fl o Ar node +Send a link-on phy packet to the node. +.It Fl s Ar node +Write to RESET_START register on the node. .It Fl l Ar file Load hex dump file of the configuration ROM and parse it. .It Fl g Ar gap_count |