OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / pcmcia-cs / original / man8 / lspnp.8
1 .\" Copyright (C) 1999 David A. Hinds -- dahinds@users.sourceforge.net
2 .\" lspnp.8 1.4 2000/06/12 21:24:49
3 .\"
4 .TH LSPNP 8 "2000/06/12 21:24:49" "pcmcia-cs"
5 .SH NAME
6 lspnp \- list Plug and Play BIOS device nodes and resources
7 .SH SYNOPSIS
8 .B lspnp
9 .RB [ -b ]
10 .RB [ -v [ v ]]
11 .RI [ "device ..." ]
12 .SH DESCRIPTION
13 This utility presents a formatted interpretation of the contents of the
14 .I /proc/bus/pnp
15 tree.  Its default output is a list of Plug and Play device node
16 numbers, product identifiers, and descriptions.  Verbose output
17 .RB ( -v )
18 includes resource allocations (IO ports, memory, interrupts, and DMA 
19 channels) for each device.  Very verbose output
20 .RB ( -vv )
21 includes lists of possible resources, various configuration flags, and
22 product identifiers for compatible devices.
23 .PP
24 The output can be limited to one or more specific device nodes by
25 specifying their two-digit hex node numbers on the command line.  By
26 default, current (dynamic) device configuration information is
27 displayed; with the
28 .B -b
29 option, the boot (static) configuration is shown.
30 .SH OPTIONS
31 .TP
32 .B \-b
33 Boot mode: read device resource information that will be used at next
34 boot (as opposed to current resource info).
35 .TP
36 .B \-v
37 Selects more verbose output.  Can be used more than once.
38 .SH FILES
39 .TP \w'/usr/share/pnp.ids\ \ \ \ |\|'u
40 /usr/share/pnp.ids
41 A database of known Plug and Play device ID's.
42 .TP
43 /proc/bus/pnp/...
44 The kernel interface for Plug and Play BIOS device services.
45 .SH AUTHORS
46 David Hinds \- dahinds@users.sourceforge.net
47 .SH "SEE ALSO"
48 setpnp(8)