Drivers


ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
º º
º README for º
º º
º UM8672 VL BUS IDE DEVICE DRIVERS º
º º
ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ

(1).
UM8672 VL BUS IDE DEVICE DRIVERS are saved in this diskette.
These drivers are not only designed for UM8672 to improve IDE
I/O data transfer rate between IDE hard disk(s) and your system,
but also support up to 4 hard drives.

The following files are included :

1. README
2. INSTALL4.EXE ( V2.1, auto install utility )
3. UM8672.SYS ( V2.1, DOS device driver )
4. UM8672.386 ( V2.1, Windows device driver for V3.1x )
5. INT13.386 ( V2.1, Windows device driver for V3.1x )
6. UMC1S506.ADD ( V2.1, OS/2 device driver for V2.x, 3.0 )
7. UMC310.DSK ( V2.1, NetWare device driver for V3.10 )
8. UMC311.DSK ( V2.1, NetWare device driver for V3.11, 3.12 )
9. UMC401.DSK ( V2.1, NetWare device driver for V4.0x )
10. ATDISK.SYS ( V2.0, Windows NT device driver for V3.x )
11. INSTALL.EXE ( V2.0, Install utility for Windows NT )
12. RESTORE.EXE ( V2.0, Restore utility for Windows NT )
11. UNIX.UMC ( V2.1, SCO UNIX device drive for 3.2V4.1 )
12. RELEASE.TXT ( Release Note for Diskette V2.1 )

(2).
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Install DOS Device Driver for UM8672 VL-Bus IDE Controller ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

The INSTALL4.EXE utility can install DOS device driver automatically.
If you want to install DOS device driver manually or change the drive
speed, please follow the steps below.

I. Copy the DOS\UM8672.SYS into the appropriate path.

II. Add following statement to your CONFIG.SYS file to auto load the
driver during bootup.

device=[drive:][\path\]UM8672.SYS[/D][/Cyl][/Hd][/Sec]

where

D Drive n speed m(0-11) ( 0 the lowest )
Cyl Drive n(2-3) cylinder number m
Hd Drive n(2-3) head number m
Sec Drive n(2-3) sector number m


For instance, the user wants to load UM8672.SYS with drive 0
speed = 6, and the DOS driver resides in the root directory of
the drive C:. Add the following statement to your CONFIG.SYS file.

DEVICE = C:\UM8672.SYS /D0:6

You don't need to specify drive speed and Cylinder, Head, Sector
parameters usually, because the device driver is reconfigured for
the optimal speed setting and detect the Cylinder, Head, Sector
automatically.

III. Reboot your system.

IV. UM82C863, UM8663, UM8668 & UM8672 Software Switch Function
En/Disable Hot-key (F10):

You can press F10 to get such a picture (power on default):

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ 1. FDC En/Disable : Enable ³
³ FDC Port Select : 3F1 => 3F7 ³
³ 2. Primary Serial Port : Enable ³
³ Primary Serial Port Select : COM1 (3F8) ³
³ 3. Secondary Serial Port : Enable ³
³ Secondary Serial Port Select : COM2 (2F8) ³
³ 4. Parallel Port : Enable ³
³ Parallel Port Select : 3F8 => 37F ³
³ 5. Primary IDE En/Disable : Enable ³
³ Secondary IDE En/Disable : Disable ³
³ 6. Game Port En/Disable : Enable ³
³ 7. Partition table write protected En/Disable : Disable ³
³ ³
³ ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» ³
³ ºPress Key to Quit setup º ³
³ º Key to Set status & Quit º ³
³ º Key to Select item up º ³
³ º Key to Select item down º ³
³ º Key to Toggle status º ³
³ ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

The user should consider the system environment to change
the setup.


(3).
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Install Windows Device Driver V3.x for VL-Bus IDE Controller ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

The INSTALL4.EXE utility can install Windows device driver automatically.
If you want to install Windows device driver for your system manually
or change the drive speed, please follow the steps below.

I. Copy the Windows\UM8672.386 and Windows\INT13.386 into the
appropriate path.

II. Check if the following lines exist in the [386Enh] section
of your SYSTEM.INI file.

[386Enh]
32BitDiskAccess=ON
device=*int13
device=*wdctrl

If any statement does not exist, please add it to the [386Enh]
section. Please add a preceding semi-colon in front of
"device=*wdctrl" and "device=*int13" command lines. If
"32BitDiskAccess" option is set to be "OFF", Please change
it to be "ON".

III. Add these following statements to the [386Enh] section in your
\WINDOWS\SYSTEM.INI file.

device = [drive:][\path\] UM8672.386
device = [drive:][\path\] INT13.386
DriveSpeed = [/D]

where

D Drive n speed m(0-11) ( 0 the lowest )


For instance, the user wants to load Windows drivers with drive 1
speed = 11, and the Windows drivers reside in the WINDOWS\
SYSTEM directory of the drive C:. Add the following statements
to your SYSTEM.INI file.

[386Enh]
32BitDiskAccess=ON
;device=*int13
;device=*wdctrl
DriveSpeed = /D1:11
device = c:\windows\system\UM8672.386
device = c:\windows\system\INT13.386

You don't need to specify drive speed parameters usually, because
the device driver is reconfigured for the optimal speed setting.

IV. Reenter your Windows.



(4).
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Install OS/2 Device Driver V2.x/V3.0 for VL-Bus IDE Controller ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

If you want to install OS/2 device driver for your system,
please follow the steps below.


I. Copy the OS2\UMC1S506.ADD into the OS2 directory of your system
for OS/2 V2.x or copy the OS2\UMC1S506.ADD into the OS2\BOOT sub-
directory of your system for OS/2 V3.0.

II. Check if the following line exists in the CONFIG.SYS file.

BaseDev = IBM1S506.ADD

If the statement exists, please delete it or add "REM" in front
of it.

III. Add this following statement to your CONFIG.SYS file.

BaseDev = UMC1S506.ADD [/A:<0 or 1> /U:<0 or 1> /S:]

where

speed : drive speed setting from 0 to 11 ( 0 the lowest )

Note : The user MUST NOT specify either drive or path name.


For instance, the user wants to load UMC1S506.ADD with drive
(Unit) 0 speed 6 and drive (Unit) 1 speed 11 which are attached
on Adapter 0. Add the following statement to your CONFIG.SYS
file.

BaseDev = UMC1S506.ADD /A:0 /U:0 /S:6 /U:1 /S:11

You don't need to specify drive speed parameters usually, because
the device driver is reconfigured for the optimal speed setting.

IV. Reboot your system.


(5).
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Install NetWare Device Driver for VL-Bus IDE Controller ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

If you want to install NetWare device driver for your system,
please follow the steps below.


I. Copy the NetWare\UMCxxx.DSK into the appropriate path.

II. Bring up the NetWare server of your system.

III. Type the following statement after the ":" prompt

:load UMCxxx PORT= INT= [/D][/Cyl][/Hd][/Sec]

where
x 1F0 or 170
y E or F
D Drive n speed m(0-11) ( 0 the lowest )
Cyl Drive n(2-3) cylinder number m
Hd Drive n(2-3) head number m
Sec Drive n(2-3) sector number m

Note : You MUST NOT load the ISADISK.DSK when you are
installing UMCxxx.DSK Netware driver.


For instance, the user wants to load UMC310.DSK with drive
0 speed 6 and drive 1 speed 11 which are attached on the primary
controller. Add the following statement after the ":" prompt.

:LOAD UMC310 /D0:6 /D1:11 PORT=1F0 INT=E

You don't need to specify drive speed and Cylinder, Head, Sector
parameters usually, because the device driver is reconfigured for
the optimal speed setting and detect the Cylinder, Head, Sector
automatically.


(6).
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Install Windows NT Device Driver for VL-Bus IDE Controller ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

I. Insert this diskette in a floppy disk drive, and close the
drive door.

II. At the DOS command prompt, type the drive letter of the floppy
disk drive you are using, followed by a colon(:), type INSTALL,
and then press ENTER. For example,

C:\WINNT>a:\winnt\install

III. The Installation Utility will install the Windows NT Device
Driver automatically.


ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Restore Windows NT Device Driver for VL-Bus IDE Controller ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

I. At the DOS command prompt, type the drive letter of the floppy
disk drive you are using, followed by a colon(:), type RESTORE,
and then press ENTER. For example,

C:\WINNT>a:\winnt\restore

II. The Restore Utility will restore the Windows NT Device Driver
automatically.


(7).
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Install SCO UNIX Device Driver for VL-Bus IDE Controller ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

If you want to install SCO UNIX device driver for your system,
please follow the steps below.


Type the following statements under UNIX system.

I. mkdir /UM8672.bin

II. cd /UM8672.bin

III. doscp a:unix.umc .

IV. tar xf - < unix.umc

V. cd /UM8672.bin

VI. ./istl.um8672


If you want to remove SCO UNIX device driver from your system,
please follow the steps below.


Type the following statements under UNIX system.

I. cd /UM8672.bin

II. ./rm.um8672


(8).
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Trademark Acknowledgments ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

VL-Bus is a trademark of the Video Electronics Standards Association.
MS-DOS and Windows are registered trademarks of Microsoft Corporation.
OS/2 is a registered trademark of IBM Corporation.
NetWare is a registered trademark of Novell Corporation.
Other brand names or trademarks are registered trade marks of their
respective holders.

  Filename Size Readme O.S. Description
zip 95um8672.zip 14KB   Windows 95 drivers for the UMC, UM8672 VL Bus IDE Controller
zip um8672.zip 149KB um8672.htm DOS, Windows 3.x, OS/2 (Warp), Windows NT (3.1/3.5), SCO-UNIX , NetWare (3.1x,4.0x) drivers for the UMC UM8672 VL Bus IDE Controller

style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-5193782351433030"
data-ad-slot="2063583586">