                                                                Dec. 1995

                           Ether PCI Ethernet Card
                       AT&T UNIX SVR4.2.2 Driver Program
                       =================================

The following files will be used in this installation:

Files          Contents
-----------    ----------------------------------------------------------
driver.o       PCI adapter driver object program
ethpci         Installation script
setup          Script to copy driver programs
dce_spac.h
space.c        define configuration variable

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\at&tunix/setup ./setup_ethpci
    #chmod +x ./setup_ethpci
    #./setup_ethpci a:/at\&tunix

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

3.  Install the Driver
    #cd /usr/lib/tcprt/eth
    #chmod +x build_ethpci
    #./build_ethpci

    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
                                                                    ~
    Board_o configuring ...

/* the following let you configure NICs */
    Please choose the line speed that you want............

      0. Use default value.
      1. 10 MB/sec mode.
      2. 100 MB/sec mode.
      3. Automatic detection between 10 MB/sec and 100 MB/sec mode.

    Enter number of line speed selection (0 1 2 3) [0] or 'q' to quit: 3
                                                                       ~
    Line Speed : AUTOSENSE_MODE

    Please choose the media mode that you want............

      0. Use default value.
      1. Point to point full duplex twisted pair connection.
      2. AUI connection.
      3. BNC connection.
      4. Twisted pair connection.
      5. Automatic detection between TP BNC and AUI.
      6. Twisted pair connection with linkfail test ignore & set polarity plus.

    Enter number of media mode selection (0 1 2 3 4 5 6) [0] or 'q' to quit: 5
                                                                             ~

    Media Mode : AUTOSENSE_MODE

    There are the device(s) available on your system:
      1   ethpci_0

    Type the number of the device(s) to be configure with inet [?,??,q]: 1
                                                                         ~

    Please enter the IP host name for the device ethpci_0 (default:xxxx): aaron
                                                                          ~~~~~
    Please Initialize the IP Address for host XXXX (default: xxx.xxx.xxx.xxx):
    192.9.200.1
    ~~~~~~~~~~~

    Configure host XXXX with default Ethernet(TM) ifconfig option?
    Info message is long. (yse no ClassC BerkeleyC info; default: info): y
                                                                         ~

/* second adapter install */
    Do you want to configure Board_1? (y/n/q)                       y
                                                                    ~
    /* the prompts listed above will be repeated */


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


    Do you wish to relink the kernel now ? y


