****************************************************************************
		    	Unex Technology Corporation
		  ND020 Family 10/100Mbps Fast Ethernet PCI Adapter
		  
			UnixWare7 Driver Installation
			~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	   Copyright (C) 2002 Unex Technology Corporation
			     All rights reserved.
****************************************************************************

Installation Procedure
======================

1. Login to UNIX system as supervisor (root) and enter the Maintenance mode.
    (Note: Make sure that the current directory is "/"
     using UNIX command - pwd.)

   Please follow the following steps to copy and install the Driver:

   # mkdir /temp
   # cd /temp (and inserts the package floppy in the proper drive, i.e. a:)
   # mkdir floppy (Please be sure the directory is in /mnt.)
   # mount -F dosfs /dev/fd0 /mnt/floppy
     (mount the floppy drive for copying drivers. Perhaps you may use the AUI
      in the UnixWare 7 OS. Sco Admin-> Filesystem Manager-> Mount-> Add mount
      configuration-> Local.)

	Note: Prepare the driver diskette without read-only.

   # doscp a:/unixware7/nd02x.pkg /temp
   # pkgadd -d /temp/nd02x.pkg

2. Run "netcfg". And follow the belowed instructions:
   a. Add new LAN adapter (ND020 Family 10/100Mbps...) after select "Hardware"
      in the "Network Configuration Manager". 
   b. Click "Continue". And add the protocol that your network using.
   c. Click "Ok" while disappearred "Configure networking product" dialogue.
   d. Exit the "Network Configuration Manager".

3. reboot the UnixWare system.

4. Be sure the NIC loaded. Type-in "ifconfig -a" to check the adapter loaded or
   not. (For example: lo0 or net0...)

5. Remove the package driver, please type this instruction.

   # pkgrm ND02
   # netcfg (Into the "Network Configuration Manager" windows, please select
     "Remove network device".)

RECORD OF REVISIONS FOR DRIVER RELEASES
=======================================

  Release Number/		Changes
  Date
----------------------------------------------------------------------------
  V1.01
  05/11/1999			New Release
----------------------------------------------------------------------------
  V1.2
  04/11/2001			1. remove eeprom access
				2. set csr18 bit0 = 1
----------------------------------------------------------------------------
