   LAN Manager Workstation/Server

   Introduction:
   -------------
   This  document  describes  the  procedure  to   setup  LAN  Manager 2.1
   Workstation/Server driver for Plug & Play ethernet adapter.

   Location of Driver:
           (DOS) \MSLANMAN.DOS\DRIVERS\ETHERNET\PnPCard\PnPCard.DOS
           (OS2) \MSLANMAN.OS2\DRIVERS\ETHERNET\PnPND\PnPND.OS2


   Sample Configuration Files:
   ---------------------------
      CONFIG.SYS (for DOS):

         DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /I:C:\LANMAN.DOS
         DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\PnPCard\PnPCard.DOS

      PROTOCOL.INI (will contain):

         [PPCard_NIF]
         ; PPCard RPOTOCOL.INI SAMPLE

           DriverName = PnPCard$
           AdapterID  = @0123456789A  ;  This item is only required when
                                      ;  more than  one PnPCard  adapters
                                      ;  exists on one system.

      CONFIG.SYS (for OS2):

         DEVICE=C:\LANMAN.OS2\DRIVERS\PROTMAN\PROTMAN.OS2 /I:C:\LANMAN.OS2
         DEVICE=C:\LANMAN.OS2\DRIVERS\ETHERNET\PnPND\PnPND.OS2

      PROTOCOL.INI (will contain):

         [PnPND_NIF]
         ; PnPCard RPOTOCOL.INI SAMPLE

           DriverName = PnPND$
           AdapterID  = @0123456789A  ;  This item is only required when
                                      ;  more than  one PnPCard  adapters
                                      ;  exists on one system.



   Setup Procedures:
   -----------------
      Before you  start  with the installation process, make sure that the
      adapter  is properly  installed  and   configured.  Make  sure  your
      Microsoft LAN Manager is properly installed.

      1. Run the appropriate Microsoft Lan Manager SETUP for computer  you
         are setting up. Select "Configuration" item , ( the PnPCard driver
         isn't  included on  the  Lan Manager disk ) and insert the PnPCard
         driver disk, select the PnPCard driver and follow the directions.

      2. When completed, reboot your computer .


   NOTES:
   ------

      1. Parameters for the PROTOCOL.INI file:

         DRIVERNAME: This is the one required parameter.See example at top
                     of this document for syntax.

         AdapterID : This  keyword is provided  by PnPCard, and is required
                     when  more  than  one PnPCard  adapters  exists on one
                     system. You must modify the AdapterID value in  file,
                     \LANMAN\PROTOCOL.INI, by yourself.

      2. Sample PROTOCOL.INI for LAN Manager DOS:

           [PROTMAN]
           DRIVERNAME = PROTMAN$
           DYNAMIC = YES
           PRIORITY = NETBEUI

           [NETBEUI_XIF]
           Drivername = netbeui$
           SESSIONS = 6
           NCBS = 12
           BINDINGS = "PPCard_NIF"
           LANABASE = 0

           [PPCard_NIF]
           ;
           ; PPCard PROTOCOL.INI Sample Adapter
           ;
           DriverName = PnPCard$
           AdapterID  = @0123456789a

      3. Sample PROTOCOL.INI for LAN Manager OS2:

           [PROTMAN]
           DRIVERNAME = PROTMAN$
           DYNAMIC = YES
           PRIORITY = NETBEUI

           [NETBEUI_XIF]
           Drivername = netbeui$
           SESSIONS = 6
           NCBS = 12
           BINDINGS = "PPCard_NIF"
           LANABASE = 0

           [PPCard_NIF]
           ;
           ; PPCard PROTOCOL.INI Sample Adapter
           ;
           DriverName = PnPND$
           AdapterID  = @0123456789a
