	       Accton Technology Corporation
	   SET166 Hardware configuration program
	   =====================================

Copyright (c) 1996, 1997 by Accton Technology Corporation.
All rights reserved.

SET166 is EN166x hardware configuration program which can be used at batch
file to change EN166x's hardware setting permanently.

A) Command Line Syntax:
   ====================

SET166		   to configure the adaptor with the file SET166.DAT.
SET166	?	   to show the syntax description


B) Syntax of Configuration File SET166.DAT
   =======================================

{TestOnly} or {CardConfigMode[,]IOBase[,]IRQ[,]BootRomAddr[,]MediumType[,]Duplex}

where  TestOnly=       'T' or 't' for test only,
		       i.e. test without modifying the card configuration;


       CardConfigMode= 'P' or 'p' for PnP mode,
		       'N' or 'n' for non-PnP mode;

       IOBase=	       200h,220h,240h,260h,280h,2a0h,2c0h,2e0h,
		       300h,320h,340h,360h,380h,3a0h,3c0h,or 3e0h;

       IRQ=	       3,4,5,9,a,b,c,or f;

       BROMAddr=       c000,c400,c800,cc00,d000,d400,d800,dc00;
		       0 for disabling the boot ROM;

       MediumType=     'A' or 'a' for auto detect (twisted-pair or BNC),
		       'I' or 'i' for AUI;

       Duplex=	       'F' or 'f' for full duplex,
		       'H' or 'h' for half duplex.

Examples:
       Example 1: p,280,a,dc00,A,f
       set EN166x to PnP mode, Iobase=280h, Irq=10, BootRomAddress=DC000h,
		     MediaType=AUTO, Full Duplex mode

       Example 2: N 320 5 0000 i H
       set EN166x to Jumpless(NE2000) mode, Iobase=320h, Irq=5, BootRom disable
		     MediaType=AUI, Half Duplex mode

       Example 3: t
       Just test adapter with current configuration

C) Return Code of test result
   ==========================

       00    test/configure OK
       01    can't open configuration file
       02    syntax error in configuration file
       03    can't find LAN card
       04    RAM error

-----  End Of File -----
