home *** CD-ROM | disk | FTP | other *** search
/ ftp.cvut.cz / DOS_LEGACY_DRIVERS_2008.zip / DOS_LEGACY_DRIVERS / eisa / !tcm5091.cfg < prev    next >
Text File  |  2008-01-06  |  3KB  |  136 lines

  1. BOARD
  2.     ID = "TCM5091"
  3.     NAME = "3Com 3C509 Network Adapter"
  4.     MFR = "3Com Corporation"
  5.     CATEGORY = "NET"
  6.     LENGTH = 160
  7.     READID = yes
  8.     AMPERAGE = 400
  9.     DISABLE = supported
  10.     HELP = 
  11.        "The 3Com 3C509 network adapter
  12.        connects your personal
  13.        computer to an 802.3 local area network.\n
  14.        \n
  15.        Refer to the adapter guide for
  16.        additional information on configuring
  17.        this adapter."
  18.  
  19. IOPORT(1) = 0zc86h
  20.     SIZE = word
  21.     INITVAL = xxxxxxxxrrrxxxxx
  22.  
  23. IOPORT(2) = 0zc88h
  24.     SIZE = word
  25.     INITVAL = xxxxrrrrrrrrrrrr
  26.  
  27. FUNCTION = "I/O Address Range"
  28.     SHOW = NO
  29.     HELP =
  30.         "This function is a placeholder for the I/O ports resource."
  31.     CHOICE = ""
  32.         LINK
  33.         PORT = 0z0h-0zfh
  34.         INIT = IOPORT(1) LOC(4 3 2 1 0) 11111
  35.  
  36. FUNCTION = "Interrupt Request Level"
  37.     HELP =
  38.        "Determines the interrupt request level that is used by the adapter."
  39.     CHOICE = "3"
  40.         LINK
  41.             IRQ = 3
  42.             INIT = IOPORT(2) LOC(15 14 13 12) 0011
  43.     CHOICE = "5"
  44.         LINK
  45.             IRQ = 5
  46.             INIT = IOPORT(2) LOC(15 14 13 12) 0101
  47.     CHOICE = "7"
  48.         LINK
  49.             IRQ = 7
  50.             INIT = IOPORT(2) LOC(15 14 13 12) 0111
  51.     CHOICE = "9"
  52.         LINK
  53.             IRQ = 9
  54.             INIT = IOPORT(2) LOC(15 14 13 12) 1001
  55.     CHOICE = "10"
  56.         LINK
  57.             IRQ = 10
  58.             INIT = IOPORT(2) LOC(15 14 13 12) 1010
  59.     CHOICE = "11"
  60.         LINK
  61.             IRQ = 11
  62.             INIT = IOPORT(2) LOC(15 14 13 12) 1011
  63.     CHOICE = "12"
  64.         LINK
  65.             IRQ = 12
  66.             INIT = IOPORT(2) LOC(15 14 13 12) 1100
  67.     CHOICE = "15"
  68.         LINK
  69.             IRQ = 15
  70.             INIT = IOPORT(2) LOC(15 14 13 12) 1111
  71.  
  72.  
  73. FUNCTION = "Boot PROM Size"
  74.     HELP = 
  75.        "Specifies the size of the boot PROM that
  76.        is installed on the adapter for remote
  77.        system booting over the network.\n
  78.        \n
  79.        Disabled  -  No boot PROM is installed.\n
  80.        \n
  81.        8K  -  An 8K boot PROM is installed.\n
  82.        \n
  83.        16K  -  A 16K boot PROM is installed.\n
  84.        \n
  85.        32K  -  A 32K boot PROM is installed."
  86.     CHOICE = "Disabled"
  87.         LINK
  88.             INIT = IOPORT(1) LOC(13 12 11 10 9 8) 000000
  89.     CHOICE = "8K"
  90.         COMBINE
  91.             MEMORY = 8k
  92.                 ADDRESS = 0c2000h-0de000h  STEP = 8k
  93.                 MEMTYPE = oth
  94.                 WRITABLE = no
  95.                 SIZE = word
  96.                 DECODE = 20
  97.             INIT = IOPORT(1) LOC(13 12 11 10 9 8) 000001 | 000010 | 000011 | 000100 | 000101 | 000110 | 000111 | 001000 | 001001 | 001010 | 001011 | 001100 | 001101 | 001110 | 001111
  98.     CHOICE = "16K"
  99.         COMBINE
  100.             MEMORY = 16k
  101.                 ADDRESS = 0c0000h-0dc000h  STEP = 16k
  102.                 MEMTYPE = oth
  103.                 WRITABLE = no
  104.                 SIZE = word
  105.                 DECODE = 20
  106.             INIT = IOPORT(1) LOC(13 12 11 10 9 8) 010001 | 010010 | 010100 | 000110 | 011000 | 011010 | 011100 | 011110
  107.     CHOICE = "32K"
  108.         COMBINE
  109.             MEMORY = 32k
  110.                 ADDRESS = 0c0000h-0d8000h  STEP = 32k
  111.                 MEMTYPE = oth
  112.                 WRITABLE = no
  113.                 SIZE = word
  114.                 DECODE = 20
  115.             INIT = IOPORT(1) LOC(13 12 11 10 9 8) 100001 | 100100 | 101000 | 101100
  116.  
  117. FUNCTION = "Transceiver Type"
  118.     HELP = 
  119.        "Specifies which of the adapter's
  120.        transceivers is being used.\n
  121.        \n
  122.        On-board coax  -  The on-board
  123.        transceiver (BNC connector) on the
  124.        adapter is being used.\n
  125.        \n
  126.        External  -  An external transceiver
  127.        (AUI connector) is being used."
  128.     CHOICE = "On-board coax"
  129.         LINK
  130.             INIT = IOPORT(1) LOC(15 14) 11
  131.     CHOICE = "External"
  132.         LINK
  133.             INIT = IOPORT(1) LOC(15 14) 01
  134.  
  135. ; %VER 3C509 EISA Configuration File v1.0e
  136.