I82365(3) Library Functions Manual I82365(3)NAME
i82365 - Personal Computer Memory Card Interface Association (PCMCIA) device
SYNOPSIS
bind -a #y /dev
/dev/pcm0attr
/dev/pcm0ctl
/dev/pcm0mem
/dev/pcm1attr
/dev/pcm1ctl
/dev/pcm1mem
DESCRIPTION
The i82365 driver provides an interface to an Intel 82365-compatible PCMCIA interface chip. This chip supports up to 2 PCMCIA slots, 0 and
1. Reading pcm[01]attr returns the contents of attribute memory. Reading or writing pcm[01]mem reads or writes RAM on the card. Reading
pcm[01]ctl returns the card's status.
This driver must be included to use PCMCIA devices such as the NE4100 Ethernet card. The individual card drivers make calls to routines in
the PCMCIA driver.
SOURCE
/sys/src/9/pc/devi82365.c
SEE ALSO plan9.ini(8)BUGS
There is no driver for the Databook PCMCIA interface chip.
The PCMCIA section of the system is new and less reliable than other pieces of the system. Also, its coverage of devices is spotty.
I82365(3)
Check Out this Related Man Page
SERIAL_CS(4) Kernel Interfaces Manual SERIAL_CS(4)NAME
serial_cs - PCMCIA serial port driver
SYNOPSIS
insmod serial_cs.o [pc_debug=n] [irq_list=i,j,...] [do_sound=n]
DESCRIPTION
Serial_cs is the Card Services driver for all PCMCIA serial devices, including modem cards. When serial_cs is bound to a serial or modem
card, it will generally attempt to allocate the first unused serial device for use by the card. The device chosen will be recorded in the
kernel log file, and will also be reported to cardmgr(8). The major and minor numbers and device name reported by serial_cs will match the
corresponding "dialout" device (/dev/cua#). The new device can be accessed using this device file or the corresponding /dev/ttyS# device.
The default serial card setup script will link the dialout device to /dev/modem.
PARAMETERS
pc_debug=n
Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero
value enables debugging.
irq_list=i,j,...
Specifies the set of interrupts that may be allocated by this driver.
do_sound=n
A flag specifying if speaker output should be enabled. The default is 1 (true). Set to 0 to disable speaker output.
AUTHOR
David Hinds - dahinds@users.sourceforge.net
SEE ALSO cardmgr(8), pcmcia(5).
pcmcia-cs 2000/06/12 21:24:48 SERIAL_CS(4)
ENV: linux Version: Mandrake 8.1, PCMCIA card: longshine lcs-8534TB.
(supported according the PCMCIA docs)
laptop is P-II lifetec
/etc/sysconfig/pcmcia:
PCMCIA=yes
PCIC=i82365 ( found via probe -m )
PCIC_OPTS="cs_irq=11 pci_irq_list=11,11 do_scan=0" ( you see i want to force irq 11 )... (3 Replies)
Hi all,
I've been using linux/unix now only for a couple of months and was doing ok until about 30 minutes ago...
I needed to reboot into my windows 2000 partition, so, in a terminal I typed:
shutdown -r now
which duly rebooted the PC for me. On getting to the OS selection screen I... (5 Replies)