RemoteDrawingEngine: Reduce RP_READ_BITMAP result timeout.
[haiku.git] / src / bin / pcmcia-cs / dump_cis.8
blobbe0c51b1f8689bba192603d44a0d11d5399c9b57
1 .\" Copyright (C) 1998 David A. Hinds -- dahinds@users.sourceforge.net
2 .\" dump_cis.8 1.5 2000/06/12 21:24:48
3 .\"
4 .TH DUMP_CIS 8 "2000/06/12 21:24:48" "pcmcia-cs"
5 .SH NAME
6 dump_cis \- display PCMCIA Card Information Structures
7 .SH SYNOPSIS
8 .B dump_cis
9 .RB [ -f ]
10 .RB [ -v ]
11 .RB [ "\-i\ "\c
12 .I infile\c
14 .SH DESCRIPTION
15 .B Dump_cis
16 retrieves and parses the Card Information Structures for inserted
17 PCMCIA devices, or optionally, parses CIS information from a file.
18 .PP
19 The
20 .B pack_cis
21 utility can parse a subset of the non-verbose output
23 .BR dump_cis ,
24 so it is fairly easy to use
25 .B dump_cis
26 output as templates for
27 .BR pack_cis .
28 If a replacement CIS has been loaded for a card,
29 .B dump_cis
30 will display the replacement rather than the actual data on the card.
31 .SH OPTIONS
32 .TP
33 .B \-f
34 Force: attempt to decode any available CIS information even if the
35 overall CIS organization appears to be invalid.
36 .TP
37 .B \-v
38 Verbose output: display raw hex data for each tuple, and provide a
39 more complete dump of some tuple types.
40 .TP
41 .BI "\-i " infile
42 Read packed CIS data from a file (as created by
43 .BR pack_cis )
44 instead of reading from active cards.
45 .SH AUTHOR
46 David Hinds \- dahinds@users.sourceforge.net
47 .SH "SEE ALSO"
48 pack_cis(8).