October 1995
                             Infotel Corporation
                         IN-220P Series Ethernet Card
                       AT&T UNIX SVR4.2.2 Driver Program
                       =================================


Copyright (c) 1995 by Infotel Corporation. All rights reserved.

The following files will be used in this installation:

Files          Contents
----------     ----------------------------------------------------------
IN220P.o       IN-220P Sesies driver object program
d22e           Installation script
setup          Script to copy driver programs

Installation and configuration consist of the following steps:

NOTE: Please take note that Unix is case sensitive, so upper and lower case
      letters are not the same.

1.  login to UNIX as "root"
    login: root
    Password: XXXXXX

2.  Put driver diskette in floppy A: (or B:) and execute the following
    command to copy AT&T UNIX Driver into UNIX's directories

    (for users using floppy drive A:)
    #doscp a:/at\&tunix/setup ./setup
    #chmod +x ./setup
    #./setup a:

    (for users using floppy drive B:)
    #doscp b:/at\&tunix/setup ./setup
    #chmod +x ./setup
    #./setup b:

3.  Install the Driver
    #cd /usr/lib/tcprt/dlk
    #./d22e

        Do you wish to install or delete the network driver(i/d/q)?     i

/* first adapter install */
        Do you want to configure Board_0? (y/n/q)                       y
        Enter number of media selection [3]:                            3
        Please enter the IP host name for the device d22e_0(default:xx ) XXXX
        Please Initialize the IP Address for host XXXX:               n.n.n.n
        Configure host XXXX with default Ethernet(TM) ifconfig option?  yes

/* second adapter install */
        Do you want to configure Board_1? (y/n/q)                       y(n)
        Enter number of media selection [3]:                            3
        Please enter the IP host name for the device d22e_1(default:xx ) YYYY
        Please Initialize the IP Address for host YYYY:               n.n.n.n
        Configure host YYYY with default Ethernet(TM) ifconfig option?  yes

/* the third adapter */
        Repeat the above steps ....

/* after adapter install */
        Do you wish to relink the kernel now? (y/n/q)                   y