home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3C59x / 3c59xx.exe / !TCM5920.CFG < prev    next >
Text File  |  1995-04-27  |  4KB  |  148 lines

  1. BOARD
  2.     ID = "TCM5920"
  3.     NAME = "3Com EtherLink III Bus Master EISA (3C592) Network Adapter"
  4.     MFR = "3Com Corporation"
  5.     CATEGORY = "NET"
  6.     SLOT = EISA
  7.     LENGTH = 180
  8.     READID = yes
  9.     AMPERAGE = 750
  10.     DISABLE = supported
  11.     HELP = 
  12.         "The 3Com EtherLink III Bus Master EISA (3C592) network\n
  13.         adapter connects your personal computer to an 802.3\n
  14.         local area network.\n
  15.         \n
  16.         Refer to the adapter guide for additional information on\n
  17.         configuring this adapter."
  18.  
  19. ; InternalConfig Register - [7:6] romSize
  20. IOPORT(1) = 0zcb0h
  21.     SIZE = byte
  22.     INITVAL = xxxxxxxx
  23.  
  24. ; ResourceConfig Register - [15:12] Interrupt Level
  25. IOPORT(2) = 0zc88h
  26.     SIZE = word
  27.     INITVAL = xxxxxxxxxxxxxxxx
  28.  
  29. ; AddressConfig Register - [11:8] romBase
  30. IOPORT(3) = 0zc86h
  31.     SIZE = word
  32.     INITVAL = xxxxxxxxxxxxxxxx
  33.  
  34. FUNCTION = "I/O Address Range"
  35.     SHOW = NO
  36.     HELP =
  37.         "This function is a placeholder for the I/O ports resource."
  38.     CHOICE = ""
  39.         LINK
  40.         PORT = 0z0h-0zfh
  41.  
  42. FUNCTION = "Interrupt Request Level"
  43.     HELP =
  44.         "Determines the interrupt request level that is used by the adapter."
  45.     CHOICE = "3"
  46.         LINK
  47.             IRQ = 3
  48.             TRIGGER = LEVEL
  49.             SHARE = YES
  50.             INIT = IOPORT(2) LOC(15 14 13 12) 0011
  51.     CHOICE = "5"
  52.         LINK
  53.             IRQ = 5
  54.             TRIGGER = LEVEL
  55.             SHARE = YES
  56.             INIT = IOPORT(2) LOC(15 14 13 12) 0101
  57.     CHOICE = "7"
  58.         LINK
  59.             IRQ = 7
  60.             TRIGGER = LEVEL
  61.             SHARE = YES
  62.             INIT = IOPORT(2) LOC(15 14 13 12) 0111
  63.     CHOICE = "9"
  64.         LINK
  65.             IRQ = 9
  66.             TRIGGER = LEVEL
  67.             SHARE = YES
  68.             INIT = IOPORT(2) LOC(15 14 13 12) 1001
  69.     CHOICE = "10"
  70.         LINK
  71.             IRQ = 10
  72.             TRIGGER = LEVEL
  73.             SHARE = YES
  74.             INIT = IOPORT(2) LOC(15 14 13 12) 1010
  75.     CHOICE = "11"
  76.         LINK
  77.             IRQ = 11
  78.             TRIGGER = LEVEL
  79.             SHARE = YES
  80.             INIT = IOPORT(2) LOC(15 14 13 12) 1011
  81.     CHOICE = "12"
  82.         LINK
  83.             IRQ = 12
  84.             TRIGGER = LEVEL
  85.             SHARE = YES
  86.             INIT = IOPORT(2) LOC(15 14 13 12) 1100
  87.     CHOICE = "15"
  88.         LINK
  89.             IRQ = 15
  90.             TRIGGER = LEVEL
  91.             SHARE = YES
  92.             INIT = IOPORT(2) LOC(15 14 13 12) 1111
  93.  
  94. FUNCTION = "Boot PROM Size"
  95.     HELP = 
  96.         "Specifies the size of the boot PROM that
  97.         is installed on the adapter for remote
  98.         system booting over the network."
  99.     CHOICE = "Disabled"
  100.         FREE
  101.             INIT = IOPORT(3) LOC(11 10 9 8) 0000
  102.     CHOICE = "8K"
  103.            FREE
  104.             INIT = IOPORT(1) LOC(7 6) 00
  105.         COMBINE
  106.             MEMORY = 8k
  107.                 ADDRESS = 0c2000h-0de000h  STEP = 8k
  108.                 MEMTYPE = oth
  109.                 WRITABLE = no
  110.                 SIZE = byte
  111.                 DECODE = 20
  112.             INIT = IOPORT(3) LOC(11 10 9 8) 0001 | 0010 | 0011 | 0100 | 0101 | 0110 | 0111 | 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110 | 1111
  113.     CHOICE = "16K"
  114.          FREE
  115.             INIT = IOPORT(1) LOC(7 6) 01
  116.         COMBINE
  117.             MEMORY = 16k
  118.                 ADDRESS = 0c0000h-0dc000h  STEP = 16k
  119.                 MEMTYPE = oth
  120.                 WRITABLE = no
  121.                 SIZE = byte
  122.                 DECODE = 20
  123.             INIT = IOPORT(3) LOC(11 10 9 8) 0001 | 0010 | 0100 | 0110 | 1000 | 1010 | 1100 | 1110
  124.     CHOICE = "32K"
  125.         FREE
  126.             INIT = IOPORT(1) LOC(7 6) 10
  127.         COMBINE
  128.             MEMORY = 32k
  129.                 ADDRESS = 0c0000h-0dc000h  STEP = 16k
  130.                 MEMTYPE = oth
  131.                 WRITABLE = no
  132.                 SIZE = byte
  133.                 DECODE = 20
  134.             INIT = IOPORT(3) LOC(11 10 9 8) 0001 | 0010 | 0100 | 0110 | 1000 | 1010 | 1100 | 1110
  135.     CHOICE = "64K"
  136.         FREE
  137.             INIT = IOPORT(1) LOC(7 6) 11
  138.         COMBINE
  139.             MEMORY = 64k
  140.                 ADDRESS = 0c0000h-0dc000h  STEP = 16k
  141.                 MEMTYPE = oth
  142.                 WRITABLE = no
  143.                 SIZE = byte
  144.                 DECODE = 20
  145.             INIT = IOPORT(3) LOC(11 10 9 8) 0001 | 0010 | 0100 | 0110 | 1000 | 1010 | 1100 | 1110
  146.  
  147. ; %VER 3C592 EISA Configuration File v1.0c
  148.