home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / umc8886.zip / README < prev   
Text File  |  1996-04-23  |  20KB  |  553 lines

  1.  
  2.       ╔═════════════════════════════════════════════════════════════════╗
  3.       ║                                 ║
  4.       ║             README for                ║
  5.       ║                                 ║
  6.       ║      UM8886BF PCI BUS IDE DEVICE DRIVERS (V3.2)        ║
  7.       ║                                 ║
  8.       ╚═════════════════════════════════════════════════════════════════╝
  9.  
  10.     (1).
  11.     Included on this diskette are the UM8886BF PCI Bus IDE Device
  12.     Drivers. These drivers are designed to enhance performance for
  13.     the UM8886BF by increasing the I/O data transfer rate between
  14.     IDE hard disk(s) and your system. Each of these drivers can
  15.     support up to 4 hard drives.
  16.  
  17.     The following files are included :
  18.  
  19.      1. README
  20.      2. INSTALL4.EXE    (V3.0, auto install utility         )
  21.      3. DOS\UM8673.SYS    (V3.2, DOS device driver         )
  22.      4. Windows\UM8673.386    (V3.2, Windows device driver for V3.1x     )
  23.      5. Windows\INT13.386    (V3.2, Windows device driver for V3.1x     )
  24.      6. OS2\INSTALL.EXE    (V3.0, Install Utility for V2.x, Warp     )
  25.      7. OS2\UMC1S506.ADD    (V3.2, OS/2 device driver for V2.x, Warp )
  26.      8. OS2\OS2CDROM DMD    (V3.0, OS/2 device driver for V2.x, Warp )
  27.      9. OS2\IBMIDECD FLT    (V3.0, OS/2 device driver for V2.x, Warp )
  28.     10. NetWare\UMC310.DSK    (V3.2, NetWare device driver for V3.10     )
  29.     11. NetWare\UMC311.DSK    (V3.2, NetWare device driver for V3.1x     )
  30.     12. NetWare\UMC401.DSK    (V3.2, NetWare device driver for V4.x     )
  31.     13. WINNT31\ATDISK.SYS    (V3.0, Windows NT device driver for V3.1 )
  32.     14. WINNT31\INSTALL.EXE (V3.0, Install Utility for Windows NT 3.1)
  33.     15. WINNT31\RESTORE.EXE (V3.0, Restore Utility for Windows NT 3.1)
  34.     16. WINNT35\ATDISK.SYS    (V3.0, Windows NT device driver for V3.5 )
  35.     17. WINNT35\INSTALL.EXE (V3.0, Install Utility for Windows NT 3.5)
  36.     18. WINNT35\RESTORE.EXE (V3.0, Restore Utility for Windows NT 3.5)
  37.     19. SCOUNIX\UM8886B.UNX (V3.0, SCO UNIX device driver for 3.2V4.1 )
  38.     20. Win95\UMC86B.MPD    (V3.2, Windows 95 device driver      )
  39.     21. Win95\UMC86B.INF    (V3.2, Windows 95 device driver INF file )
  40.     22. PU.COM        (V2.0, printer utility             )
  41.  
  42.     (2).
  43.     ┌──────────────────────────────────────────────────────────────┐
  44.     │     Install Utility for UM8886BF PCI-Bus IDE Controller      │
  45.     └──────────────────────────────────────────────────────────────┘
  46.  
  47.     The INSTALL4.EXE utility can detect the speeds of the hard disks
  48.     which are attached on the controller automatically and it also can
  49.     install drivers for you. Please follow the steps below to excute
  50.     this program first.
  51.  
  52.     I.   Insert this diskette in a floppy disk drive, and close the
  53.          drive door.
  54.  
  55.     II.  At the command prompt, type the drive letter of the drive
  56.          you are using, followed by a colon(:), and then press ENTER.
  57.  
  58.     III. Type INSTALL4, and then press ENTER.
  59.  
  60.     IV.  Follow the instructions on the screen to detect hard disk(s)
  61.          speed and install driver(s).
  62.  
  63.     In very few cases, this program will yield incorrect values for
  64.     speed. Should this occur, please reduce the drive speed step by
  65.     step until you find the setting at which the system boots and
  66.     becomes stable. If possible, perform burn-in tests with IDE
  67.     operations to ensure the stability of your system.
  68.  
  69.  
  70.     (3).
  71.     ┌──────────────────────────────────────────────────────────────┐
  72.     │     Install DOS Device Driver for PCI-Bus IDE Controller     │
  73.     └──────────────────────────────────────────────────────────────┘
  74.  
  75.     The INSTALL4.EXE utility can install DOS device driver automatically.
  76.     If you want to install DOS device driver manually or change the drive
  77.     speed, please follow the steps below.
  78.  
  79.     I.   Copy the DOS\UM8673.SYS into the appropriate path.
  80.  
  81.     II.  Add following statement to your CONFIG.SYS file to auto load the
  82.          driver during bootup.
  83.  
  84.          device=[drive:][\path\]UM8673.SYS[/D<n:m>][/F<n>][/NF<n>][/Cyl<n:m>][/Hd<n:m>][/Sec<n:m>][/SIRQ:<m>]
  85.  
  86.          where
  87.  
  88.           D<n:m>  Drive n speed m(0-18) ( 0 the lowest )
  89.           Cyl<n:m>    Drive n(2-3) cylinder number m
  90.           Hd<n:m>  Drive n(2-3) head number m
  91.           Sec<n:m>    Drive n(2-3) sector number m
  92.           F<n>  Enable FIFO for drive n
  93.           NF<n>  Disable FIFO for drive n
  94.  
  95.  
  96.          For instance, the user wants to load UM8673.SYS with drive 0
  97.          speed = 6 and FIFO enabled. The DOS driver resides in the root
  98.          directory of the drive C:. Add the following statement to your
  99.          CONFIG.SYS file.
  100.  
  101.         DEVICE = C:\UM8673.SYS /D0:6 /F0
  102.  
  103.          You don't need to specify drive speed parameters usually, because
  104.          the device driver is reconfigured for the optimal speed setting.
  105.  
  106.     III. Reboot your system.
  107.  
  108.  
  109.  
  110.     (4).
  111.     ┌───────────────────────────────────────────────────────────────────┐
  112.     │  Install Windows Device Driver V3.x for PCI-Bus IDE Controller    │
  113.     └───────────────────────────────────────────────────────────────────┘
  114.  
  115.     The INSTALL4.EXE utility can install Windows device driver automatically.
  116.     If you want to install Windows device driver for your system manually
  117.     or change the drive speed, please follow the steps below.
  118.  
  119.     I.   Copy the Windows\UM8673.386 and Windows\INT13.386 into the
  120.          appropriate path.
  121.  
  122.     II.  Check if the following lines exist in the [386Enh] section
  123.          of your SYSTEM.INI file.
  124.  
  125.          [386Enh]
  126.          32BitDiskAccess=ON
  127.          device=*int13
  128.          device=*wdctrl
  129.  
  130.          If any statement does not exist, please add it to the [386Enh]
  131.          section. Please add a preceding semi-colon in front of
  132.          "device=*wdctrl" and "device=*int13" command lines. If
  133.          "32BitDiskAccess" option is set to be "OFF", Please change
  134.          it to be "ON".
  135.  
  136.     III. Add these following statements to the [386Enh] section in your
  137.          \WINDOWS\SYSTEM.INI file.
  138.  
  139.         device = [drive:][\path\] UM8673.386
  140.         device = [drive:][\path\] INT13.386
  141.         DriveSpeed = [/D<n:m>][/F<n>][/NF<n>]
  142.  
  143.          where
  144.  
  145.           D<n:m> Drive n speed m(0-18)  ( 0 the lowest )
  146.           F<n>  Enable FIFO for drive n
  147.           NF<n> Disable FIFO for drive n
  148.  
  149.  
  150.          For instance, the user wants to load Windows drivers with drive 1
  151.          speed = 11 and FIFO disabled. The Windows drivers reside in
  152.          the WINDOWS\SYSTEM directory of the drive C:. Add the following
  153.          statements to your SYSTEM.INI file.
  154.  
  155.         [386Enh]
  156.         32BitDiskAccess=ON
  157.         ;device=*int13
  158.         ;device=*wdctrl
  159.         DriveSpeed = /D1:11 /NF1
  160.         device = c:\windows\system\UM8673.386
  161.         device = c:\windows\system\INT13.386
  162.  
  163.          You don't need to specify drive speed parameters usually, because
  164.          the device driver is reconfigured for the optimal speed setting.
  165.  
  166.     IV.  Reenter your Windows.
  167.  
  168.  
  169.  
  170.     (5).
  171.     ┌────────────────────────────────────────────────────────────────────┐
  172.     │  Install OS/2 Device Driver V2.x, Warp for PCI-Bus IDE Controller  │
  173.     └────────────────────────────────────────────────────────────────────┘
  174.  
  175.     The INSTALL.EXE utility can install OS/2 device driver automatically.
  176.  
  177.  
  178.     I.   Insert this diskette in a floppy disk drive, and close the
  179.          drive door.
  180.  
  181.     II.  At the DOS command prompt, type the drive letter and path
  182.          you are using, followed by a colon(:), type INSTALL,
  183.          and then press ENTER. For example,
  184.  
  185.          C:\OS2>a:\os2\install
  186.  
  187.     III. The Installation Utility will install the OS/2 Device Driver
  188.          automatically.
  189.  
  190.  
  191.  
  192.     If you want to install OS/2 device driver for your system manually,
  193.     please follow the steps below.
  194.  
  195.  
  196.     I.   Copy the OS2\UMC1S506.ADD, OS2CDROM.DMD, IBMIDECD.FLT into the
  197.          OS2 directory of your system for OS/2 V2.x or copy the files
  198.          into the OS2\BOOT sub-directory of your system for OS/2 V3.0.
  199.  
  200.     II.  Check if the following line exists in the CONFIG.SYS file.
  201.  
  202.            BaseDev = IBM1S506.ADD
  203.  
  204.          If the statement exists, please delete it or add "REM" in front
  205.          of it.
  206.  
  207.     III. Add this following statement to your CONFIG.SYS file.
  208.  
  209.            BaseDev = UMC1S506.ADD [/A:<0 or 1> /IRQ:<irq> /U:<0 or 1> /S:<speed> /F /NF]
  210.  
  211.          where
  212.  
  213.           speed : drive speed setting from 0 to 18    ( 0 the lowest )
  214.           F     : enable FIFO for drive
  215.           NF    : disable FIFO for drive
  216.  
  217.          Note : The user MUST NOT specify either drive or path name.
  218.  
  219.  
  220.          For instance, the user wants to load UMC1S506.ADD with drive
  221.          (Unit) 0 speed 6 (FIFO disabled) and drive (Unit) 1 speed 11
  222.          (FIFO enabled) which are attached on Adapter 0. Add the
  223.          following statement to your CONFIG.SYS file.
  224.  
  225.            BaseDev = UMC1S506.ADD /A:0 /U:0 /S:6 /NF /U:1 /S:11 /F
  226.  
  227.          You don't need to specify drive speed parameters usually, because
  228.          the device driver is reconfigured for the optimal speed setting.
  229.  
  230.     IV.  Reboot your system.
  231.  
  232.  
  233.     (6).
  234.     ┌───────────────────────────────────────────────────────────────────┐
  235.     │      Install NetWare Device Driver for PCI-Bus IDE Controller     │
  236.     └───────────────────────────────────────────────────────────────────┘
  237.  
  238.     If you want to install NetWare device driver for your system,
  239.     please follow the steps below.
  240.  
  241.  
  242.     I.   Copy the NetWare\UMCxxx.DSK into the appropriate path.
  243.  
  244.     II.  Bring up the NetWare server of your system.
  245.  
  246.     III. Type the following statement after the ":" prompt
  247.  
  248.            :load UMCxxx PORT=<x> INT=<y> [/D<n:m>] [/F<n>] [/NF<n>]
  249.  
  250.          where
  251.  
  252.           x       1F0 or 170
  253.           y       E or F
  254.           D<n:m>  Drive n speed m(0-18) ( 0 the lowest )
  255.           F<n>    Enable FIFO for drive n
  256.           NF<n>   Disable FIFO for drive n
  257.  
  258.          Note : You MUST NOT load the ISADISK.DSK when you are
  259.             installing UMCxxx.DSK Netware driver.
  260.             Please unload the ISADISK.DSK, if it is already
  261.             loaded when the NetWare server brings up.
  262.  
  263.  
  264.          For instance, the user wants to load UMC310.DSK with drive
  265.          0 speed 6 and drive 1 speed 11 which are attached on the primary
  266.          controller. Add the following statement after the ":" prompt.
  267.  
  268.            :LOAD UMC310 /D0:6 /D1:11 PORT=1F0 INT=E
  269.  
  270.          You don't need to specify drive speed and Cylinder, Head, Sector
  271.          parameters usually, because the device driver is reconfigured for
  272.          the optimal speed setting and detect the Cylinder, Head, Sector
  273.          automatically.
  274.  
  275.  
  276.     (7).
  277.     ┌───────────────────────────────────────────────────────────────────┐
  278.     │   Install Windows NT Device Driver for PCI-Bus IDE Controller     │
  279.     └───────────────────────────────────────────────────────────────────┘
  280.  
  281.     I.   Insert this diskette in a floppy disk drive, and close the
  282.          drive door.
  283.  
  284.     II.  At the DOS command prompt, type the drive letter and path
  285.          you are using, followed by a colon(:), type INSTALL,
  286.          and then press ENTER. For example,
  287.  
  288.          C:\WINNT>a:\winnt31\install
  289.          or
  290.          C:\WINNT35>a:\winnt35\install
  291.  
  292.     III. The Installation Utility will install the Windows NT Device
  293.          Driver automatically.
  294.  
  295.  
  296.     ┌───────────────────────────────────────────────────────────────────┐
  297.     │   Restore Windows NT Device Driver for PCI-Bus IDE Controller     │
  298.     └───────────────────────────────────────────────────────────────────┘
  299.  
  300.     I.   At the DOS command prompt, type the drive letter of the floppy
  301.          disk drive you are using, followed by a colon(:), type RESTORE,
  302.          and then press ENTER. For example,
  303.  
  304.          C:\WINNT>a:\winnt31\restore
  305.          or
  306.          C:\WINNT35>a:\winnt35\restore
  307.  
  308.     II.  The Restore Utility will restore the Windows NT Device Driver
  309.          automatically.
  310.  
  311.  
  312.     (8).
  313.     ┌───────────────────────────────────────────────────────────────────┐
  314.     │      Install SCO UNIX Device Driver for PCI-Bus IDE Controller    │
  315.     └───────────────────────────────────────────────────────────────────┘
  316.  
  317.     If you want to install SCO UNIX device driver for your system,
  318.     please follow the steps below.
  319.  
  320.  
  321.     Type the following statements under UNIX system.
  322.  
  323.     I.   mkdir /um8886b.bin
  324.  
  325.     II.  cd /um8886b.bin
  326.  
  327.     III. doscp a:\scounix\um8886b.unx .
  328.  
  329.     IV.  tar xf - < um8886b.unx
  330.  
  331.     V.   cd /um8886b.bin
  332.  
  333.     VI.  ./istl.um8886b
  334.  
  335.  
  336.     If you want to remove SCO UNIX device driver from your system,
  337.     please follow the steps below.
  338.  
  339.  
  340.     Type the following statements under UNIX system.
  341.  
  342.     I.   cd /um8886b.bin
  343.  
  344.     II.  ./rm.um886b
  345.  
  346.  
  347.     (9).
  348.     ┌───────────────────────────────────────────────────────────────────────┐
  349.     │ Install Windows 95 Device Driver for UM8886BF PCI-Bus IDE Controller  │
  350.     └───────────────────────────────────────────────────────────────────────┘
  351.  
  352.     Notes:
  353.       UMC86B.MPD -- UM8886B PCI IDE Device Driver for Windows 95
  354.       UMC86B.INF -- Setup Information File for UMC86B.MPD
  355.  
  356.       These two files must be located on the same directory of
  357.       the install floppy diskette.
  358.  
  359.  
  360.     Installation:
  361.       If you want to install UM8886B PCI IDE device driver for
  362.       Windows 95, please follow the steps below.
  363.  
  364.        1. Check your system requirements, Windows 95 must be fully installed
  365.       on your system.
  366.  
  367.        2. Remove IDE device drivers in the AUTOEXEC.BAT and CONFIG.SYS files,
  368.       especially any drivers that control ATAPI CD-ROM.
  369.  
  370.        3. Remove the default installed IDE device drivers.
  371.  
  372.       I. Open the Control Panel.
  373.  
  374.       II. Invoke the System box.
  375.  
  376.       III. Click on the Device Manager button.
  377.            A list of the system devices will be displayed.
  378.  
  379.       IV. Click on the Hard disk controllers record. There may have
  380.           two cases.
  381.  
  382.           Case 1, there should have three instances listed:
  383.  
  384.            * Primary IDE Controller (single FIFO)
  385.            * Secondary IDE Controller (single FIFO)
  386.            * Standard Dual PCI IDE Controller
  387.  
  388.            Please go to step V for case 1.
  389.  
  390.           Case 2, there should have two instances listed:
  391.  
  392.            * Standard IDE/ESDI Hard Disk Controller
  393.            * Standard IDE/ESDI Hard Disk Controller
  394.  
  395.            Please go to step VI for case 2.
  396.  
  397.       V. Remove the Standard Dual PCI IDE Controller.
  398.          1. Select the Standard Dual PCI IDE Controller.
  399.          2. Click on the remove button.
  400.          3. Select Yes when prompted to remove this controller.
  401.          4. go to step VII
  402.  
  403.       VI.Remove the Primary & Secondary Controller.
  404.          1. Select the second instance of the Standard IDE/ESDI Hard
  405.         Disk Controller.
  406.          2. Click on the remove button.
  407.          3. Select Yes when prompted to remove this controller.
  408.          4. Select the remaining instance of the Standard IDE/ESDI Hard
  409.         Disk Controller .
  410.          5. Click on the remove button.
  411.          6. Select Yes when prompted to remove this controller.
  412.          7. go to step VII
  413.  
  414.       VII. Select Yes when prompted to re-start Windows 95,
  415.            and restart Windows 95.
  416.  
  417.        4. Windows 95 will report a Standard Dual PCI IDE Controller or
  418.       Standard ESDI/IDE Controller has been detected in the system.
  419.       Select driver from disk provided by hardware manufactures.
  420.  
  421.        5. Insert the folppy diskette containing the driver files into
  422.       the floppy drive.
  423.  
  424.        6. Choose OK to load the driver from the floppy drive.
  425.  
  426.        7. Specify the full path of the drivers, and then choose OK.
  427.  
  428.        8. Select Yes when prompted to re-start Windows 95.
  429.  
  430.       After installation, the UMC86B.MPD is stored in the
  431.       c:\<Windows 95 directory>\System\IoSubsys directory.
  432.  
  433.  
  434.     (10).
  435.        ┌──────────────────────────────────────────────────────────────────────┐
  436.        │ Install ColorMode Screen HardCopy Utility for PCI-Bus IDE Controller │
  437.        └──────────────────────────────────────────────────────────────────────┘
  438.  
  439.     The UMC ColorMode screen hardcopy utility is a terminate and stay
  440.     resident (TSR) program that provides high quality printouts using
  441.     the IBM standard color mode and most Super VGA VESA BIOS Extensions.
  442.     This utility was written for IBM PC,XT,AT and compatiables that
  443.     employ some UMC components, such as UM8672, UM8673, and UM8886(A).
  444.     We assume no responsibility for this utility, and make absolutely no
  445.     warranties as to its use. This package is provided only for your
  446.     convenience.
  447.  
  448.     If you want to install ColorMode Screen HardCopy Utility for your
  449.     system, please type the following statement under DOS command prompt.
  450.  
  451.  
  452.      PU.COM [/Q<H|L>][/D<3|6>][/O<P|L>][/P<1|2|3|4>][/C<0001~9999>][/R][/H][/?]
  453.  
  454.          where
  455.  
  456.           Q: printing quality;
  457.          /QH for high quality (default), /QL for low quality
  458.           D: printer DPI;
  459.          /D3 for 300DPI (default), and /D6 for 600DPI
  460.           O: printing orientatation;
  461.          /OP for portrait, /OL for landscape (default)
  462.           P: printer port selection;
  463.          /P1 for LPT1 (default), /P2 for LPT2, etc.
  464.           C: setup paper count /Cn;
  465.          where n=0001 to 9999, /C1 is the default value
  466.           R: release this utility
  467.           H: show usage
  468.           ?: show usage
  469.  
  470.  
  471.     For high performance printing, this print utility can be run by
  472.     excuting PU.COM/QH (default) under DOS. If performance is not
  473.     important to you, PU.COM/QL is a better choice. This can improve the
  474.     printing speed. To release this utility from memory, select the
  475.     PU.COM/R option.
  476.  
  477.     When you are ready to print the desired screen image, press
  478.     [PrintScreen] key. At that time, the screen will change to 256 gray
  479.     levels and await your print image command. If you are satisfied with
  480.     the image on the screen, press [ENTER]. After the image is printed,
  481.     the screen will be held once more so that you may compare the screen
  482.     image with the printout. At this time, press any key to escape from
  483.     print mode. If you are not satisfied with the screen image, press
  484.     any key except the Enter key to escape from printing.
  485.  
  486.       NOTE:
  487.     While gaining the advantange of high quality printing, you may
  488.     sacrifice a certain amount of speed.  The utility must access
  489.     halftone image pattern data from the pattern array. Due to slower
  490.     performance, it may cause a delay writing to the printer. If you want
  491.     high performance printing, you can choose PU.COM/QH. You can also
  492.     select PU.COM/QL to dither the image. This can improve the printing
  493.     speed, but will reduce the image quality in 256-color mode or above.
  494.  
  495.  
  496.       SYSTEM SETUP AND SUPPORT:
  497.  
  498.     I.    System requirements:
  499.           IBM PC,XT,AT or compatiables, EGA/VGA/SVGA card, 28 KBytes
  500.           main memory.
  501.  
  502.     II.   Screen HardCopy Mode:
  503.           Supports IBM EGA/VGA standard mode and all VESA modes.
  504.  
  505.     III.  Printer Port selection:
  506.           In this version, the printer port is set to LPT1. You can also
  507.           change the printer port by excuting PU.COM /Pn under DOS, where
  508.           n=1 to 4.
  509.  
  510.     IV.   Printer Support:
  511.           In this version, only printers using HP PCL III language or
  512.           above are supported. You can choose PU.COM /D3 or /D6 options
  513.           under DOS to configure the printer resolution. For printers
  514.           that empoly other DPI values, the /D3 option is suggested.
  515.  
  516.     V.    Printing Mode:
  517.           A. 16 colors: This mode includes IBM screen modes 0Dh,0Eh,10h,
  518.                 12h and VESA 16-color mode. In this mode, we use
  519.                 HalfTone 16 GrayScale to print screen (default).
  520.           B. 256 colors or above: This mode includes IBM screen mode 13h
  521.                 and VESA 256-color+ modes. In this mode, we use
  522.                 HalfTone 64 GrayScale to print the screen (default).
  523.  
  524.     VI.   Paper Count(1 to 9999):
  525.           In this version, the printer's paper count after you press the
  526.           PrintScreen key is set to 1. You can also change it by excuting
  527.           PU.COM /Cn under DOS, where n=1 to 9999.
  528.  
  529.     VII.  Image Attribute (Positive/Negative):
  530.           In this version, the image attribute is set to positive.
  531.  
  532.     VIII. Printing Orientation(Portrait/Landscape):
  533.           In this version, the printing orientation is set to landscape.
  534.           You can also change the orientation to portrait by excuting
  535.           PU.COM /OP under DOS.
  536.  
  537.     IX.   This utility does not support printing images in TEXT mode,
  538.           or in IBM 2- or 4-color modes. In this case, it will return
  539.           the printing task to the BIOS.
  540.  
  541.  
  542.     (10).
  543.                ┌─────────────────────────────┐
  544.                │  Trademark Acknowledgments  │
  545.                └─────────────────────────────┘
  546.  
  547.      MS-DOS and Windows are registered trademarks of Microsoft Corporation.
  548.      OS/2 is a registered trademark of IBM Corporation.
  549.      NetWare is a registered trademark of Novell Corporation.
  550.      Other brand names or trademarks are registered trade marks of their
  551.      respective holders.
  552.  
  553.