3.1 DOS
----------
The DOS driver, DOSEIDE.SYS, needs to be loaded to support the
Secondary Port, turn on 32-bit mode, enable multi-sector transfers, and
program the DTC IDE card and each IDE device for optimal performance.
New C: drive installation:
* Insert MS-DOS boot disk in drive A: and reboot system.
* Partition the IDE drive with DOS FDISK and then perform DOS
FORMAT. Install DOS on the hard drive.
Existing C: drive has DOS installed and is bootable:
* Copy the DOSEIDE.SYS file to the root directory of the boot
drive.
* Add the following statement to the CONFIG.SYS file:
device=DOSEIDE.SYS
* To ENABLE the Secondary port on a Dual Port Card, modify the
CONFIG.SYS file by adding a "/2" to the driver lines as follows:
device=DOSEIDE.SYS /2
* Re-boot the system.
3.2 Windows 3.1x and Windows for Work Groups 3.11
----------------------------------------------------
All 32-bit DTC IDE controllers support 32-Bit Disk Access and 32-Bit
file access under Windows 3.11. The DTC Windows driver, WINEIDE.386, is
a Virtual Mode Driver (VxD) that can be used in place of WDCTRL.
* IT IS RECOMMENDED TO FIRST VERIFY THAT YOUR SYSTEM AND HARD DRIVE IS
* COMPATIBLE WITH THE 32-BIT DISK ACCESS FUNCTIONS UNDER WINDOWS USING
* THE BUILT IN WDCTRL DRIVER. IF YOU HAVE BEEN SUCCESSFUL USING THE
* WDCTRL DRIVER, THEN PROCEED WITH THE INSTALLATION OF THE DTC WINDOWS
* DRIVER - WINEIDE.386
The WINEIDE.386 driver provides the same functions, but also includes
32-bit PIO transfers to the DTC IDE card, supports multi-sector
transfers, and programs the DTC IDE card and each IDE device for optimal
performance.
* Copy the WINEIDE.386 file from the DTC Driver diskette into
the C:\WINDOWS\SYSTEM directory.
* Edit the file SYSTEM.INI located in the C:\WINDOWS directory.
Locate the [386Enh] section. If "32BitDiskAccess" is already
enabled (=on), you must disable the WDCTRL Driver by placing a
semi-colon (;) at the beginning of the line. Then add the
WINEIDE.386 driver line as follows:
32BitDiskAccess=on
device=*int13
;device=*wdctrl
device=wineide.386
If "32BitDiskAccess" is not enabled (=off), then add the
following lines to the beginning of the [386Enh] section:
32BitDiskAccess=on
device=*int13
device=wineide.386
3.3 Windows 95
----------------------------------------------------
The DTC Enhanced IDE product line is supported in Windows 95 with
WINEIDE.386. This Protected mode Enhanced IDE driver is a Virtual Mode
Driver (VxD) that offers features not found in the built-in driver.
* IT IS RECOMMENDED TO FIRST VERIFY THAT YOUR SYSTEM AND HARD DRIVE ARE
* COMPATIBLE WITH THE 32-BIT DISK ACCESS FUNCTIONS UNDER WINDOWS USING
* THE BUILT IN DRIVER. IF YOU HAVE BEEN SUCCESSFUL USING THE BUILT IN
* DRIVER, THEN PROCEED WITH THE INSTALLATION OF THE DTC ENHANCED IDE
WINDOWS DRIVER - WINEIDE.386
The WINEIDE.386 driver provides the same functions as the built in
driver, but also includes 32-bit PIO transfers to the DTC IDE card,
supports multi-sector transfers, and programs the DTC IDE card and each
IDE device for optimal performance.
* Copy the WINEIDE.386 file from the DTC Driver diskette into
the C:\WINDOWS\SYSTEM directory.
* Edit the file SYSTEM.INI located in the C:\WINDOWS directory.
Locate the [386Enh] section. You must disable the WDCTRL Driver if
you installed Windows 95 over Win 3.1x by placing a semi-colon (;) at
the beginning of the line. Then add the WINEIDE.386 driver line as
follows:
;device=*wdctrl ; Comment this line if exists
device=wineide.386 ; Add this line
__________________________________________________
This is Strange.
Its suppose to work out of the box with Win-95
Most other VLB cards work with both channels
Usually the driver is only required to enable 32-bit mode.
I am using a different VLB controller card right now and it works with both channels enabled by default without the need of a driver.