                                                                Dec. 1995

                           Ether PCI Ethernet Card
                   NDIS Driver for DEC PATHWORK Installation
                   =========================================

****************************************************
* How to install driver 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.

1) Modify your CONFIG.SYS file as follows:

        device = c:\decnet\ELNKII.SYS
                        to
        device = c:\decnet\ETHPCI.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:
        -----------------------------------
                [ETHPCI]
                drivername = ETHPCI$

                [IPX4MAC]
                   :
                bindings = ETHPCI
                   :

                [DATALINK]
                   :
                bindings = ETHPCI
                   :



