home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t190 / 1.img / PROMISE / README < prev   
Encoding:
Text File  |  1993-06-22  |  12.3 KB  |  326 lines

  1.  
  2.  
  3.              DC2000 README File           Revision 1.03
  4.  
  5.  
  6.  
  7.  
  8.      On this diskette you will find device drivers for the DC2000
  9.      VL-Bus IDE Disk Controller.
  10.  
  11.      DC2000.SYS   (Version 1.40) is the driver for DOS
  12.      DC2000.386   (Version 1.20) is the driver for Microsoft Windows 3.1
  13.      N2000310.DSK (Version 1.10) is for Netware 386 3.10.
  14.      N2000311.DSK (Version 1.10) is for Netware 386 3.11.
  15.  
  16.  
  17.      +===============================================+
  18.      |    DOS Driver for DC2000 VL-Bus IDE Controller  |
  19.      +===============================================+
  20.  
  21.      The file DC2000.SYS is the DOS driver for the DC2000 disk controller. You
  22.      will need it in the following situations:
  23.  
  24.      - Your DC2000 has no on-board external BIOS to take the advantage of
  25.        the high speed 32-bit VL-Bus.
  26.  
  27.      - Your DC2000 has an on-board external BIOS, but it can not work under the
  28.        default Turbo mode. You need to select the operating mode every time
  29.        when you power up or reboot your system.
  30.  
  31.  
  32.      Please follow the steps below to install the driver for DOS.
  33.  
  34.      - Follow the installation steps as described in the DC2000 Installation
  35.        Guide and bring up your DC2000.
  36.  
  37.      - Copy the driver DC2000.SYS to your system in the appropriate path.
  38.  
  39.      - Add the following statement to your CONFIG.SYS file:
  40.  
  41.        device = [drive:][\path\] DC2000.sys [/F or /T] [/W]
  42.  
  43.        where [drive:] and [\path\] point to the directory that contains the
  44.        the DC2000.sys file. The parameters F, T and W define the operating mode
  45.        as follows:
  46.  
  47.        F : DC2000 working in the Fast mode
  48.        T : DC2000 working in the Turbo mode (default operating mode)
  49.        W : DC2000 working in the 16 bit data access mode (If motherboard
  50.               CPU has a 16-bit external data bus.   for examples,
  51.               IBM 486 SLC2....)
  52.  
  53.      Note: If no parameter is specified, the DC2000 will be set to
  54.            run under the default Turbo and 32 bit data access mode.
  55.  
  56.        Under Fast(F) mode, the DC2000 supports 32-bit VL-Bus IO. Under Turbo
  57.        (T) mode, the DC2000 not only supports 32-bit VL-Bus IO, it also supports
  58.        the read/write multiple commands. Since read/write multiple commands
  59.        allow the host to access disk data in multiple-sector blocks, the Turbo
  60.        mode will usually be faster.
  61.  
  62.        Note that not all IDE drives support the read/write multiple commands.
  63.        Usually, you may set your DC2000 to run under the Turbo mode. When
  64.        your system is brought up, the driver DC2000.sys will automatically
  65.        issue an Identify Drive command to check if the attached IDE drive(s)
  66.        support the read/write multiple commands. In case your drive(s) does
  67.        not support the read/write multiple commands, the DC2000 will
  68.        automatically be forced to run under the Fast mode.
  69.  
  70.        Note: Some IDE drives may not support the read/write multiple commands
  71.        properly. If your DC2000 can not access the attached drive(s) properly
  72.        under the default Turbo mode, you have to specify the parameter as "F".
  73.  
  74.        Example:
  75.  
  76.        If the DOS driver DC2000.SYS resides in the root directory of the
  77.        drive C:, and you want your DC2000 to run under TURBO mode, add the
  78.        following statement to the file CONFIG.SYS.
  79.  
  80.          device= c:\DC2000.sys
  81.  
  82.        Add the following statement if your DC2000 has to run under the
  83.        Fast mode:
  84.  
  85.          device= c:\DC2000.sys /f
  86.  
  87.  
  88.      +========================================================+
  89.      |    Microsoft Windows version 3.1 disk driver for DC2000  |
  90.      +========================================================+
  91.  
  92.      The file DC2000.386 is the Microsoft Windows 3.1 disk driver for the
  93.      DC2000 controller.
  94.  
  95.      While Microsoft Windows version 3.1 supports 32-bit disk access, the
  96.      disk data transfer between host and the IDE adapter is still limited
  97.      by the 16-bit ISA bus. If you want to speed up your hard drives under
  98.      Windows through the 32-bit VL-Bus, you will need this driver. In addition,
  99.      the driver also allows your host to access the disk data through the
  100.      faster "read/write multiple" commands.
  101.  
  102.  
  103.      Please follow the steps below to install the driver for DC2000.
  104.  
  105.  
  106.      1. Copy the driver DC2000.386 to your system in the appropriate path.
  107.  
  108.     It is recommended that the driver DC2000.386 be copied to the Windows
  109.     SYSTEM directory.
  110.  
  111.      2. Check if the following lines exist in the [386Enh] section of your
  112.     SYSTEM.ini file.
  113.  
  114.     [386Enh]
  115.     32BitDiskAccess=ON
  116.     device=*int13
  117.  
  118.     If the statements do not exist, add them into the [386Enh] section.
  119.     If the statements exist, but 32BitDiskAccess is set to "OFF", you
  120.     need to change it to "ON".
  121.  
  122.  
  123.      3. Delete the "device=*wdctrl" device setting.
  124.  
  125.     Delete the command line "device=*wdctrl" from the [386Enh] section
  126.     of your SYSTEM.INI file, if it exists.
  127.  
  128.      4. Install the virtual device "DC2000.386".
  129.  
  130.     Add the following command lines in the [386Enh] section of the
  131.     SYSTEM.INI file:
  132.  
  133.           device=[drive:][\path\]DC2000.386
  134.           DisksAccessMode=[Fast or Turbo] [/W]
  135.  
  136.     The [drive:] and [\path\] point to the directory that contains
  137.     DC2000.386 file. Note that the setting must specify the full path
  138.     of the device driver DC2000.386.
  139.  
  140.     The setting of disk_access_mode specifies the disk access mode as
  141.     follows:
  142.  
  143.           Fast  : DC2000 working in the Fast mode
  144.           Turbo : DC2000 working in the Turbo mode (default)
  145.           W     : DC2000 working in the 16 bit data access mode
  146.             (If motherboard CPU has a 16-bit external data bus.
  147.             for examples, IBM 486 SLC2....)
  148.  
  149.            Note : If no parameter is specified, the DC2000 will
  150.               be set to run under the default Turbo and 32 bit data
  151.               access mode.
  152.  
  153.     Under Fast mode, the DC2000 supports 32-bit VL-Bus IO. Under Turbo
  154.     mode, the DC2000 not only supports 32-bit VL-Bus IO, it also supports
  155.     the read/write multiple commands. Since read/write multiple commands
  156.     allow the host to access disk data in multiple-sector blocks, the Turbo
  157.     mode will usually be faster.
  158.  
  159.     Note: Not all IDE drives support the read/write multiple commands.
  160.     Usually, you may set your DC2000 to run under the Turbo mode. When
  161.     your system is brought up, the driver DC2000.386 will automatically
  162.     issue an Identify Drive command to check if the attached IDE drive(s)
  163.     support the read/write multiple commands. In case your drive(s) does
  164.     not support the read/write multiple commands, the DC2000 will
  165.     automatically be forced to run under the Fast mode.
  166.  
  167.     Note: Some IDE drives may not support the read/write multiple commands
  168.     properly. If your DC2000 can not access the attached drive(s) properly
  169.     under the default Turbo mode, you have to specify the parameter as
  170.     "Fast".
  171.  
  172.  
  173.      +=======================================+
  174.      |    Netware 3.xx disk driver for DC2000  |
  175.      +=======================================+
  176.  
  177.      Please  follow the  steps below  to install the driver for Netware 3.10.
  178.      Use N2000311.DSK instead of N2000310.DSK in the following procedure when
  179.      you are installing Netware 3.11. Note that you don't need to load the
  180.      ISADISK.DSK when you are installing the Netware driver for DC2000.
  181.  
  182.  
  183.       1.  After you have installed the DC2000, bring up the Netware server
  184.       until the prompt ":" appears on the screen.
  185.  
  186.       2.  Type the following command after the ":" prompt:
  187.  
  188.       :load N2000310 [/F or /T] [/W] port=1f0 int=e
  189.  
  190.       The parameters F, T and W define the operating mode as follows:
  191.  
  192.        F : DC2000 working in the Fast mode
  193.        T : DC2000 working in the Turbo mode (default operating mode)
  194.        W : DC2000 working in the 16 bit data access mode
  195.          (If motherboard CPU has a 16-bit external data bus.
  196.          for example, IBM 486 SLC2....)
  197.  
  198.      Note: If no parameter is specified, the DC2000 will be set to
  199.            run under the default Turbo and 32 bit data access mode.
  200.  
  201.        Under Fast(F) mode, the DC2000 supports 32-bit VL-Bus IO. Under Turbo
  202.        (T) mode, the DC2000 not only supports 32-bit VL-Bus IO, it also supports
  203.        the read/write multiple commands. Since read/write multiple commands
  204.        allow the host to access disk data in multiple-sector blocks, the Turbo
  205.        mode will usually be faster.
  206.  
  207.        Note that not all IDE drives support the read/write multiple commands.
  208.        Usually, you may set your DC2000 to run under the Turbo mode. When
  209.        your system is brought up, the driver will automatically issue an
  210.        Identify Drive command to check if the attached IDE drive(s) support
  211.        the read/write multiple commands. In case your drive(s) does not
  212.        support the read/write multiple commands, the DC2000 will
  213.        automatically be forced to run under the Fast mode.
  214.  
  215.        Note: Some IDE drives may not support the read/write multiple commands
  216.        properly. If your DC2000 can not access the attached drive(s) properly
  217.        under the default Turbo mode, you have to specify the parameter as "F".
  218.  
  219.      +================================+
  220.      |    UNIX Driver V1.1  for DC2000  |
  221.      +================================+
  222.  
  223.  
  224.      ******** Install UNIX Driver  ********
  225.  
  226.      This driver is for AT&T UNIX SVR 4.0 and SCO UNIX 3.2.4. The driver
  227.      is provided in another diskette of your DC2000 package. Please follow
  228.      the steps below to install the UNIX driver:
  229.  
  230.       1. Insert the diskette which contains the UNIX Driver into drive A:
  231.      and type the following command after the prompt "#":
  232.  
  233.        # installpkg
  234.  
  235.       2. The following message will be shown on the screen:
  236.  
  237.        Will the DC2000 controller be in TURBO or FAST mode
  238.        (T/F)? (default=T)
  239.  
  240.      Please answer 'T' or 'F' to select the DC2000 operating mode.
  241.  
  242.       3. Next, message will be shown on the screen:
  243.  
  244.        Does the mainboard CPU have a 16-bit external data bus
  245.         (for examples,IBM 486 SLC2 ...) instead of 32-bit bus
  246.         (Y/N)? (default=N)
  247.  
  248.      Please answer 'Y' or 'N' to fit the feature of the mainboard CPU.
  249.      The installation procedure will continue.
  250.  
  251.       4. Done! if you are running AT&T UNIX SVR 4.0.
  252.  
  253.       5. If you are running SCO UNIX, type the following commands after the
  254.      driver is installed.
  255.  
  256.         # cd /
  257.         # shutdown -y -g0 -i6
  258.  
  259.      The commands will shutdown and reboot your system with the new kernel.
  260.  
  261.  
  262.  
  263.      ******** Change Operating Mode *******
  264.  
  265.      If you want to change the operating mode after your system has been
  266.      brought up with the new kernel, please type the following command:
  267.  
  268.         # ptisetmode
  269.  
  270.      The following message will be shown on the screen:
  271.  
  272.         This command will rebuild the kernel and shutdown the system
  273.         automatically.
  274.  
  275.         Do you really want to proceed with it (Y/N)? (default=N)
  276.  
  277.  
  278.      Please answer 'Y' or 'N'.
  279.  
  280.      The following message will be shown on the screen to ask you which mode
  281.      will be set:
  282.  
  283.         Will the controller be in TURBO or FAST mode
  284.         (T/F)? (default=T)
  285.  
  286.      Please answer 'T' or 'F' to fit your need.
  287.  
  288.      Then, message will be shown on the screen:
  289.  
  290.        Does the mainboard CPU have a 16-bit external data bus
  291.         (for examples,IBM 486 SLC2 ...) instead of 32-bit bus
  292.         (Y/N)? (default=N)
  293.  
  294.      Please answer 'Y' or 'N' to fit the feature of the mainboard CPU.
  295.  
  296.      ******** Remove the Driver ********
  297.  
  298.      If you want to remove the driver and recover to the original hard disk
  299.      device driver, please type the following command after the prompt #:
  300.  
  301.         # removepkg
  302.  
  303.      Some installed package name(s) will be shown on the screen. Please
  304.      choose "DC2000 UNIX Driver". The remove procedure will continue.
  305.  
  306.      If you are running the SCO UNIX, please type the following commands to
  307.      shutdown and reboot your system:
  308.  
  309.         # cd /
  310.         # shutdown -y -g0 -i6
  311.  
  312.      +==============================+
  313.      |    Trademarks Acknowledgement  |
  314.      +==============================+
  315.  
  316.      VESA is a registered trademark of the Video Electronics Standards
  317.      Association. VL-Bus is a trademark of the Video Electronics Standards
  318.      Association.
  319.  
  320.      MS-DOS and Windows are registered trademarks of Microsoft Corporation.
  321.      PC, PC-AT and OS/2 are registered trademarks of IBM Corporation.
  322.      Xenix is a registered trademark of Santa Cruz Operation Corporation.
  323.      Unix is a registered trademark of American Telephone and Telegraph Corp.
  324.      Netware is a registered trademark of Novell Corporation.
  325.  
  326.