OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / pcmcia-cs / original / man4 / serial_cs.4
1 .\" Copyright (C) 1998 David A. Hinds -- dahinds@users.sourceforge.net
2 .\" serial_cs.4 1.12 2000/06/12 21:24:48
3 .\"
4 .TH SERIAL_CS 4 "2000/06/12 21:24:48" "pcmcia-cs"
5 .SH NAME
6 serial_cs \- PCMCIA serial port driver
7 .SH SYNOPSIS
8 .B insmod serial_cs.o
9 .RB [ pc_debug=\c
10 .IR n ]
11 .RB [ irq_list=\c
12 .IR i,j,... ]
13 .RB [ do_sound=\c
14 .IR n ]
15 .SH DESCRIPTION
16 .B Serial_cs
17 is the Card Services driver for all PCMCIA serial devices, including
18 modem cards.  When
19 .B serial_cs
20 is bound to a serial or modem card, it will generally attempt to
21 allocate the first unused serial device for use by the card.  The
22 device chosen will be recorded in the kernel log file, and will also
23 be reported to
24 .BR cardmgr (8).
25 The major and minor numbers and device name reported by
26 .B serial_cs
27 will match the corresponding "dialout" device
28 .RI ( /dev/cua# ).
29 The new
30 device can be accessed using this device file or the corresponding
31 .I /dev/ttyS#
32 device.  The default serial card setup script will link
33 the dialout device to
34 .IR /dev/modem .
35 .SH PARAMETERS
36 .TP
37 .BI pc_debug= n
38 Selects the PCMCIA debugging level.  This parameter is only available
39 if the module is compiled with debugging enabled.  A non-zero value
40 enables debugging.
41 .TP
42 .BI irq_list= i,j,...
43 Specifies the set of interrupts that may be allocated by this driver.
44 .TP
45 .BI do_sound= n
46 A flag specifying if speaker output should be enabled.  The default is
47 1 (true).  Set to 0 to disable speaker output.
48 .SH AUTHOR
49 David Hinds \- dahinds@users.sourceforge.net
50 .SH "SEE ALSO"
51 cardmgr(8), pcmcia(5).