**
**
**  ZyXEL GN650 1000Base-T Adapter                                               
**
**  UnixWare Driver
**
**  v1.06    Apr. 2003
**
**

Introduction:
=============

  This document describes the procedure to install the SCO UnixWare 7
  driver for "ZyXEL GN650 1000Base-T Adapter Driver".


Contents of the Subdirectory:
=============================

    GETU.PKG            The ethernet driver for Unixware.
    UNIXWARE.TXT        This file.


Installation:
=============

  SCO UnixWare 7.x

  Installing driver procedure on SCO UnixWare7 :
  -----------------------------------------
      Before you start with the installation process, make sure that the
      SCO Unixware system is properly installed. Similarly, your adapter
      should also be properly installed in your machine.

     1. Installation Diskette in DOS format.
        Put the "ZyXEL GN650 1000Base-T Adapter" SCO UnixWare Driver
        diskette to floppy A: and use mcopy command to copy Driver into 
        Unixware's directories.

       # cd /
       # mcopy A:/getu.pkg  /tmp

     2. Run 'pkgadd' utility to add the driver software to system.

       # pkgadd -d /tmp/getu.pkg
         => Select "1 getu ZyXEL GN650 1000Base-T Adapter Driver"
            to add the driver package to the system.
         => quit

     3. Use 'scoadmin' utility to add adapters.

       # scoadmin

         => Select "Networking" item from the item list and press enter.
         => Select "Network Configuration Manager" item from the item list
            and press enter.
         => Select "Add New Lan Adapter" menu item from "Hardware".
         => Select the "ZyXEL GN650 1000Base-T Adapter" item from the 
            item list.
         => select Network driver options for speed mode, duplex mode and
            flow control setting.
         => Add protocol(s) to the adapter.

     4.  Return to the command prompt.

     5.  Shutdown the system and reboot.

       # cd /
       # shutdown

     NOTE: 1. If you want to install more than one network adapter, you
              should do the 4th, 5th, 6th steps above for each network card
              separately.
           2. This driver can support up to four network adapters.


Network driver options:
=======================
1) Connection type
   Speed Mode is used for setting the speed of NIC.
   Value:
       Auto            : indicate autonegotiation for speed mode(Default).
       100_HALF_DUPLEX : indicate speed is 10Mbps, duplex is half.
       100_FULL_DUPLEX : indicate speed is 100Mbps, duplex is full.
       10_HALF_DUPLEX  : indicate speed is 10Mbps, duplex is half.
       10_FULL_DUPLEX  : indicate speed is 10Mbps, duplex is full. 

2) Flow Control
   Flow Control is used for setting the flow control ability of NIC.
   Value:
       Hardware_Default: Use Hardware default value in ANAR(Default).      
       Enable_TX: enable TX flow control.
       Enable_RX: enable RX flow control.
       Enable_TX_RX: enable TX/RX flow control.
       Disable: disable flow control.
  
3) Drop invalid 802.3 frame
   Drop invalid 802.3 frame is used for controlling driver should drop
   invalid 802.3 fram or not.
   Value:
       Disable: Receiving invalid 802.3 frame
       Enable:  Drop invalid 802.3 frame
