==================================================================
NOTES ON
Installing D-Link DE-220 Family Ethernet Adapter
For DECnet PathWork v4.0 Users
==================================================================
    (c) 1997 Copyright D-Link Corporation  ALL RIGHTS RESERVED

This document contains DE-220 Family Ethernet Adapter installation notes,
which is not included in the DE-220 Family Ethernet Adapter USER'S GUIDE
or onscreen instructions, for DECnet PathWork v4.0 users.

This document contains information on the following topics:

1.0   Overview
2.0   Installation Notes

-----------------------------------------------------------------

1.0 Overview
------------

DECnet Pathwork users, please also refer to the following:

    -------------------------------------------------------------------
      File                Description/Installation Notes
    -------------------------------------------------------------------
      \NDIS2\README.TXT   Overall installation notes for all NDIS users


2.0 Installation Notes
------------------------

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

    1. Install DECnet PathWork select "3Com's Etherlink II card".

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

       DEVICE = C:\DECNET\ELNKII.SYS
        to
       DEVICE = C:\DECNET\DE22X.DOS

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

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

        [IPX4MAC]
         :
        bindings = ELNKMACII
         :

        [DATALINK]
         :
        bindings = ELNKMACII
         :

        to

        [DE22X]
        drivername = DE22X$

        [IPX4MAC]
         :
        bindings = DE22X
         :

        [DATALINK]
         :
        bindings = DE22X
         :

