home *** CD-ROM | disk | FTP | other *** search
/ ftp.cvut.cz / DOS_LEGACY_DRIVERS_2008.zip / DOS_LEGACY_DRIVERS / eisa / !acc1200.cfg next >
Text File  |  2008-01-06  |  2KB  |  82 lines

  1. ; === ACCTON TECHNOLOGY CORPARATION ===
  2. ;
  3. ; Configuration file name : !ACC1200.CFG
  4. ; For ACCTON EtherCombo-32 Adapter EN1200, EN1200R01 (long card)  11/02/1993
  5.  
  6. BOARD
  7.    ID = "ACC1200"
  8.    NAME = "ACCTON EtherCombo-32 Ethernet Adapter"
  9.    MFR = "ACCTON TECHNOLOGY CORPORATION"
  10.    CATEGORY = "NET"
  11.    SLOT = EISA
  12.    LENGTH = 195
  13.    READID = YES
  14.    BUSMASTER = 23
  15.    AMPERAGE = 1000
  16.    IOCHECK = INVALID
  17.    DISABLE = SUPPORTED
  18.    COMMENTS = " The EtherCombo-32 is a 32 bit EISA bus master adapter
  19.         based on SONIC Ethernet controller."
  20.    HELP = "ACCTON EtherCombo-32 Adapter\n
  21.        This configuration file allows selection of the following:\n
  22.        1. BOOT ROM disable/enable\n
  23.        2. Interrupt trigger type/channel\n
  24.        3. Physical media selection"
  25.  
  26. IOPORT(1) = 0zc88h
  27.    SIZE = WORD
  28.    INITVAL = 0000xxx1010x0xxx
  29.                 ;slave size=16, master size=32
  30.                 ;interrupt unlatched, Preempt time=23 BCLKs
  31. ;IOPORT(b2) = 0zc89h
  32. ;   INITVAL = 0000xxx1         ;Slot-Specific, receive own packets
  33. IOPORT(2) = 0zc8Ah
  34. IOPORT(3) = 0zc8Fh
  35.    INITVAL = 00xxx0x0        ;burst read/write is disable
  36.  
  37.  
  38. FUNCTION = " Ethernet BOOT ROM start address"
  39.       CHOICE = "BOOT ROM Disabled "
  40.     FREE
  41.       INIT = IOPORT(2) LOC(7-6) 00
  42.  
  43.       CHOICE = "BOOT ROM 27128 (16K x 8)"
  44.     FREE
  45.       INIT = IOPORT(2) LOC(7-6) 10
  46.     LINK
  47.       MEMORY = 16K
  48.       ADDRESS = 0C0000H-0DC000H step=16K
  49.       WRITABLE = NO
  50.       MEMTYPE = OTHER
  51.       SIZE = BYTE
  52.       DECODE = 24
  53.       CACHE = YES
  54.       INIT = IOPORT(2) LOC(5-3) 000|001|010|011|100|101|110|111
  55.  
  56.  
  57. FUNCTION = "EtherCombo-32 Interrupt Trigger Type/Channel"
  58.  
  59.     CHOICE = "Edge Triggered Interrupt"
  60.     LINK
  61.       IRQ = 3|5|7|9|10|11|12|15
  62.       TRIGGER = EDGE
  63.       SHARE = NO
  64.       INIT = IOPORT(1) LOC(10 2 1 0) 0011|0101|0111|0001|1001|1011|1101|1111
  65.  
  66.     CHOICE = "Level Triggered Interrupt"
  67.     LINK
  68.       IRQ = 3|5|7|9|10|11|12|15
  69.       TRIGGER = LEVEL
  70.       SHARE = YES
  71.       INIT = IOPORT(1) LOC(10 2 1 0) 0010|0100|0110|0000|1000|1010|1100|1110
  72.  
  73.  
  74. FUNCTION = "Physical Media"
  75.       CHOICE = "Coaxial cable (Thin Ethernet)"
  76.     FREE
  77.     INIT = IOPORT(1) LOC(9) 1
  78.  
  79.       CHOICE = "UTP/AUI cable"
  80.     FREE
  81.     INIT = IOPORT(1) LOC(9) 0
  82.