home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / os2_2318.exe / RELEASE.TXT < prev    next >
Text File  |  1999-05-25  |  18KB  |  532 lines

  1.                   PCI IDE  Device Driver  Ver 2.3.18
  2.                  ────────────────────────────────────
  3.  
  4. 1) Driver Name: VIA Bus Master PCI IDE Driver
  5.  
  6. 2) Description: IDE driver for VIA TECHNOLOGIES, INC.
  7.  
  8. 3) Release Date: 99/05/25
  9.  
  10. 4) Supported Operating Systems:
  11.    a. DOS                             5.x or above
  12.    b. NewWare                         3.x or above (Note)
  13.    c. OS/2                            2.x or above
  14.    d. Windows                         3.1 or above
  15.    e. Windows 9x                      4.00.950 or above
  16.    f. Windows NT                      3.51 or above
  17.    g. Unix                            SCO 3.2.4 or above
  18.    h. Linux
  19.  
  20.    Note : If you want to combine the Hard disk & CD-ROM on the same channel
  21.           above the Netware 4.x version. VIA Netware driver only  supports
  22.           to handle the Hard disk & CD-ROM on the  separately  channel  for
  23.           Netware 4.x. But it is no limitation for the Netware 3.x. We
  24.           recommend that you use the Netware 4.x default driver if you want
  25.           to have the Hard disk & CD-ROM on the same channel.
  26.  
  27.  
  28. 5) Revision Number: 2.3.18
  29.  
  30. 6) Number of Files: 37
  31.  
  32. 7) Feature List:
  33.  
  34.  * For Windows 9x and Windows NT:
  35.  
  36.    Support silent mode install:
  37.     Available parameters: -b, -u, -s
  38.  
  39.        Parameter       Description
  40.  
  41.        -b              Causes Setup.exe automatically to reboot after
  42.                        the silent mode install successfully.
  43.  
  44.        -u              Uninstall driver. This parameter must works with
  45.                        the '-s' parameter.
  46.  
  47.        -s              Silent install driver.
  48.  
  49.      Note:
  50.        - A dash(-) must precede the command line parameters.
  51.        - The parameters '-b' and '-u' must be specified before the '-s'
  52.          parameter.
  53.  
  54.      Examples:
  55.        setup.exe -b -s      Silent install driver and reboot the computer.
  56.        setup.exe -u -b -s   Silent uninstall driver and reboot the computer.
  57.        setup.exe -s         Silent install driver but not reboot the computer.
  58.        setup.exe -u -s      Silent uninstall driver but not reboot the computer.
  59.  
  60.    Supported drive includes:
  61.     - ATA fixed disk
  62.     - ATAPI CD-ROM  devices
  63.     - ATAPI Tape Drives
  64.     - ATAPI CD-ROM Changer Drives
  65.     - ATAPI DVD-ROM Drives
  66.     - ATAPI Writeable CD Drives
  67.     - ATA/ATAPI LS-120, ZIP, Cartridge and Removable Media Drives
  68.  
  69.    Support transfer mode:
  70.     - PIO Mode
  71.     - Single Word DMA
  72.     - Multiword DMA
  73.     - Ultra DMA Mode 0/1/2
  74.  
  75.    Compatible with enhanced CD application:
  76.     - Video CD
  77.     - Music CD
  78.     - DVD
  79.     - Multi-CD changer
  80.     - CD recordor
  81.  
  82.  * For Windows 3.1 and MS-DOS:
  83.  
  84.    Support transfer mode:
  85.     - PIO Mode
  86.     - Single Word DMA
  87.     - Multiword DMA
  88.     - Ultra DMA Mode 0/1/2
  89.  
  90.  * For OS2:
  91.  
  92.    Supported drive includes:
  93.     - ATA fixed disk
  94.     - ATAPI CD-ROM  devices
  95.     - ATAPI CD-ROM Changer Drives
  96.     - ATA/ATAPI ZIP, Cartridge and Removable Media Drives
  97.  
  98.    Support transfer mode:
  99.     - PIO Mode
  100.     - Single Word DMA
  101.     - Multiword DMA
  102.     - Ultra DMA Mode 0/1/2
  103.  
  104. 8) Driver installation:
  105.  
  106.   a) DOS Driver
  107.  
  108.     *************************
  109.     ** Driver Installation **
  110.     *************************
  111.       DOS device driver could be installed by using the "SETUP16.EXE" setup
  112.     program.
  113.  
  114.                 C> SETUP16
  115.  
  116.     It will add the following line to CONFIG.SYS,
  117.  
  118.         DEVICE=C:\VIAIDE\DOS\VIAIDE.SYS /SET_DMAM=Y,Y,Y,Y
  119.  
  120.     and copy the VIAIDE.SYS to the \VIAIDE directory.
  121.  
  122.     ************************
  123.     ** Enable/Disable DMA **
  124.     ************************
  125.       If you want to disable the DMA, you could change the "Y"  to  "N".  For
  126.     example, you want to disable the PM DMA mode.
  127.  
  128.         /SET_DMAM=N,Y,Y,Y                 : DMA mode for PM, PS, SM, SS.
  129.  
  130.         * PM - Primary Channel Master drive
  131.           PS - Primary Channel Slave drive
  132.           SM - Second Channel Master drive
  133.           SS - Second Channel Slave drive
  134.  
  135.     ***************************
  136.     ** Driver Uninstallation **
  137.     ***************************
  138.       If you want to remove  the  "VIA Bus Master PCI IDE driver"  from  your
  139.     system then you could remove the \VIAIDE\VIAIDE.SYS  file  and delete
  140.     the DEVICE item from the CONFIG.SYS. After the reboot, the VIA Bus Master
  141.     PCI IDE Driver is not existing in your system.
  142.  
  143.   b) NetWare Driver
  144.  
  145.     *************************
  146.     ** Driver Installation **
  147.     *************************
  148.       NetWare  device  driver  could  be installed by using the "SETUP16.EXE"
  149.     setup program.
  150.  
  151.                 C> SETUP16
  152.  
  153.       It will add the following line to the STARTUP.NCF file,
  154.  
  155.         LOAD C:\VIAIDE\VIAIDE.DSK /SET_DMAM=Y,Y,Y,Y
  156.  
  157.     and copy the VIAIDE.DSK to the \VIAIDE directory.
  158.  
  159.     ************************
  160.     ** Enable/Disable DMA **
  161.     ************************
  162.       If you want to disable the DMA, you could change the "Y"  to  "N".  For
  163.     example, you want to disable the PM DMA mode.
  164.  
  165.         /SET_DMAM=N,Y,Y,Y                 : DMA mode for PM, PS, SM, SS.
  166.  
  167.         * PM - Primary Channel Master drive
  168.           PS - Primary Channel Slave drive
  169.           SM - Second Channel Master drive
  170.           SS - Second Channel Slave drive
  171.  
  172.     ***************************
  173.     ** Driver Uninstallation **
  174.     ***************************
  175.       If you want to remove  the  "VIA Bus Master PCI IDE driver"  from  your
  176.     system then you could remove the \VIAIDE\VIAIDE.SYS file and  delete  the
  177.     LOAD item from the  STARTUP.NCF. After the reboot, the VIA Bus Master PCI
  178.     IDE Driver is not existing in your system.
  179.  
  180.   c) OS/2 Driver
  181.  
  182.     *************************
  183.     ** Driver Installation **
  184.     *************************
  185.       Boot from the OS/2 hard disk and type the "DDINSTAL" command to install
  186.     the device driver.
  187.  
  188.                 C> DDINSTAL
  189.  
  190.       After  the  "DDINSTAL",  the  original  CONFIG.SYS  will  be renamed to
  191.     CONFIG.VIA and add two lines into the CONFIG.SYS.
  192.  
  193.         BASEDEV=VIAIDE.ADD
  194.         BASEDEV=VIACD.FLT
  195.  
  196.     ************************
  197.     ** Enable/Disable DMA **
  198.     ************************
  199.       The default setting for the hard disk is DMA enabled and for the CD-ROM
  200.     is DMA disabled. You can enable or disable a single device by setting the
  201.     following parameters after VIAIDE.ADD in CONFIG.SYS.
  202.  
  203.       /A:[0|1]    Select primary or secondary channel.
  204.       /U:[0|1]    Select master or slave device in the same channel.
  205.       /BM         Enable DMA mode.
  206.       /!BM        Disable DMA mode.
  207.  
  208.     Example:
  209.  
  210.          BASEDEV=VIAIDE.ADD /A:0 /U:0 /BM /A:1 /!BM
  211.  
  212.       This setting will enable the DMA mode for the device connected
  213.     under primary channel master position and disable the DMA mode
  214.     for the entire secondary channel.
  215.  
  216.     Note: The undefined position in the above example, ie. primary channel
  217.           slave position, is using the default setting.
  218.  
  219.     ***************************
  220.     ** Driver Uninstallation **
  221.     ***************************
  222.       You could remove the "VIA Bus Master PCI IDE Device Driver for OS/2" by
  223.     removing above two lines from the config.sys file and  deleting  the  VIA
  224.     drivers named "VIAIDE.ADD" and "VIACD.FLT" located in the \OS2  directory
  225.     by  manual   operations. After  the  reboot, the "VIA Bus  Master PCI IDE
  226.     Driver" is not existing in your system.
  227.  
  228.   d) Windows 3.1 Driver
  229.  
  230.     *************************
  231.     ** Driver Installation **
  232.     *************************
  233.       Windows  device  driver  could be installed by using  the  "SETUP.EXE"
  234.     setup program. It will add the following lines and  one  section to  the
  235.     SYSTEM.INI.
  236.  
  237.         [386Enh]
  238.         device=C:\WINDOWS\SYSTEM\INT13.386
  239.         device=C:\WINDOWS\SYSTEM\VIAIDE.386
  240.         VIRTUALHDIRQ=OFF
  241.         32BITDISKACCESS=ON
  242.  
  243.         [VIAIDE]
  244.         SET_DMAM=Y,Y,Y,Y
  245.  
  246.     ************************
  247.     ** Enable/Disable DMA **
  248.     ************************
  249.       If you want to disable the DMA, you could run the SETUP.EXE again  and
  250.     select the "Enable/Disable DMA" button to enable or disable DMA of those
  251.     drives. The parameter of the SET_DMAM will be modified in the SYSTEM.INI
  252.     to reflect those changes. For example, if you select to disable the  DMA
  253.     of the PM drive then the SET_DMAM will be modified as
  254.  
  255.         SET_DMAM=N,Y,Y,Y                 : DMA mode for PM, PS, SM, SS.
  256.  
  257.         * PM - Primary Channel Master drive
  258.           PS - Primary Channel Slave drive
  259.           SM - Second Channel Master drive
  260.           SS - Second Channel Slave drive
  261.  
  262.     ***************************
  263.     ** Driver Uninstallation **
  264.     ***************************
  265.       You could remove the "VIA Bus Master PCI IDE Device Driver" by  running
  266.     the "SETUP.EXE" again to uninstall the driver. All of the related setting
  267.     and driver will be removed from the system.
  268.  
  269.  
  270.   e) Windows 9x Driver
  271.  
  272.     *************************
  273.     ** Driver Installation **
  274.     *************************
  275.       Click the SETUP.EXE program and select "Install"  button  then it will
  276.     install the "VIA IDE Bus Master Driver" automatically on your Windows 9x
  277.     system. It will copy the driver to the \WINDOWS\SYSTEM\IOSUBSYS and  set
  278.     the related registry tree.
  279.  
  280.     ************************
  281.     ** Enable/Disable DMA **
  282.     ************************
  283.       The default setting is the DMA mode. You could turn off the DMA setting
  284.     by running the VIADMATool.
  285.  
  286.     ***************************
  287.     ** Driver Uninstallation **
  288.     ***************************
  289.       You  could remove the "VIA Bus Master PCI IDE Driver" by selecting the
  290.     "Uninstall" button. It will completely remove the driver from the sytsem.
  291.  
  292.  
  293.   f) Windows NT Driver
  294.  
  295.     *************************
  296.     ** Driver Installation **
  297.     *************************
  298.       Click the SETUP.EXE program and select "Install"  button  then it will
  299.     install the "VIA IDE Bus Master Driver" automatically on your Windows NT
  300.     system. It will copy the driver to the \WINNT\SYSTEM32\DRIVERS  and  set
  301.     the related registry tree.
  302.  
  303.     ************************
  304.     ** Enable/Disable DMA **
  305.     ************************
  306.       The default setting is the DMA mode. You could turn off the DMA setting
  307.     by running the VIADMATool.
  308.  
  309.     ***************************
  310.     ** Driver Uninstallation **
  311.     ***************************
  312.       You  could remove the "VIA Bus Master PCI IDE Driver" by selecting the
  313.     "Uninstall" button. It will completely remove the driver from the sytsem.
  314.  
  315.  
  316.   g) Unix Driver
  317.  
  318.     **********************
  319.     ** Before You Start **
  320.     **********************
  321.       "VIA Bus Master PCI IDE Driver" is compressed to fix them in only one
  322.     floppy. Before you install the Unix Driver. You  should  uncompress  it
  323.     first under the DOS prompt and only need to copy the \unix directory to
  324.     the floppy and follow the "Driver Installation" to setup your system.
  325.  
  326.     *************************
  327.     ** Driver Installation **
  328.     *************************
  329.       The following steps are used to convert the diskette prepared with DOS
  330.     format  to  a SCO UNIX "custom" installable diskette. You should prepare
  331.     an extra blank diskette, 1.2MB (5.25") or 1.44MB (3.5"), to
  332.     complete the installation.
  333.  
  334.         1. Login to the SCO UNIX with "root" supper user account.
  335.         2. Insert our diskette into the 3.5" disk drive.
  336.         3. Type the following commands under the SCO UNIX prompt "#":
  337.  
  338.                 # doscp /dev/fd0135ds18:/unix/install   /tmp
  339.                 # sh /tmp/install
  340.  
  341.       You could change the device name according to your system configuration.
  342.     You could also copy it to 5.25" diskette and install from it.
  343.  
  344.       It will require you to insert a new blank diskette. After this "install"
  345.     command, you will get a  SCO UNIX "custom" installable diskette.
  346.  
  347.       Insert the "custom" installable diskette to the floppy drive and type :
  348.  
  349.                 # custom
  350.  
  351.       If you have installed the IDE drives on the 17x channel, you should
  352.     execute the following command to attach those drives.
  353.  
  354.                 # /usr/bin/attachhd
  355.  
  356.     ************************
  357.     ** Enable/Disable DMA **
  358.     ************************
  359.       You could enable and disable  the  DMA  operation  by  changing  the
  360.     "/etc/conf/pack.d/vth1/space.c". The DMA_Supp[4] is defined for the
  361.     enable/disable parameters ordering by the PM, PS, SM and SS. After the
  362.     changing, you should relink the unix kernel and reboot again to active
  363.     the change.
  364.  
  365.                 int DMA_Supp[4] = {1,1,1,1};
  366.  
  367.         * PM - Primary Channel Master drive
  368.           PS - Primary Channel Slave drive
  369.           SM - Second Channel Master drive
  370.           SS - Second Channel Slave drive
  371.  
  372.     ***************************
  373.     ** Driver Uninstallation **
  374.     ***************************
  375.       You could remove the "VIA Bus Master PCI IDE Device Driver" by using
  376.  
  377.                 # custom
  378.  
  379.     command and by selecting the "Remove" item. After the reboot, the "VIA
  380.     Bus Master PCI IDE Device Driver" will be removed from the system.
  381.  
  382.   h) Linux Driver
  383.  
  384.     Please read the README.TXT in directory .\Linux .
  385.  
  386. 9) File Size: (byte)
  387.  
  388. Root
  389. │       _USER1   CAB        76,148
  390. │       SETUP    ISS           403
  391. │       RELEASE  TXT        17,686
  392. │       _INST16  EX_       280,100
  393. │       _INST32I EX_       316,937
  394. │       _ISDEL   EXE         8,192
  395. │       _SETUP   DLL        11,264
  396. │       _SYS1    CAB       386,987
  397. │       DATA     TAG           136
  398. │       DATA1    CAB         2,356
  399. │       LANG     DAT           352
  400. │       LAYOUT   BIN           353
  401. │       OS       DAT           419
  402. │       SETUP    BMP       375,478
  403. │       SETUP    EXE        59,392
  404. │       SETUP    INI            70
  405. │       SETUP    INS        90,805
  406. │       SETUP    LID            47
  407. │       SETUP16  EXE        87,447
  408. │       VIAIDE   DDP           440
  409. │       README   TXT        18,598
  410. ├───DOS
  411. │       VIAIDE   SYS         6,536
  412. ├───NETWARE
  413. │       VIAIDE   DSK         9,367
  414. ├───OS2
  415. │       OS2      EXE        34,304
  416. │       VIACD    FLT        24,096
  417. │       VIAIDE   ADD        69,485
  418. ├───WIN31
  419. │       INT13    386        10,095
  420. │       VIAIDE   386        28,410
  421. ├───WIN9x
  422. │       VIADSK   MPD        44,544
  423. │       VIAIDE   INF         2,141
  424. │       VIAIDE   VXD         9,116
  425. ├───WINNT
  426. │       VIADSK   SYS        45,216
  427. │       VIAIDE   INF        22,242
  428. ├───UNIX
  429. │       INSTALL              1,915
  430. │       README               1,539
  431. │       VIAIDE   TAR       110,080
  432. ├───Linux
  433. │       README   TXT         1,274
  434. └───DMATOOL
  435.         SETDMA   EXE       145,920
  436.  
  437.  
  438.  
  439. 10) Bug Fixed:
  440.  
  441. ******************
  442. * Version 2.3.13 *
  443. ******************
  444.  
  445. WIN9x\        Fix LITE-ON 32X copy-compare failed problem.
  446.               Fix Vuego 24X can't detect CD-ROM problem. (Win95)
  447.               Fix LS-120 can't access problem.
  448.               Fix HP 7200I CD-Writer read/write failed problem.
  449.               Fix BTC CD0R/W boot failed.
  450.               Fix Pioneer 24X VCD play failed problem.(Win98)
  451.               Fix CREATIVE DVD can't play problem. (Win98)
  452.  
  453. WINNT\        Fix LITE-ON 32X copy-compare failed problems.
  454.               Fix HP 7200I CD-Writer read/write failed problem.
  455.               Fix SYQUEST SPARQ1A1 boot fail problem on the
  456.               second channel.
  457.  
  458. ******************
  459. * Version 2.3.14 *
  460. ******************
  461.  
  462. WIN9x\        Fix can't enable DMA mode.
  463.  
  464.  
  465. ******************
  466. * Version 2.3.15 *
  467. ******************
  468.  
  469. WIN9x\        Fix HP COLORADO TAPE backup fail.
  470.               Fix RICOH MP7040A CD-R/RW detecting fail.
  471.               Fix BTC CD-R/RW boot fail.
  472.               Fix LS-120 access disk fail if booting without a disk
  473.               in the ls-120 drive.
  474.               Support turn off hard disks.
  475.  
  476. WinNT\        Fix HP COLORADO TAPE backup fail.
  477.               Fix Segate TapeStor 8GB TAPE backup fail.
  478.  
  479.  
  480. ******************
  481. * Version 2.3.16 *
  482. ******************
  483.  
  484. Win9x\        Fix Mishikawa 24X CD-ROM DMA boot fail.
  485.               Enhance the system's stability.
  486.               Fix WD AC38400-32LK.
  487.               Support DMA utility (Ver 1.0).
  488.               Support CD-changer for Windows 95.
  489.               (Note: Please update atapchng.vxd from the Microsoft's Web Site.
  490.               http://support.microsoft.com/support/kb/articles/q194/9/36.asp)
  491.  
  492. WinNT\        Fix AOPEN DVD-ROM boot fail.
  493.               Support DMA utility (Ver 1.0).
  494.  
  495. ******************
  496. * Version 2.3.17 *
  497. ******************
  498.  
  499. WinNT\        Fix can't play VCD.
  500.  
  501. ******************
  502. * Version 2.3.18 *
  503. ******************
  504.  
  505. DOS\          Fix only can boot from primary channel master position.
  506.  
  507. Win9x\        Fix AIWA BOLT TD-AS10 tape format fail.
  508.               Fix MATSHITA DVD-ROM SR-8583-B DMA boot fail.
  509.               Fix LS-120 DMA boot fail.
  510.               Fix HP 8200i CD-RW write fail.
  511.               Fix Matshita SR-8583-B DVD-ROM boot fail.
  512.               Fix Creative IR CD-ROM remote function cause system hang.
  513.  
  514. WinNT\        Fix BTC CD-R/W DMA boot fail.
  515.               Fix EASY CD-PRO Write fail.
  516.  
  517. SCO UNIX\     Fix the driver will enter an infinite loop while detecting
  518.               secondary channel devices.
  519.  
  520. OS/2\         Rebuild from the new IBM's OS/2 DDK.
  521.  
  522. Linux\        Add README.TXT file.
  523.