NDIS Driver Installation Guide for SUN PC-NFS client
	==========================================================

Introduction
============
    This document describes the procedures to install SUN PC-NFS client
    driver for AE-200PNP Ethernet Adapter.

    These drivers conform to the Network Driver Interface Specification
    (NDIS 2.01) defined by Microsoft/3Com.

    SUN PC-NFS v4.x network OS doesn't support Plug&Play feature and if
    your computer does not support PnP function also,  you must set the
    network card in "Jumperless" mode through our PNPSETUP.EXE program;
    Otherwise, it can not work correctly.


Installation Procedures
=======================

    1. Add "DEVICE=C:\DOS\ANSI.SYS" command at "CONFIG.SYS" file, then
       reboot the PC.

    2. Insert the PC-NFS Installation diskette into the diskette drive
       and type "A:\INSTALL" (or "B:\INSTALL"), then press <Enter>.

    3. Enter the destination "Drive letter:" (usually C:), press <Enter>.

    4. Select "Ethernet" and press <Enter>.

    5. Select the "NDIS" option of "Ethernet Adapter" menu.

    6. Follow all the prompts that appear.

    7. Specify the PC name, IP address, server name, and server IP address
       (Contact System Administrator).

    8. Follow all the prompts to finish the installation.

    9. The system will create \LANMAN and \NFS directory on the destination
       drive.

   10. After finished that, copy the PNPND.DOS file from the subdirectory
       \PCNFS\PNPND.DOS on your driver program diskette to the \LANMAN
       (C: or D:) directory on your destination driver.

   11. Use a text editor, edit the config.sys. Add this line above the
       NFS_NDIS driver specification:

       DEVICE=C:\LANMAN\PNPND.DOS

   12. Edit the protocol.ini file at \LANMAN directory.

       1. Replace [your-mac-module] with [RTL8019_NIF]

       2. Replace drivername = YOURMAC$ with drivername = PNPND$

       3. Replace bindings = YOUR-MAC-MODULE with bindings = RTL8019_NIF

   13. Reboot the computer.

   14. Execute NFSCONF.EXE to configure system (i.e. Mount a virtual
       driver E:). Execute TELNET.EXE to do terminal emulation.


    --- Sample CONFIG.SYS file ---

	:
       DEVICE=C:\DOS\ANSI.SYS
       DEVICE=C:\NFS\PCNFS.SYS	/m
       DEVICE=C:\NFS\SOCKDRV.SYS
       DEVICE=C:\LANMAN\PROTMAN.SYS /i:C:\LANMAN --> PROTOCOL.INI directory.
       DEVICE=C:\LANMAN\PNPND.DOS   ---------------> NDIS driver name
       DEVICE=C:\LANMAN\NFS-NDIS.SYS
	:


    --- Sample PROTOCOL.INI file ---

	:
       [protocol manager]
       Drivername = PROTMAN$

       [NFS-NDIS]
       Drivername = NFSLINK1
       BINDINGS = RTL8019_NIF

       [RTL8019_NIF]
       Drivername = PNPND$
	:


    --- Sample AUTOEXEC.BAT file ---

	:
       SET TZ=PST8
       SET path=C:\;C:\NFS;C:\LANMAN
       SET NFSDRIVE=D
       PRT *
       C:\LANMAN\NETBIND   ----> Add this line to Binding NDIS driver
       NET INIT
	: