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

  1. ;   ======================================================================
  2. ;   AIR486(tm) EISA Full Size AT-foot print motherboard   Version 1.3
  3. ;   This is the system board configuration of AIR486LE/25/33/50mhz boards.
  4. ;   The configuration file is provided so that user can enable or disable
  5. ;   some special features built in the board.       Version 3.1 6/23/1991
  6. ;   ======================================================================
  7.  
  8. BOARD
  9.     ID="AIR0201"
  10.     NAME="AIR486LE/25/33/50"
  11.     MFR="A.I.R. Inc. "
  12.     CATEGORY="SYS"
  13.     SLOT=EMB(0)
  14.     READID = YES
  15.     COMMENTS="
  16.           AIR486EL/25/33/50 is the high performance EISA system board.
  17.           This board has :
  18.           . Intel 80486 CPU at 25mhz or 33mhz or 50mhz.
  19.           . Socket for the Weitek 4167 coprocessor.
  20.           . 8K four-way associative cache memory built in the CPU
  21.           . 64K or 256K secondary fast speed direct map cache memory
  22.           . Four (4) banks of DRAM SIM which support
  23.             upto 64MB of onboard memory.
  24.           . Either 256Kx9, 1Mx9, or 4Mx9 DRAM SIMMs
  25.              can be installed in each bank in mix mode.
  26.           . Two (2) AT-compatible serial ports.
  27.           . One (1) AT-compatible parallel port. "
  28.  
  29.          ;. Support Burst-mode for memory and IO.
  30.          ;. Support memory auto configuration.
  31.          ;. Eight (8) EISA-slot for IO adapters.
  32.  
  33.     HELP="This is the main board configuration information help field
  34.               for the AIR486(tm) EISA Full Size Motherboard."
  35.  
  36. SYSTEM
  37.     NONVOLATILE = 6192
  38.     SLOT(1) = EISA
  39.       LENGTH = 341
  40.       BUSMASTER = YES
  41.     SLOT(2) = EISA
  42.       LENGTH = 341
  43.       BUSMASTER = YES
  44.     SLOT(3) = EISA
  45.       LENGTH = 341
  46.       BUSMASTER = YES
  47.     SLOT(4) = EISA
  48.       LENGTH = 341
  49.       BUSMASTER = YES
  50.     SLOT(5) = EISA
  51.       LENGTH = 341
  52.       BUSMASTER = YES
  53.     SLOT(6) = EISA
  54.       LENGTH = 341
  55.       BUSMASTER = YES
  56.     SLOT(7) = EISA
  57.       LENGTH = 341
  58.       BUSMASTER = NO
  59.     SLOT(8) = EISA
  60.       LENGTH = 341
  61.       BUSMASTER = NO
  62.  
  63. ; AIR486 System Board Resources
  64.  
  65. GROUP = "Basic System Board Functions"
  66.     TYPE="SYS"
  67.  
  68. FUNCTION = "Processor"
  69.        TYPE = "CPU,80486"
  70.        CHOICE = "Reserved"
  71.  
  72. FUNCTION = "Timer"
  73.     COMMENTS = "This is used to reserved the IRQ, DMA and Other"
  74.     HELP = "This is the help for reserving the system board resources"
  75.     CHOICE = "Reserved"
  76.       FREE
  77.         IRQ = 0
  78.  
  79. FUNCTION = "Real Time Clock"
  80.     CHOICE = "Reserved"
  81.       FREE
  82.         IRQ = 8
  83.         PORT = 70h-71h
  84.  
  85. FUNCTION="CoProcessor"
  86.     TYPE = "NPX,387"
  87.     CHOICE="Reserved"
  88.       FREE
  89.         IRQ = 13
  90.  
  91. ENDGROUP
  92.  
  93. GROUP = "System board utilities"
  94.  
  95. FUNCTION = "Keyboard"
  96.     TYPE = "KEY"
  97.     CHOICE = "101 Key"
  98.       SUBTYPE = "101"
  99.       LINK
  100.         IRQ = 1
  101.         PORT = 60h
  102.         PORT = 64h
  103.  
  104.     CHOICE = "83 Key"
  105.       SUBTYPE = "083"
  106.       LINK
  107.         IRQ = 1
  108.  
  109. FUNCTION = "SYSTEM BOARD AT-COMPATIBLE PRIMARY SERIAL PORT."
  110.  
  111.     TYPE = "COM,ASY"
  112.  
  113.     CONNECTION = "Connect standard Serial Connector to CON1 connector
  114.                   located at the top left hand conner of the board.
  115.                   Pin 1 is indicated by the arrow.
  116.                   Once this port is enabled to use, other serial ports
  117.                   mapped at address 3F8-3FFh on expansion cards, if
  118.                   present, must be disabled or remapped to other address."
  119.  
  120.     CHOICE = "DISABLE ONBOARD SERIAL PORT COM1"
  121.         DISABLE = YES
  122.         FREE
  123.           INIT = PORTADR(0C02h) BYTE R0RRR0RR
  124.  
  125.     CHOICE = "ENABLE ONBOARD SERIAL PORT COM1"
  126.         DISABLE = NO
  127.         SUBTYPE = "COM(1)"
  128.         LINK
  129.           IRQ = 4
  130.             SHARE = NO
  131.             TRIGGER = EDGE
  132.           PORT = 3F8h-3FFh
  133.             SIZE = BYTE
  134.           INIT = PORTADR(0C02h) BYTE R0RRR1RR
  135.  
  136. FUNCTION = "SYSTEM BOARD AT-COMPATIBLE SECONDARY SERIAL PORT"
  137.  
  138.     TYPE = "COM,ASY"
  139.  
  140.     CONNECTION = "Connect standard Serial Connector to CON2 connector
  141.                   located at the top left hand conner of the board.
  142.                   Pin 1 is indicated by the arrow.
  143.                   Once this port is enabled to use, other serial ports
  144.                   mapped at address 2F8-2FFh on expansion cards, if
  145.                   present, must be disabled or remapped to other address."
  146.  
  147.  
  148.     CHOICE = "DISABLE ONBOARD SERIAL PORT COM2"
  149.         DISABLE = YES
  150.          FREE
  151.           INIT = PORTADR(0C02h) BYTE R0RR0RRR
  152.  
  153.     CHOICE = "ENABLE ONBOARD SERIAL PORT COM2"
  154.         DISABLE = NO
  155.         SUBTYPE = "COM(2)"
  156.         LINK
  157.           IRQ = 3
  158.             SHARE = NO
  159.             TRIGGER = EDGE
  160.           PORT = 2F8h-2FFh
  161.             SIZE = BYTE
  162.           INIT = PORTADR(0C02h) BYTE R0RR1RRR
  163.  
  164. FUNCTION = "SYSTEM BOARD AT-COMPATIBLE PARALLEL PORT"
  165.  
  166.     TYPE = "PAR"
  167.  
  168.     CONNECTION = "Connect standard parallel connector to CON3 connector
  169.                   located at the top left hand conner of the board.
  170.                   Pin 1 is indicated by the arrow.
  171.                   This port can be enabled either at primary address
  172.                   (378-37Fh) or secondary address (278-27Fh).
  173.                   Please check if there is any parallel ports on IO
  174.                   expansion cards to avoid address conflict. "
  175.  
  176.  
  177.     CHOICE = "DISABLE ONBOARD PARALLEL PORT"
  178.         DISABLE = YES
  179.         FREE
  180.           INIT = PORTADR(0C02h) BYTE R0R0RRRR
  181.  
  182.     CHOICE = "ENABLE ONBOARD PARALLEL PORT AS LPT1"
  183.         DISABLE = NO
  184.         SUBTYPE = "PAR(1)"
  185.         LINK
  186.           IRQ = 7
  187.             TRIGGER = EDGE
  188.             SHARE = NO
  189.           PORT = 378h-37Fh
  190.             SIZE = BYTE
  191.           INIT = PORTADR(0C02h) BYTE R001RRRR
  192.  
  193.       CHOICE = "ENABLE ONBOARD PARALLEL PORT AS LPT2"
  194.         DISABLE = NO
  195.         SUBTYPE = "PAR(2)"
  196.         LINK
  197.           IRQ = 5
  198.             TRIGGER = EDGE
  199.             SHARE = NO
  200.           PORT = 278h-27Fh
  201.             SIZE = BYTE
  202.           INIT = PORTADR(0C02h) BYTE R011RRRR
  203.  
  204. FUNCTION = "ONBOARD DRAM-SIMM SPEED SELECTION"
  205.  
  206.     TYPE = "OTH,MEM"
  207.  
  208.     CONNECTION = "This feature is provided for user to select memory
  209.                 cycle time of the system to match the speed od DRAM
  210.                 being installed."
  211.  
  212.     CHOICE = "100ns for 25mhz system, 80ns for 33mhz and 50mhz system."
  213.         FREE
  214.           INIT = PORTADR(0C03h) BYTE RRR1RRRR
  215.  
  216.     CHOICE = "80ns for 25mhz system, 60ns for 33mhz and 50mhz system."
  217.         FREE
  218.           INIT = PORTADR(0C03h) BYTE RRR0RRRR
  219.  
  220. FUNCTION = "EXTERNAL CACHE FAST MEMORY"
  221.  
  222.     TYPE = "OTH,MEM"
  223.  
  224.     CONNECTION= "This feature is provided for user to enable or
  225.             disable 64K or 256K secondary very fast cache memory."
  226.  
  227.     CHOICE = "DISABLE EXTERNAL CACHE MEMORY"
  228.         FREE
  229.           INIT = PORTADR(0C03h) BYTE RRRR0RRR
  230.  
  231.     CHOICE = "ENABLE EXTERNAL CACHE MEMORY"
  232.         FREE
  233.           INIT = PORTADR(0C03h) BYTE RRRR1RRR
  234.  
  235. ENDGROUP
  236.