OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / pcmcia-cs / original / man5 / stab.5
1 .\" Copyright (C) 1998 David A. Hinds -- dahinds@users.sourceforge.net
2 .\" stab.5 1.13 2000/06/12 21:24:48
3 .\"
4 .TH STAB 5 "2000/06/12 21:24:48" "pcmcia-cs"
5 .SH NAME
6 stab \- current PCMCIA socket status
7
8 .SH DESCRIPTION
9 The \fIstab\fR file is created by \fBcardmgr\fR
10 and contains identification and device driver information for PCMCIA
11 cards.  Each socket is described by one header line, followed by one
12 or more device driver lines.  The header gives the card name as given
13 in \fI/etc/pcmcia/config\fR.
14 Device driver lines consist of a series of tab-separated fields.  The
15 first field is the socket number.  The second field is the device
16 class, which identifies which script in \fI/etc/pcmcia\fR
17 is used to configure or shut down this device.
18 The third field is the driver name.
19 The fourth field is used to number devices when a single
20 card has several devices associated with the same driver.  The fifth
21 field is the device name, and the final two fields are major and minor
22 device numbers for this device, if appropriate.
23 .PP
24 The file is updated by \fBcardmgr\fR whenever a card is inserted or
25 ejected, and when \fBcardmgr\fR receives a \fBSIGHUP\fR signal.
26 .PP
27 The \fIstab\fR file will normally be created in \fI/var/lib/pcmcia\fR,
28 but if that directory is unavailable, it will be found in
29 \fI/var/run\fR.
30
31 .SH AUTHOR
32 David Hinds \- dahinds@users.sourceforge.net
33 .SH "SEE ALSO"
34 cardmgr(8), pcmcia(5), cardinfo(1).