
      Modifications to Network Configuration Files
      --------------------------------------------

Networks often have configuration files to store information on the type of
hardware and software being used with the network. And one such files is the
PROTOCOL.INI.

PROTOCOL.INI is required for the NDIS network driver for Windows for Workgroups,
LANTastic, DEC Pathworks, LAN Manager etc.

To use the PCMCIA Fast Ethernet card, the PROTOCOL.INI file must have the text

[LE100_NIF]
    IOADDRESS = 0x320
    INTERRUPT = 11
    DRIVERNAME= LE100$

Please add a new section "[LE100_NIF]" and append the PROTOCOL.INI in this
directory to the PROTOCOL.INI file your network OS uses.Then modify the value
after keyword "BINDINGS" in "xxx_XIF" section to "LE100_NIF" so that this new
one will take effect when NOS starts.


