
		Digital Equipment Corporation
	   SETUP305 Hardware configuration program
	   =======================================

    Copyright (C) 1996 Digital Equipment Corporation.
    All rights reserved.


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

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

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


B) Syntax of Configuration File SETUP305.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;
		       0000 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 DE305 to PnP mode, Iobase=280h, Irq=10, BootRomAddress=DC000h,
		     MediaType=AUTO, Full Duplex mode

       Example 2: N 320 5 0000 i H
       set DE305 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

