         ͻ
                                                            
                    Universal 10/100VG LAN Adapter          
            (C) Copyright PDS, 1995. All Rights Reserved.   
                                                            
         ͼ


1) INTRODUCTION
===============

This directory contains the following files for installing the
10/100VG LAN adapter on a DOS LAN Manager workstation.
     
The file layout in the current directory is shown as below:

MSLANMAN.DOS
   |
   |--- LMDOS.TXT       This file
   |___ DRIVERS
           |
           |___ ETHERNET
           |       |
           |       |___ VGNDIS
           |               |___ VGNDIS.DOS
           |               |___ PROTOCOL.INI
           |
           |___ NIF
                 |
                 |_____ VGNDIS.NIF


2) NDIS Driver Installation for MS-DOS LAN Manager v2.0 workstation
===================================================================

1.  LAN Manager should already be installed in your
    computer. In the Lan Manager directory, run SETUP.EXE

2.  Select <Actions> from the top menu

3.  Select <Import network drivers> to load the driver.
    Insert the driver diskette into a drive and enter correct
    source drive letter. SETUP will then create the appropriate
    directory and transfer the driver from the diskette.

    After this step, the driver is loaded.  If you want to change the
    existing driver, then you should go through the following steps:

4.  Select <View/Modify> from the top menu.

5.  Select <Network Drivers>. The existing network driver configuration
    and all network adapters and protocols supported are shown.

6.  Remove the existing configuration by choosing <Remove>.

7.  Select "Universal 10/100VG LAN Adapters" in the <Network
    Adapter Card> box and choose the apporpriate protocol in the <Protocol>
    box.

8.  Select <Add Driver> to add a hardware driver and <Add Protocol> to
    add a protocol driver to the <Network Configuration> box.

9.  Select <Done> to exit the main menu. Select <Save> from the <Action>
    box to update the changes.


3) NDIS Driver Installation for MS-DOS LAN Manager v2.1/2.2 workstation
=======================================================================

1.  LAN Manager should already be installed in your
    computer. In the Lan Manager directory, run SETUP.EXE

2.  Select <Network Driver> from the <Configuration> menu.

3.  In the configuration window, choose <Add New Config>.

4.  Select <Other Driver>.

5.  Insert driver diskette in the floppy drive A: and press Enter.

6.  Select "Universal 10/100VG LAN Adapters". The driver will be
    copied into the Lan Manager.

7.  In the Network Protocol window, you may use Netbeui protocol.

8.  Save the Lan Manager configuration. Exit from Lan Manager setup.
    Reboot the workstation to make the changes effective.


PROTOCOL.INI Parameter Definitions
==================================

Below is an explanation of each PROTOCOL.INI parameter for the Universal
10/100VG LAN Adapter.

The only parameter that must be present is the "DRIVERNAME".

If more than one Universal LAN Card is installed, the location of each must
be specified:

   Universal 10/100VG/EISA use the "SLOT" parameter
   Universal 10/100VG/PCI use the "PCI" parameter
   Universal 10/100VG/ISA use the "IOADDRESS" parameter


DRIVERNAME
     range:[VGNDIS$, VGNDIS2$, VGNDIS3$, VGNDIS4$]

   Identifies the LAN adapter driver.  Use a unique value from the range
   indicated for each Universal LAN adapter installed in your computer.  If you
   had two Universal LAN Cards installed, you would use VGNDIS$ for the first one,
   and VGNDIS2$ for the second.


SLOT
   range: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]

   This parameter is applicable to the EISA version of 10/100VG only.
   If present, indicates the EISA slot in which the Universal 10/100VG/EISA
   LAN adapter is installed.  If the adpater is not in that slot, the driver 
   will exit with an error.

   If more than one adapter are installed in the computer, this parameter 
   must be set for each EISA adapter installed.

IOADDRESS
   range: [0x200, 0x240, 0x280, 0x2C0, 0x300, 0x340, 0x380]

   This parameter is applicable to the ISA version of 10/100VG only.
   If present, indicates the IO base address in which the 
   Universal 10/100VG/ISA LAN adapter is installed.  If the adpater with 
   this IO address is not present, the driver will exit with an error.

   If more than one adapter are installed in the computer, this parameter 
   must be set for each ISA adapter installed.


PCI
   range: [1, 2, 3, 4, 5, 6, 7, 8]

   This parameter is applicable to the PCI version of 10/100VG only.
   If present, indicates the device index of the Universal 10/100VG/PCI LAN
   adapter. If the adpater with this device index is not present, the 
   driver will exit with an error.

   If more than one adapter are installed in the computer, this parameter 
   must be set for each PCI adapter installed.


