   DECnet Pathwork Installation

   *****************************************************
   * How to install PCIND.DOS on DECnet PathWork v4.0 *
   *****************************************************

   You can use the DECnet PathWork's  NETSET.EXE program to install NDIS
   driver program.  Please refer to DECnet installation manual for detailed
   information.  The following instructions assume that you have already
   installed DECnet PathWork with 3Com's Etherlink II card.

   Location of driver : \NDIS\DOS\LAN_S4\PCIND.DOS

   1) Modify your CONFIG.SYS file as follows:

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

   2) Modify the PROTOCOL.INI file as follows:

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

                [IPX4MAC]
                   :
                bindings = ELNKMACII
                   :

                [DATALINK]
                   :
                bindings = ELNKMACII
                   :

        to:
        -----------------------------------
                [PCIND]
                drivername = PCIND$

                [IPX4MAC]
                   :
                bindings = PCIND
                   :

                [DATALINK]
                   :
                bindings = PCIND
                   :
