diff options
author | green <green@FreeBSD.org> | 2003-02-25 22:14:38 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2003-02-25 22:14:38 +0000 |
commit | cf6c58298298caeb25b29001ebbd42d321e1964d (patch) | |
tree | 8b8a6335d2271076ce535b5d62270c7bdad4d695 /usr.sbin/pccard/pccardc/pccardc.8 | |
parent | a3f8d3d8190991dc750a8ef3f91002bc9f877b26 (diff) | |
download | FreeBSD-src-cf6c58298298caeb25b29001ebbd42d321e1964d.zip FreeBSD-src-cf6c58298298caeb25b29001ebbd42d321e1964d.tar.gz |
Add a new subcommand to pccardc(8), "dumpcisfile", which reads a CIS
structure from a file instead of a PC-CARD itself before parsing and
dumping it. (E.g. useful when you get a CIS file from a manufacturer
which fixes they broken card's CIS, and add it to the pccard quirks.)
Diffstat (limited to 'usr.sbin/pccard/pccardc/pccardc.8')
-rw-r--r-- | usr.sbin/pccard/pccardc/pccardc.8 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardc/pccardc.8 b/usr.sbin/pccard/pccardc/pccardc.8 index 5fcc941..81bea7a 100644 --- a/usr.sbin/pccard/pccardc/pccardc.8 +++ b/usr.sbin/pccard/pccardc/pccardc.8 @@ -44,11 +44,13 @@ The utility controls PC-CARD slots and configures and displays information about PCMCIA cards. It understands the following subcommands: .Pp -.Bl -tag -width pccardmem -compact +.Bl -tag -width dumpcisfile -compact .It Ic beep Set beep type .It Ic dumpcis Print card CIS(s) +.It Ic dumpcisfile +Print card CIS(s) from files .It Ic enabler Device driver enabler .It Ic help @@ -101,6 +103,15 @@ specifies which slot to read. When no option is supplied, it displays the CIS of all of the available cards. .It +.Ic dumpcisfile +.Ar files Op Ar ... +.Pp +Displays CIS(s) in the same format as +.Ic dumpcis , +but does so using +.Ar files +as the input CIS data instead of physical PC-CARD cards. +.It .Ic enabler Ar slot driver .Op Fl m Ar card addr size .Op Fl a Ar iobase |