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

  1. ; Configuration file for AMI EZ-FLEX EISA system board, series 28
  2. ; Revision: 1.00, Release date: 09/06/1991
  3. ; This revision supports the following CPU modules:
  4. ;       Series 36 - 80486SX / 80487SX / 80486 write-back, 25 MHz
  5. ;       Series 36 - 80486 write-back, 33 MHz
  6. ;       Series 35 - 80486SX / 80487SX noncache, 20 MHz
  7. ;       Series 35 - 80486SX / 80487SX / 80486 noncache, 25 MHz
  8. ;       Series 37 - 80486 write-back, 25 MHz
  9. ;       Series 37 - 80486 write-back, 33 MHz
  10. ;       Series 37 - 80486 write-back, 50 MHz
  11. ;       Series 37 - 80486 write-back, 66 MHz
  12. ;       Series 35 - 80486 noncache, 33 MHz
  13. ;       Series 38 - 80386 write-back, 25 MHz
  14. ;       Series 38 - 80386 write-back, 33 MHz
  15. ;       Series 38 - 80386 write-back, 40 MHz
  16. ;
  17. ;    Author: Richard Holmberg - 7/1/91
  18. ; Edited by: Sukha R Ghosh - 8/19/91, 8/28/91
  19. ; Edited by: Richard Holmberg - 8/27/91
  20.  
  21. BOARD
  22.     ID = "AMI28A1"
  23.     NAME = "AMI EZ-FLEX EISA System Board"
  24.     MFR = "AMI,GA,USA"
  25.     CATEGORY = "SYS"
  26.     SLOT = EMB(0)
  27.     READID = YES
  28.     AMPERAGE = 9000
  29.     COMMENTS = "This AMI EISA system board has an on-board floppy controller,
  30.                 two serial, and one parallel ports. It supports a maximum of
  31.                 128 megabytes of local memory with 16M X 9 SIMM modules when
  32.                 available. The configuration file name for this board is
  33.             !AMI28A1.CFG and Revision - 1.00"
  34.  
  35.     
  36. SYSTEM
  37.     NONVOLATILE = 4K
  38.     AMPERAGE = 26000
  39.     SLOT(1) = EISA(1)
  40.         LENGTH = 341
  41.         SKIRT = YES
  42.         BUSMASTER = YES
  43.     SLOT(2) = EISA(2)
  44.         LENGTH = 341
  45.         SKIRT = YES
  46.         BUSMASTER = YES
  47.     SLOT(3) = EISA(3)
  48.         LENGTH = 341
  49.         SKIRT = YES
  50.         BUSMASTER = YES
  51.     SLOT(4) = EISA(4)
  52.         LENGTH = 341
  53.         SKIRT = YES
  54.         BUSMASTER = YES
  55.     SLOT(5) = EISA(5)
  56.         LENGTH = 341
  57.         SKIRT = YES
  58.         BUSMASTER = YES
  59.     SLOT(6) = EISA(6)
  60.         LENGTH = 341
  61.         SKIRT = YES
  62.         BUSMASTER = YES
  63.     SLOT(7) = EISA(7)
  64.         LENGTH = 341
  65.         SKIRT = YES
  66.         BUSMASTER = NO
  67.  
  68.  
  69. SWITCH(1) = 2
  70.     NAME = "SW01"
  71.     STYPE = DIP
  72.     VERTICAL = YES
  73.     REVERSE = NO
  74.     LABEL = LOC(2 1) "COLOR" "DIAG"
  75.     INITVAL = LOC(2 1) 00
  76.     FACTORY = LOC(2 1) 00
  77.     COMMENTS = "DIAG Switch should be set to OFF position for normal mode
  78.                 of operation.  For POST diagnsotics loop mode, the DIAG
  79.                 switch should be set to ON position.  COLOR switch
  80.                 should be set to OFF position for monochrome display
  81.                 adapters (MDA).  For color graphics adapter (CGA), COLOR
  82.                 switch should be set to ON position.  For EGA or VGA or
  83.                 new graphics adapter card COLOR switch setting does
  84.                 not matter."
  85.     HELP = "The switch SW01 is located at the upper-left corner of the
  86.             board near SLOT7. Factory settings of SW01 are for OFF positions."
  87.  
  88.  
  89. IOPORT(1) = 0C08h
  90.     INITVAL = 00xxxxxx
  91.  
  92. IOPORT(2) = 0C01h
  93.     INITVAL = rxrrrrrr
  94.  
  95.  
  96. FUNCTION = "On-Board Serial Ports"
  97.     CHOICE = "COM1 Disabled  COM2 Disabled"
  98.         FREE
  99.             INIT = IOPORT(1) LOC(3-0) 0000
  100.  
  101.     CHOICE = "COM1 Enabled   COM2 Disabled"
  102.         COMBINE
  103.             PORT = 3F8h-3FFh|3E8h-3EFh
  104.             IRQ = 4|3
  105.             INIT = IOPORT(1) LOC(3-0) 0001|1001|0101|1101
  106.  
  107.     CHOICE = "COM1 Enabled   COM2 Enabled"
  108.         LINK
  109.             PORT = 3F8h-3FFh|3E8h-3EFh
  110.             PORT = 2F8h-2FFh|2E8h-2EFh
  111.             INIT = IOPORT(1) LOC(2-0) 011|111
  112.         LINK
  113.             IRQ = 4 | 3
  114.             IRQ = 3 | 4
  115.             INIT = IOPORT(1) LOC(3) 0 | 1
  116.     CHOICE = "COM1 Disabled   COM2 Enabled"
  117.         COMBINE
  118.             PORT = 2F8h-02FFh|2E8h-2EFh
  119.             IRQ = 3|4
  120.             INIT = IOPORT(1) LOC(3-0) 0010|1010|0110|1110
  121.  
  122.  
  123. FUNCTION = "On-Board Parallel Port"
  124.     CHOICE = "Disabled"
  125.         FREE
  126.             INIT = IOPORT(1) LOC(5-4) 00
  127.     CHOICE = "Enabled at 378h, IRQ 7"
  128.         FREE
  129.             PORT = 378h-37Fh
  130.             IRQ  = 7
  131.             INIT = IOPORT(1) LOC(5-4) 01
  132.     CHOICE = "Enabled at 278h, IRQ 5"
  133.         FREE
  134.             PORT = 278h-27Fh
  135.             IRQ  = 5
  136.             INIT = IOPORT(1) LOC(5-4) 11
  137.  
  138.  
  139. FUNCTION = "CPU Interrupt of EISA DMA and Master Burst"
  140.     CHOICE = "Disabled"
  141.         FREE
  142.             INIT = IOPORT(2) LOC(6) 0
  143.     CHOICE = "Enabled"
  144.         FREE
  145.             INIT = IOPORT(2) LOC(6) 1
  146.  
  147.  
  148.  
  149. GROUP = "EISA System Information"
  150.     TYPE = "ISA"
  151. FUNCTION = "Slot mapping information"
  152.     SHOW = NO
  153.     CHOICE = "Slot mapping tables"
  154.         SUBTYPE = "MAP"
  155.             FREEFORM = 30,
  156.                 61h,62h,63h,64h,65h,66h,47h,
  157.                 0E8h,0E9h,0EAh,0EBh,0ECh,0EDh,0EEh,0EFh,
  158.                 1,2,3,4,5,6,0,0,
  159.                 0,0,0,0,0,0,0
  160. ENDGROUP    
  161.  
  162.  
  163. FUNCTION = "CFG File Revision Level"
  164.     TYPE = "REV"
  165.     SHOW = NO
  166.     CHOICE = "Revision Level Bytes"     ; Current Rev = 01.00
  167.         FREEFORM = 02h,                 ; Number of bytes to follow
  168.                    01h,                 ; Major Rev level 
  169.                    00h                  ; Minor Rev level
  170.  
  171.