home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / dec / rasa21j / sa21j.img / V199 / !MLX0075.CFG next >
Text File  |  1994-10-26  |  8KB  |  359 lines

  1. ; Digital Equipment Corporation SWXCR-EB EISA Disk Array Controller
  2. ; (C)Copyright DFigital Equipment Corp., 1994
  3. ;    All Rights Reserved.
  4. ;
  5. ; 10/26/94 v 1.4
  6. ; 1. Modified default interrupt to 11.
  7. ; 2. Added new function to limit SCSI bandwidth on any channels
  8. ; 3. !MLX0072 for DAC960 (3 channel, 7 target)
  9. ; 4. CACHE disabled
  10. ; 5. Revised for Digital - Jack Harwood
  11. ; 6. Name change to match documentation - Joe Jolicoeur
  12. ; 7. IRQ 14 support added
  13.  
  14. BOARD
  15.    ID = "MLX0075"
  16.    NAME = "Digital SWXCR-EB (3-ch) EISA RAID Cntlr(Generic)"
  17.    MFR = "Mylex Corporation"
  18.    CATEGORY = "MSD"
  19.    SLOT = EISA
  20.    LENGTH = 330
  21.    READID = yes
  22.    BUSMASTER = 300
  23.    AMPERAGE = 3500
  24.  
  25. IOPORT(1)= 0zCC0h
  26.    SIZE=BYTE
  27.  
  28. IOPORT(2)= 0zCC1h
  29.    SIZE=BYTE
  30.     
  31. IOPORT(3)= 0zCC3h
  32.    SIZE=BYTE
  33.  
  34. IOPORT(4)= 0zC8Dh
  35.    SIZE=BYTE
  36.  
  37. IOPORT(5)= 0zC90h
  38.    SIZE=BYTE
  39.  
  40. IOPORT(6)= 0zC91h
  41.    SIZE=BYTE
  42.  
  43. IOPORT(7)= 0zC92h
  44.    SIZE=BYTE
  45.  
  46. IOPORT(8)= 0zC93h
  47.    SIZE=BYTE
  48.  
  49. IOPORT(9)= 0zC94h
  50.    SIZE=BYTE
  51.  
  52. IOPORT(10)= 0zC95h
  53.    SIZE=BYTE
  54.  
  55. FUNCTION = "Disk spin-up options"
  56. HELP = "If you have separate a power supply for each disk, jumper
  57.     disks to spin up on power-on, and use the default option.
  58.     Otherwise, jumper the disks to spin up on a 'start' command.
  59.     Typically, for every 3 disks connected to a power supply,
  60.     1 can be started at a time. Choose the 10-second interval
  61.     options for 5.25 in. disks,  and the 6-second options for
  62.     3.5 in. disks."
  63.  
  64.    CHOICE = "2 disks started every 6 secs - Default"
  65.       FREE
  66.         INIT = IOPORT(5) 10000010
  67.  
  68.    CHOICE = "Disabled : disks spin on power-up"
  69.       FREE
  70.         INIT = IOPORT(5) 00000000
  71.  
  72.    CHOICE = "1 disk started every 6 secs"
  73.       FREE
  74.         INIT = IOPORT(5) 10000001
  75.  
  76.    CHOICE = "4 disks started every 6 secs"
  77.       FREE
  78.         INIT = IOPORT(5) 10000100
  79.  
  80.    CHOICE = "8 disks started every 6 secs"
  81.       FREE
  82.         INIT = IOPORT(5) 10001000
  83.  
  84.    CHOICE = "1 disk started every 10 secs"
  85.       FREE
  86.         INIT = IOPORT(5) 10010001
  87.  
  88.    CHOICE = "2 disks started every 10 secs"
  89.       FREE
  90.         INIT = IOPORT(5) 10010010
  91.  
  92.    CHOICE = "4 disks started every 10 secs"
  93.       FREE
  94.         INIT = IOPORT(5) 10010100
  95.  
  96.    CHOICE = "8 disks started every 10 secs"
  97.       FREE
  98.         INIT = IOPORT(5) 10011000
  99.  
  100.    CHOICE = "1 disks started every 20 secs"
  101.       FREE
  102.         INIT = IOPORT(5) 10100001
  103.  
  104. FUNCTION = "Channel 0 tag-queuing (SCSI-2)"
  105. HELP = "This option allows you to disable tag-queuing
  106.     on SCSI channel 0. Tag-queuing is enabled by
  107.     default. If you have SCSI-1 devices connected
  108.     to the channel which the controller fails to
  109.     recognize, disable tag-queuing on the channel."
  110.  
  111.    CHOICE  = "Enable tag-queuing - Default"
  112.       FREE
  113.         INIT = IOPORT(6) LOC(7) 1
  114.  
  115.    CHOICE  = "Disable tag-queuing"
  116.       FREE
  117.         INIT = IOPORT(6) LOC(7) 0
  118.  
  119.  
  120. FUNCTION = "Channel 0 transfer-rate (max)"
  121. HELP = "This option allows you to set a limit on the
  122.     maximum transfer rate on SCSI channel 0. The
  123.     SWXCR  will negotiate  the actual  transfer
  124.     rate appropriately."
  125.  
  126.    CHOICE  = "Synchronous, 10 MB/s (FAST) - Default"
  127.       FREE
  128.         INIT = IOPORT(6) 00000011
  129.  
  130.    CHOICE  = "Synchronous, 5 MB/s"
  131.       FREE
  132.         INIT = IOPORT(6) 00000010
  133.  
  134.    CHOICE  = "Asynchronous transfers"
  135.       FREE
  136.         INIT = IOPORT(6) 00000000
  137.  
  138. FUNCTION = "Channel 1 tag-queuing (SCSI-2)"
  139. HELP = "This option allows you to disable tag-queuing
  140.     on SCSI channel 1. Tag-queuing is enabled by
  141.     default. If you have SCSI-1 devices connected
  142.     to the channel which the controller fails to
  143.     recognize, disable tag-queuing on the channel."
  144.  
  145.    CHOICE  = "Enable tag-queuing - Default"
  146.       FREE
  147.         INIT = IOPORT(7) LOC(7) 1
  148.  
  149.    CHOICE  = "Disable tag-queuing"
  150.       FREE
  151.         INIT = IOPORT(7) LOC(7) 0
  152.  
  153.  
  154.  
  155. FUNCTION = "Channel 1 transfer-rate (max)"
  156. HELP = "This option allows you to set a limit on the
  157.     maximum transfer rate on SCSI channel 1. The
  158.     SWXCR  will negotiate  the actual  transfer
  159.     rate appropriately."
  160.  
  161.    CHOICE  = "Synchronous, 10 MB/s (FAST) - Default"
  162.       FREE
  163.         INIT = IOPORT(7) 00000011
  164.  
  165.    CHOICE  = "Synchronous, 5 MB/s"
  166.       FREE
  167.         INIT = IOPORT(7) 00000010
  168.  
  169.    CHOICE  = "Asynchronous transfers"
  170.       FREE
  171.         INIT = IOPORT(7) 00000000
  172.  
  173.  
  174. FUNCTION = "Channel 2 tag-queuing (SCSI-2)"
  175. HELP = "This option allows you to disable tag-queuing
  176.     on SCSI channel 2. Tag-queuing is enabled by
  177.     default. If you have SCSI-1 devices connected
  178.     to the channel which the controller fails to
  179.     recognize, disable tag-queuing on the channel."
  180.  
  181.    CHOICE  = "Enable tag-queuing - Default"
  182.       FREE
  183.         INIT = IOPORT(8) LOC(7) 1
  184.  
  185.    CHOICE  = "Disable tag-queuing"
  186.       FREE
  187.         INIT = IOPORT(8) LOC(7) 0
  188.  
  189.  
  190. FUNCTION = "Channel 2 transfer-rate (max)"
  191. HELP = "This option allows you to set a limit on the
  192.     maximum transfer rate on SCSI channel 2. The
  193.     SWXCR  will negotiate  the actual  transfer
  194.     rate appropriately."
  195.  
  196.    CHOICE  = "Synchronous, 10 MB/s (FAST) - Default"
  197.       FREE
  198.         INIT = IOPORT(8) 00000011
  199.  
  200.    CHOICE  = "Synchronous, 5 MB/s"
  201.       FREE
  202.         INIT = IOPORT(8) 00000010
  203.  
  204.    CHOICE  = "Asynchronous transfers"
  205.       FREE
  206.         INIT = IOPORT(8) 00000000
  207.  
  208.  
  209. FUNCTION = "BIOS (16K) Base Address"
  210.  
  211.    CHOICE = "0CC000H - Default "
  212.       FREE
  213.      MEMORY = 16K  
  214.         ADDRESS = 0cc000h
  215.         MEMTYPE = oth
  216.         SIZE = byte
  217.         CACHE = no
  218.         INIT = IOPORT(2) 01000011
  219.  
  220.    CHOICE = "Disable BIOS"
  221.       FREE
  222.      INIT = IOPORT(2) 00000000
  223.  
  224.    CHOICE = "0C8000H"
  225.       FREE
  226.      MEMORY = 16K  
  227.         ADDRESS = 0c8000h
  228.         MEMTYPE = oth
  229.         SIZE = byte
  230.         CACHE = no
  231.         INIT = IOPORT(2) 01000010
  232.  
  233.    CHOICE = "0DC000H"
  234.       FREE
  235.      MEMORY = 16K  
  236.         ADDRESS = 0dc000h
  237.         MEMTYPE = oth
  238.         SIZE = byte
  239.         CACHE = no
  240.         INIT = IOPORT(2) 01000111
  241.  
  242.    CHOICE = "0D8000H"
  243.       FREE
  244.      MEMORY = 16K  
  245.         ADDRESS = 0d8000h
  246.         MEMTYPE = oth
  247.         SIZE = byte
  248.         CACHE = no
  249.         INIT = IOPORT(2) 01000110
  250.  
  251.    CHOICE = "0D4000H"
  252.       FREE
  253.      MEMORY = 16K  
  254.         ADDRESS = 0d4000h
  255.         MEMTYPE = oth
  256.         SIZE = byte
  257.         CACHE = no
  258.         INIT = IOPORT(2) 01000101
  259.  
  260.    CHOICE = "0D0000h"
  261.       FREE
  262.      MEMORY = 16K  
  263.         ADDRESS = 0d0000h
  264.         MEMTYPE = oth
  265.         SIZE = byte
  266.         CACHE = no
  267.         INIT = IOPORT(2) 01000100
  268.  
  269.    CHOICE = "0C4000h"
  270.       FREE
  271.      MEMORY = 16K  
  272.         ADDRESS = 0c4000h
  273.         MEMTYPE = oth
  274.         SIZE = byte
  275.         CACHE = no
  276.         INIT = IOPORT(2) 01000001
  277.  
  278.    CHOICE = "0C0000h"
  279.       FREE
  280.      MEMORY = 16K  
  281.         ADDRESS = 0c0000h
  282.         MEMTYPE = oth
  283.         SIZE = byte
  284.         CACHE = no
  285.         INIT = IOPORT(2) 01000000
  286.  
  287.  
  288.  
  289.  
  290. FUNCTION = "Interrupt"
  291.    CHOICE  = "Interrupt 11 (edge) - Default"
  292.       FREE
  293.     IRQ = 11
  294.        SHARE = NO
  295.        TRIGGER = EDGE
  296.        INIT = IOPORT(3) 10100000
  297.        INIT = IOPORT(4) 10000000
  298.  
  299.    CHOICE  = "Interrupt 11 (level)"
  300.       FREE
  301.     IRQ = 11
  302.        SHARE = YES
  303.        TRIGGER = LEVEL
  304.        INIT = IOPORT(3) 10101000
  305.        INIT = IOPORT(4) 11000000
  306.  
  307.    CHOICE  = "Interrupt 12 (edge)"
  308.       FREE
  309.     IRQ = 12
  310.        SHARE = NO
  311.        TRIGGER = EDGE
  312.        INIT = IOPORT(3) 11000000
  313.        INIT = IOPORT(4) 10000000
  314.  
  315.    CHOICE  = "Interrupt 12 (level)"
  316.       FREE
  317.     IRQ = 12
  318.        SHARE = YES
  319.        TRIGGER = LEVEL
  320.        INIT = IOPORT(3) 11001000
  321.        INIT = IOPORT(4) 11000000
  322.  
  323.  
  324.    CHOICE  = "Interrupt 14 (edge)"
  325.       FREE
  326.     IRQ = 14
  327.        SHARE = NO
  328.        TRIGGER = EDGE
  329.            INIT = IOPORT(3) 11100000
  330.            INIT = IOPORT(4) 10000000
  331.  
  332.  
  333.    CHOICE  = "Interrupt 14 (level)"
  334.       FREE
  335.     IRQ = 14
  336.        SHARE = YES
  337.        TRIGGER = LEVEL
  338.            INIT = IOPORT(3) 11101000
  339.            INIT = IOPORT(4) 11000000
  340.  
  341.    CHOICE  = "Interrupt 15 (edge)"
  342.       FREE
  343.     IRQ = 15
  344.        SHARE = NO
  345.        TRIGGER = EDGE
  346.        INIT = IOPORT(3) 10000000
  347.        INIT = IOPORT(4) 10000000
  348.  
  349.  
  350.    CHOICE  = "Interrupt 15 (level)"
  351.       FREE
  352.     IRQ = 15
  353.        SHARE = YES
  354.        TRIGGER = LEVEL
  355.        INIT = IOPORT(3) 10001000
  356.        INIT = IOPORT(4) 11000000
  357.  
  358.