Added new supported cards (old ISA cards).

This commit is contained in:
Armin Schindler 1999-03-29 11:10:04 +00:00
parent 8f2ae69a10
commit cb14f30d6f
1 changed files with 34 additions and 9 deletions

View File

@ -1,8 +1,25 @@
$Id$
(c) 1999 Cytronics & Melware
This document describes the eicon driver for the
Eicon.Diehl active ISDN cards.
It is meant to be used with isdn4linux, an ISDN link-level module for Linux.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
NOTE : Since the eicon driver is still experimental, this README file
may be incomplete and not up to date.
@ -13,11 +30,15 @@ However, the driver should work under following conditions :
Supported Cards
---------------
- S-Card ISA
- SX-Card ISA
- SXn-Card ISA
- SCOM-Card ISA
- Quadro-Card ISA
- S2M-Card ISA
- DIVA Server BRI/PCI 2M
- DIVA Server PRI/PCI 2M (9M 23M 30M)
(Only analog modem functions of the DSPs are currently implemented)
(Only analog modem functions of the DSPs are currently implemented)
ISDN D-Channel Protocols
------------------------
@ -29,27 +50,31 @@ ISDN D-Channel Protocols
You can load the module simply by using the insmod or modprobe function :
insmod eicon [id=driverid]
insmod eicon [id=driverid] [membase=<membase>] [irq=<irq>]
The module will automatically probe the PCI-cards. If the id-options
is omitted, the driver will assume 'eicon0' for the first card and
is omitted, the driver will assume 'eicon0' for the first pci card and
increases the digit with each further card. With a given driver-id
the module appends a number starting with '0'.
For ISA-cards you have to specify membase, irq and id. If id or
membase is missing/invalid, the driver will not be loaded except
PCI-cards were found. Additional ISA-cards and irq/membase changes
can be done with the eiconctrl utility.
After loading the module, you have to download the protocol and
dsp-code by using the eiconctrl utility of isdn4k-utils.
Example for loading and starting a DIVA Server BRI/PCI with E-DSS1 Protocol.
Example for loading and starting a BRI card with E-DSS1 Protocol.
eiconctrl [-d DriverId] loadpci etsi
eiconctrl [-d DriverId] load etsi
Example for loading and starting a DIVA Server PRI/PCI with E-DSS1 Protocol.
Example for loading and starting a PRI card with E-DSS1 Protocol.
eiconctrl [-d DriverId] loadpci etsi -s2 -n
eiconctrl [-d DriverId] load etsi -s2 -n
Details about using the eiconctrl utility are in 'man eiconctrl'