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

  1. BOARD
  2.         ID = "TCM5098"
  3.         NAME = "3Com 3C509-TPC 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-TPC 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 = xxxxxxxxx0xxxxxx
  22.  
  23. IOPORT(2) = 0zc88h
  24.         SIZE = word
  25.         INITVAL = LOC(15 14 13 12 9 8 7 6 5 4 3 2 1 0) xxxxxxxxxxxxxx
  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. FUNCTION = "Boot PROM Size"
  73.         HELP =
  74.            "Specifies the size of the boot PROM that
  75.            is installed on the adapter for remote
  76.            system booting over the network.\n
  77.            \n
  78.            Disabled  -  No boot PROM is installed.\n
  79.            \n
  80.            8K  -  An 8K boot PROM is installed.\n
  81.            \n
  82.            16K  -  A 16K boot PROM is installed.\n
  83.            \n
  84.            32K  -  A 32K boot PROM is installed."
  85.         CHOICE = "Disabled"
  86.                 LINK
  87.                         INIT = IOPORT(1) LOC(13 12 11 10 9 8) 000000
  88.         CHOICE = "8K"
  89.                 COMBINE
  90.                         MEMORY = 8k
  91.                                 ADDRESS = 0c2000h-0de000h  STEP = 8k
  92.                                 MEMTYPE = oth
  93.                                 WRITABLE = no
  94.                                 SIZE = word
  95.                                 DECODE = 20
  96.                         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
  97.         CHOICE = "16K"
  98.                 COMBINE
  99.                         MEMORY = 16k
  100.                                 ADDRESS = 0c0000h-0dc000h  STEP = 16k
  101.                                 MEMTYPE = oth
  102.                                 WRITABLE = no
  103.                                 SIZE = word
  104.                                 DECODE = 20
  105.                         INIT = IOPORT(1) LOC(13 12 11 10 9 8) 010001 | 010010 | 010100 | 000110 | 011000 | 011010 | 011100 | 011110
  106.         CHOICE = "32K"
  107.                 COMBINE
  108.                         MEMORY = 32k
  109.                                 ADDRESS = 0c0000h-0d8000h  STEP = 32k
  110.                                 MEMTYPE = oth
  111.                                 WRITABLE = no
  112.                                 SIZE = word
  113.                                 DECODE = 20
  114.                         INIT = IOPORT(1) LOC(13 12 11 10 9 8) 100001 | 100100 | 101000 | 101100
  115.  
  116. FUNCTION = "Transceiver Type"
  117.         HELP =
  118.            "Specifies which of the adapter's
  119.            transceivers is being used.\n
  120.            \n
  121.            On-board TP  -  The on-board transceiver
  122.            (RJ-45 connector) on the the adapter is
  123.            being used.\n
  124.            \n
  125.            On-board coax  -  The on-board
  126.            transceiver (BNC connector) on the
  127.            adapter is being used."
  128.         CHOICE = "On-board TP"
  129.                 LINK
  130.                         INIT = IOPORT(1) LOC(15 14) 00
  131.         CHOICE = "On-board Coax"
  132.                 LINK
  133.                         INIT = IOPORT(1) LOC(15 14) 11
  134.  
  135. ; %VER 3C509-TPC EISA Configuration File v5.0b
  136.