diff options
author | Robinson P. Tryon <bishop.robinson@gmail.com> | 2008-01-15 22:30:55 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-01-15 22:30:55 +0000 |
commit | 552cfb7b74cc0f39aee0c6babecdb045c81073e7 (patch) | |
tree | e1bd3b45ccdab7c806bc5742af4a4bb64754284c /util/superiotool/superiotool.8 | |
parent | 6211ae13c3f366c0121a3b195196607f80cf29d3 (diff) | |
download | coreboot-552cfb7b74cc0f39aee0c6babecdb045c81073e7.tar.xz |
Add new --list-supported switch for printing the list of Super I/Os
supported by superiotool (closes #91).
Signed-off-by: Robinson P. Tryon <bishop.robinson@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3050 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.8')
-rw-r--r-- | util/superiotool/superiotool.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/util/superiotool/superiotool.8 b/util/superiotool/superiotool.8 index 9928bf3aed..401480abd5 100644 --- a/util/superiotool/superiotool.8 +++ b/util/superiotool/superiotool.8 @@ -1,8 +1,8 @@ -.TH SUPERIOTOOL 8 "October 11, 2007" +.TH SUPERIOTOOL 8 "January 13, 2008" .SH NAME superiotool \- Super I/O detection tool .SH SYNOPSIS -.B superiotool \fR[\fB\-dVvh\fR] +.B superiotool \fR[\fB\-dlVvh\fR] .SH DESCRIPTION .B superiotool is a GPL'd user-space utility which can @@ -72,6 +72,16 @@ which can mean several things. It's recommended to consult the datasheet for detailed information about the .BR MM " fields." .TP +.B "\-l, \-\-list-supported" +List all Super I/O chips recognized by +.BR superiotool ". The phrase" +.BR (dump available) +following a chip name indicates that +.B superiotool +supports the +.B --dump +option for this chip. +.TP .B "\-V, \-\-verbose" Enable verbose mode. This option can be used together with the .BR "\-d" " option." |