                                                                Dec. 1995

                          Ether PCI Ethernet Card
                   NDIS Driver for BANYAN VINES Installation
                   =========================================

**************************************************
* How to install driver on Banyan VINES v4.00(2) *
**************************************************

NOTE : To install NDIS driver program, you need Banyan VINES v4.00(2)
       or above.

1. Create a bootable diskette (booted with DOS 3.1 or above) which will be
   used as boot diskette of Banyan VINES workstation or create a sub-directory
   on your hard disk.

   There are two methods to copy the required files for Banyan VINES workstation
   to the bootable diskette or sub-directory of hard disk.

   Method 1.
       1) Execute 'INSTALL' command which was saved in the diskette labeled
          "VINES MASTER DISK".
       2) Follow the instructions to copy the files to the bootable diskette
          or sub-directory of hard disk.

   Method 2.
       1) Execute 'BAN' command.
       2) Login VINES system.
       3) Execute 'PCCOPY' command.
       4) Select 'NDIS Ethernet' item and follow instructions as menu driven
          for copying the files to the bootable diskette or sub-directory of
          hard disk.


2. Insert the diskette with NDIS driver files in drive 'A' and insert the ard
   prepared bootable diskette in drive 'B'. Afterwards, copy the appropriate
   NDIS driver files ETHPCI.DOS from drive 'A' to 'B' or sub-directory of hard
   disk.


3. Create a CONFIG.SYS file which contains the following statements:

        DEVICE=PROTMAN.DOS /I:A:\
        DEVICE=ETHPCI.DOS

    NOTE:" A:\" is the path which may be changed depending on the location
          of the files for Banyan VINES workstation.


4. Create a ETHPCI.NIF file and include the following statements in this file:

        Model = Ether 10/100M PCI Ethernet Adapter
        Path = A:\
        DeviceDriver = ETHPCI.DOS
        DeviceName = ETHPCI$
        Type = NDIS

    NOTE:" A:\" is the path which may be changed depending on the location
          of the files for Banyan VINES workstation.


5. Create a PROTOCOL.INI file as follows:

        [PROTOCOL MANAGER]
        drivername = PROTMAN$

        [VINES_XIF]
        drivername = NDISBAN$
        bindings = "ETHPCI"

        [ETHPCI]
        drivername = ETHPCI$

6. Execute 'PCCONFIG' command

   1) The "CONFIGURING A PC FOR THE NETWORK" is displayed on the screen
      then select item '1 - Network Card Settings'.
                    |
      The "Network Card Setting" is displayed on the screen
      then select item 'NDIS Ethernet'.
                    |
      The "NDIS Ethernet" is displayed on the screen
      then set your choice for this adapter
           Ex. Interrupt Level (2-15) : 3
               PROTOCOL.INI bindings = ETHPCI
                    |
   2) Return to Screen "CONFIGURING A PC FOR THE NETWORK"
      then select item '2 - Login Environment Settings'.
                    |
      The "Network Card Setting" is displayed on the screen
      then select item 'NDIS Ethernet'.
                    |
      then 'PCCONFIG.DB' file will be generated.

7. Reboot your computer.

8. Login into VINES by executing the 'BAN' command.


