================================================================
NOTES ON
Installing D-Link DFE-670TXD Fast Ethernet PC Card
for NDIS Users
================================================================
    (c) 2001 Copyright D-Link Corporation ALL RIGHTS RESERVED


This document contains installation notes, which is not included in the
DFE-670TXD Fast Ethernet PC Card USER'S GUIDE or onscreen instructions,
for NDIS  users regarding DFE-670TXD Fast Ethernet PC Card installation.


This document contains information on the following topics:

1.0   Introduction
2.0   Installation Notes
3.0   PROTOCOL.INI keywords Available
________________________________________________________________________

1.0  Introduction
-----------------
    The DFE-670TXD Fast Ethernet PC Card Installation diskette contains NDIS
    driver programs, which comply with Microsoft's NDIS v2.0.1
    specification, and installation notes for some of the most popular
    operating systems which support NDIS drivers.


2.0  Installation Notes
-----------------------
    NDIS users, please refer to the following.

    ------------------------------------------------------------------------
    File                            Description/Installation Notes
    ------------------------------------------------------------------------
    \README.TXT                     Overall installation notes for all users
    \HELP\NDIS2DOS\README.TXT       Overall installation notes for all NDIS
                                    users
    \HELP\NDIS2DOS\MSCLIENT.TXT     For MSCLIENT users
    \HELP\NDIS2DOS\LANTASTIC.TXT    For LANTASTIC users


3.0  PROTOCOL.INI keywords Available
------------------------------------
    This guide lists the available PROTOCOL.INI keywords.

        IOADDRESS - This keyword specifies the I/O base address used by
                    the adapter. This value must match the actual address
                    setting on the adapter. If this keyword is not
                    specified, the default value(0x300) will be put into
                    effect.

        INTERRUPT - This keyword specifies the interrupt line used by the
                    adapter. This value must match the actual IRQ setting
                    on the adapter.  If this keyword is not specified, the
                    default value (11) will be put into effect.

        DRIVERNAME- This keyword specifies the driver name for the
                    adapter.

        NETADDRESS- This keyword specifies the node address (in hex) used
                    by the adapter. This option is used only to override
                    the node address stored in the adapter. With this
                    keyword specified, the specified address will be used
                    instead of the adapter's actual node address.

        CONNECTION- This keyword specifies the connector that used by the
                    adapter. The default value is AUTOSENSE.

                    = AUTOSENSE  : Adapter will auto detect the speed mode
                                   and duplex mode.

                    = MB100_Full : User force the media to 100BASE-TX FULL
                                   DUPLEX mode.

                    = MB100_Half : User force the media to 100BASE-TX HALF
                                   DUPLEX mode.

                    = MB10_Full  : User force the media to 10BASE-T FULL
                                   DUPLEX mode.

                    = MB10_Half  : User force the media to 10BASE-T HALF
                                   DUPLEX mode.

