****************************************************************************
*                                                                          *
*                SURECOM EP-312V ISA PnP Ethernet Adapter                  *
*                                                                          *
*                     NDIS2 Driver for Sitka 10NET                         *
*                                                                          *
****************************************************************************

Introduction:
=============

  This document shows you how to install Sitka 10NET NDIS driver and how to
  use the enhanced functions by setting the custom keywords.

Sitka 10NET Installation              (  Location of drivers :  A:\NDIS2  )
========================

    1) While installing 10NET, choose "None of the above" when you are asked
       to select the type of your LAN card.

    2) In DOS , copy  EP312.DOS  and PROTOCOL.INI to the directory in which
       10Net is located.

    3) Edit CONFIG.SYS to add the following lines to the end of file:

             DEVICE=C:\10NET\10PROT.DOS /I:C:\10NET
             DEVICE=C:\10NET\10BEUI.DOS
             DEVICE=C:\10NET\EP312.DOS

    4) Edit AUTOEXEC.BAT to  add the following line to the beginning of the
       file:
              C:\10NET\10BIND

    5) Edit C:\10NET\PROTOCOL.INI as follows:

              [protocol manager]
                    drivername=PROTMAN$
              [10BEUI]
                    drivername="10BEUI$"
                    sessions=10
                    packets=40
                    stackcount=6
                    bindings=EP312_NIF
              [EP312_NIF]
                    drivername=EP312$
                    IOBASE=0x300
                    INTERRUPT=5
                    EARLYRECEIVE=0
                    EARLYTRANSMIT=0
                    FULLDUPLEX=0
                    PNPID=0

    6) Reboot the PC system.

 Custom Keywords:
 ----------------
        PNPID = hhhhhhhhhhhh        This keyword is the Ethernet Address of
                                    the adapter you want to drive. If there
                                    are more than one ethernet  adapters in
                                    your  system ,  you  have  to  use this
                                    keyword to let driver locate  the right
                                    adapter. However, you don't have to use
                                    this  keyword  or  let the value  to be
                                    zero (i.e. PNPID = 0) if  there is only
                                    one adapter in your system.

        EARLYTRANSMIT               This  keyword  is  used to enable turbo
                                    transmission mode for accelerating data
                                    transmission.

        EARLYRECEIVE                This keyword  is  used  to enable turbo
                                    receiption mode  for  accelerating data
                                    receiption.

        FULLDUPLEX                  This  keyword is  used  to  enable full
                                    duplex mode.

        Note: For PnP mode, you don't have to define INT and PORT number.
------------------------------- End of File --------------------------------
