Metropoli BBS
VIEWER: !asu0500.cfg MODE: TEXT (ASCII)
;****************************************************************
;*   								*
;* Copyright (C) 1992 AsusTek Computer Incorporation.		*
;* EISA Configuration file for ASUS L500 Ethernet LAN ADAPTER 	*
;*							   	*
;* Revision History:					   	*
;* Date		Who  	 Rev 	Comments     	                *
;* 06/13/91	SFK	 .01 	Genesis.     	                *
;* 07/01/91	SFK  	 .02 	Update using PLX CFG file. 	*
;* 11/20/91     JAMES    .03    Update using NS  CFG fils.   	*
;* 04/07/92     HUNTER   .04    Disable boot ROM, Level trigger.*
;****************************************************************
BOARD
	ID = "ASU0500"
	NAME = "ASUS EISA-L500 Ethernet LAN ADAPTER"
	MFR = "AsusTek Computer Incorporation."
	CATEGORY = "NET" 	; Category, i.e. Network Board.
	SLOT = EISA	       	; Uses EISA Slot.
	SKIRT = NO	       	; Skirt not used.
	READID = YES	 	; Board ID can be read.
	IOCHECK = INVALID	; Card will not respond to reads of it's IOCHKERR bit.
						
	COMMENTS = "The ASUS EISA-L500 LAN board provides an Ethernet interface using the 
	      	    the PLX 9010 EISA bus interface controller.  This board is a bus master 
				design that uses the host system main memory directly.  When receiving 
				or transmitting packet data, the SONIC requests the bus from the host 
				system, when granted it does the appropriate transfers opposed from the 
				system CPU which in most designs will move the data. "
   	HELP = "The ASUS EISA-L500 LAN board supports full automatic configuration."

	IOPORT(1) = 0ZC88h
		SIZE = BYTE			
		INITVAL = 011x0xxxb

	IOPORT(2) = 0ZC89h
		SIZE = BYTE			
		INITVAL = 1110xxxxb

	IOPORT(3) = 0ZC8Ah
		SIZE = BYTE			
		INITVAL = 00xxxx00b

	IOPORT(4) = 0ZC8Fh
		SIZE = BYTE			
		INITVAL = 00000000b

	JUMPER(1) = 1
		NAME = "Thin or Thick NET"	
   		JTYPE = TRIPOLE
   		VERTICAL = NO
		REVERSE = NO
		LABEL = LOC(1) "J2"
		COMMENTS = "When the jumper is in the SOFE position thick or thin cable 
					selection is software programmable and can be programmed in the 
					advanced configuration section.  When the jumper is in the 
					THIN position thin cable is selected.  The jumper is in the 
					THIN position by default. "

	GROUP = "Ethernet Network Controller Setup."
		TYPE = "NET.ETH"
		FUNCTION = "Interrupt request selections"
   			SUBFUNCTION = "Interrupts Trigger Type"
      			CHOICE = "Edge Triggered Interrupt"
	        	SUBTYPE = "IRQ,EDGE"
			    	LINK
			        	IRQ = 5 | 9 | 10 | 11
         				TRIGGER = EDGE
         				SHARE = NO
        				INIT = IOPORT(1) LOC(2-0) 001 | 011 | 101 | 111
		FUNCTION = "Cable Selection."
		COMMENTS = "The cable selection allows you to select either thin or 
					thick cable.  Note:  Jumper J2 must be set to the upper
					position for this selection to have any affect.  See
					jumper setting for more detail. "
		    CHOICE = "Thin Cable."
   		 	    SUBTYPE = "THIN"
					FREE
           				INIT = IOPORT(2) LOC(1) 1 
		    CHOICE = "Thick Cable."
   		 	    SUBTYPE = "THICK"
					FREE
           				INIT = IOPORT(2) LOC(1) 0 
	       		
	ENDGROUP		

[ RETURN TO DIRECTORY ]