home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / docs / kernel-2.0 / isdn / readme.icn < prev    next >
Encoding:
Text File  |  1996-07-11  |  1.7 KB  |  65 lines

  1. $Id: README.icn,v 1.4 1996/06/03 19:57:07 fritz Exp $
  2.  
  3. You can get the ICN-ISDN-card from:
  4.  
  5. Thinking Objects Software GmbH
  6. Obere Heerbergstr. 17
  7. 97078 Wⁿrzburg
  8. Tel: +49 931 2877950
  9. Fax: +49 931 2877951
  10.  
  11. email info@think.de
  12. WWW   http:/www.think.de
  13.  
  14.  
  15. The card communicates with the PC by two interfaces:
  16.   1. A range of 4 successive port-addresses, whose base address can be 
  17.      configured with the switches.
  18.   2. A memory window with 16KB-256KB size, which can be setup in 16k steps
  19.      over the whole range of 16MB. Isdn4linux only uses a 16k window.
  20.      The base address of the window can be configured when loading
  21.      the lowlevel-module (see README). If using more than one card,
  22.      all cards are mapped to the same window and activated as needed.
  23.  
  24. Setting up the IO-address dipswitches for the ICN-ISDN-card:
  25.  
  26.   Two types of cards exist, one with dip-switches and one with
  27.   hook-switches.
  28.  
  29.   1. Setting for the card with hook-switches:
  30.  
  31.      (0 = switch closed, 1 = switch open)
  32.  
  33.      S3 S2 S1  Base-address
  34.       0  0  0  0x300
  35.       0  0  1  0x310
  36.       0  1  0  0x320 (Default for isdn4linux)
  37.       0  1  1  0x330
  38.       1  0  0  0x340
  39.       1  0  1  0x350
  40.       1  1  0  0x360
  41.       1  1  1  NOT ALLOWED!
  42.     
  43.   2. Setting for the card with dip-switches:
  44.  
  45.      (0 = switch closed, 1 = switch open)
  46.  
  47.      S1 S2 S3 S4  Base-Address
  48.       0  0  0  0  0x300
  49.       0  0  0  1  0x310
  50.       0  0  1  0  0x320 (Default for isdn4linux)
  51.       0  0  1  1  0x330
  52.       0  1  0  0  0x340
  53.       0  1  0  1  0x350
  54.       0  1  1  0  0x360
  55.       0  1  1  1  NOT ALLOWED!
  56.       1  0  0  0  0x308
  57.       1  0  0  1  0x318
  58.       1  0  1  0  0x328
  59.       1  0  1  1  0x338
  60.       1  1  0  0  0x348
  61.       1  1  0  1  0x358
  62.       1  1  1  0  0x368
  63.       1  1  1  1  NOT ALLOWED!
  64.  
  65.