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

  1. ; ========================================================================
  2. ; AIR486(tm) EISA Full Size AT-foot print motherboard
  3. ; This is the system board configuration of AIR486SE/25/33/50 motherboard
  4. ; The configuration file is provided so that user can enable or disable
  5. ; some special features built in the board.       Version 1.3 6/22/1991
  6. ; ========================================================================
  7.  
  8. BOARD
  9.     ID="AIR0103"
  10.     NAME="AIR486SE/25/33/50"
  11.     MFR="A.I.R. INC. "
  12.     CATEGORY="SYS"
  13.     SLOT=EMB(0)
  14.     READID = YES
  15.     COMMENTS="
  16.           AIR486SE/25/33/50 is the high performance EISA system board.
  17.           This board has :
  18.           . Intel 80486 CPU at 25mhz or 33mhz or 50mhz speed.
  19.           . 8K four-way associative cache memory built in the CPU
  20.           . Socket for the Weitek 4167 coprocessor.
  21.           . 128K external secondary fast speed direct map cache memory
  22.           . Onboard up to 32MB of memory and up to 64MB of memory on
  23.             expansion memory card.
  24.           . Either 256Kx9, 1Mx9, or 4Mx9 DRAM SIMMs
  25.              can be installed in each bank.
  26.           . One (1) PS2-compatible system mouse port."
  27.          ;. Support Burst-mode for memory and IO.
  28.          ;. Support memory auto configuration.
  29.          ;. Six (8) EISA-slot for EISA or ISA adapters.
  30.          ;. Two (2) 16-bit ISA-slot for ISA adapters.
  31.  
  32.     HELP="This is the main board configuration information help field
  33.               for the AIR486(tm) EISA Baby Size Motherboard."
  34.  
  35. SYSTEM
  36.     NONVOLATILE = 6192
  37.     SLOT(1) = EISA
  38.       LENGTH = 341
  39.       BUSMASTER = YES
  40.     SLOT(2) = EISA
  41.       LENGTH = 341
  42.       BUSMASTER = YES
  43.     SLOT(3) = EISA
  44.       LENGTH = 341
  45.       BUSMASTER = YES
  46.     SLOT(4) = EISA
  47.       LENGTH = 341
  48.       BUSMASTER = YES
  49.     SLOT(5) = EISA
  50.       LENGTH = 341
  51.       BUSMASTER = YES
  52.     SLOT(6) = EISA
  53.       LENGTH = 341
  54.       BUSMASTER = YES
  55.     SLOT(7) = ISA16
  56.       LENGTH = 341
  57.       BUSMASTER = NO
  58.     SLOT(8) = ISA16
  59.       LENGTH = 341
  60.       BUSMASTER = NO
  61.  
  62. ; AIR486 System Board Resources
  63.  
  64. GROUP = "Basic System Board Functions"
  65.     TYPE="SYS"
  66.  
  67. FUNCTION = "Processor"
  68.        TYPE = "CPU,80486"
  69.        CHOICE = "Reserved"
  70.  
  71. FUNCTION = "Timer"
  72.     COMMENTS = "This is used to reserved the IRQ, DMA and Other"
  73.     HELP = "This is the help for reserving the system board resources"
  74.     CHOICE = "Reserved"
  75.       FREE
  76.         IRQ = 0
  77.  
  78. FUNCTION = "Real Time Clock"
  79.     CHOICE = "Reserved"
  80.       FREE
  81.         IRQ = 8
  82.         PORT = 70h-71h
  83.  
  84. FUNCTION="CoProcessor"
  85.     TYPE = "NPX,387"
  86.     CHOICE="Reserved"
  87.       FREE
  88.         IRQ = 13
  89.  
  90. ENDGROUP
  91.  
  92. GROUP = "System board utilities"
  93.  
  94. FUNCTION = "Keyboard"
  95.     TYPE = "KEY"
  96.     CHOICE = "101 Key"
  97.       SUBTYPE = "101"
  98.       LINK
  99.         IRQ = 1
  100.         PORT = 60h
  101.         PORT = 64h
  102.  
  103.     CHOICE = "83 Key"
  104.       SUBTYPE = "083"
  105.       LINK
  106.         IRQ = 1
  107.  
  108.  
  109. FUNCTION = "SYSTEM BOARD PS2-COMPATIBLE MOUSE PORT"
  110.  
  111.     TYPE = "PTR,8042"
  112.  
  113.     CONNECTION = "Connect a provided mouse connector to connector JP4
  114.                   located below the keyboard connector.
  115.                   Pin 1 is indicated by an arrow.
  116.                   This mouse port utilizes interrupt 12.  If the mouse
  117.                   port is disabled, interrupt 12 is freed for system used."
  118.  
  119.     CHOICE = "DISABLE ONBOARD SYSTEM MOUSE"
  120.         DISABLE = YES
  121.         FREE
  122.           INIT = PORTADR(0C02h) BYTE R00000RR
  123.  
  124.     CHOICE = "ENABLE ONBOARD SYSTEM MOUSE"
  125.         DISABLE = YES
  126.         LINK
  127.           IRQ = 12
  128.             TRIGGER = EDGE
  129.             SHARE = NO
  130.           INIT = PORTADR(0C02h) BYTE R10000RR
  131.  
  132. FUNCTION = "128K EXTERNAL CACHE FAST MEMORY"
  133.  
  134.     TYPE = "OTH,MEM"
  135.  
  136.     CONNECTION= "This feature is provided for user to enable or
  137.             disable 128K external secondary cache memory."
  138.  
  139.     CHOICE = "DISABLE 128K EXTERNAL CACHE MEMORY"
  140.         FREE
  141.           INIT = PORTADR(0C03h) BYTE RRRR0RRR
  142.  
  143.     CHOICE = "ENABLE 128K EXTERNAL CACHE MEMORY"
  144.         FREE
  145.           INIT = PORTADR(0C03h) BYTE RRRR1RRR
  146.  
  147. ENDGROUP
  148.