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

  1. BOARD
  2.     ID = "TCM5093"
  3.     NAME = "3Com 3C579 EISA Network Adapter"
  4.     MFR = "3Com Corporation"
  5.     CATEGORY = "NET"
  6.     SLOT = EISA
  7.     LENGTH = 180
  8.     READID = yes
  9.     AMPERAGE = 600
  10.     DISABLE = supported
  11.     HELP = 
  12.        "The 3Com 3C579 network adapter
  13.        connects your personal
  14.        computer to an 802.3 local area network.\n
  15.        \n
  16.        Refer to the adapter guide for
  17.        additional information on configuring
  18.        this adapter."
  19.  
  20. IOPORT(1) = 0zc86h
  21.     SIZE = word
  22.     INITVAL = xxxxxxxxrrrxxxxx
  23.  
  24. IOPORT(2) = 0zc88h
  25.     SIZE = word
  26.     INITVAL = xxxxrrrrrrrrrrrr
  27.  
  28. FUNCTION = "I/O Address Range"
  29.     SHOW = NO
  30.     HELP =
  31.         "This function is a placeholder for the I/O ports resource."
  32.     CHOICE = ""
  33.         LINK
  34.         PORT = 0z0h-0zfh
  35.         INIT = IOPORT(1) LOC(4 3 2 1 0) 11111
  36.  
  37. FUNCTION = "Interrupt Request Level"
  38.     HELP =
  39.        "Determines the interrupt request level that is used by the adapter."
  40.     CHOICE = "3"
  41.         LINK
  42.             IRQ = 3
  43.             INIT = IOPORT(2) LOC(15 14 13 12) 0011
  44.     CHOICE = "5"
  45.         LINK
  46.             IRQ = 5
  47.             INIT = IOPORT(2) LOC(15 14 13 12) 0101
  48.     CHOICE = "7"
  49.         LINK
  50.             IRQ = 7
  51.             INIT = IOPORT(2) LOC(15 14 13 12) 0111
  52.     CHOICE = "9"
  53.         LINK
  54.             IRQ = 9
  55.             INIT = IOPORT(2) LOC(15 14 13 12) 1001
  56.     CHOICE = "10"
  57.         LINK
  58.             IRQ = 10
  59.             INIT = IOPORT(2) LOC(15 14 13 12) 1010
  60.     CHOICE = "11"
  61.         LINK
  62.             IRQ = 11
  63.             INIT = IOPORT(2) LOC(15 14 13 12) 1011
  64.     CHOICE = "12"
  65.         LINK
  66.             IRQ = 12
  67.             INIT = IOPORT(2) LOC(15 14 13 12) 1100
  68.     CHOICE = "15"
  69.         LINK
  70.             IRQ = 15
  71.             INIT = IOPORT(2) LOC(15 14 13 12) 1111
  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 3C579 EISA Configuration File v1.0d
  136.