                                                                  Jan. 1996
                        DE-620 Ethernet Card
                   NDIS Driver Installation for DEC PATHWORK
                   =========================================

******************************************************
* Installing the NDIS driver to DECnet PathWork v4.0 *
******************************************************

DECnet PathWork provides a NETSET.EXE program for installing NDIS drivers.
For information on the usage of this program, please refer to the DECnet
installation manual.

The following installation procedure assumes that DECnet PathWork is already
installed in your system, and you are using 3Com's Etherlink II card.

1. Modify your CONFIG.SYS file to include the following lines:

        device = c:\decnet\ELNKII.SYS
                        to
        device = c:\decnet\DE620.DOS


2. Modify the following lines in your PROTOCOL.INI file:

                [ELNKMACII]
                drivername = ELNKII$
                ioaddress = 0x300
                interrupt = 3
                xmitbufs = 2

                [IPX4MAC]
                   :
                bindings = ELNKMACII
                   :

                [DATALINK]
                   :
                bindings = ELNKMACII
                   :

        to:

                [DE620]
                drivername = DE620$

                [IPX4MAC]
                   :
                bindings = DE620
                   :

                [DATALINK]
                   :
                bindings = DE620
                   :

