Metropoli BBS
VIEWER: !mdg0020.cfg MODE: TEXT (ASCII)
; Madge Smart 16/4 ISA Client Ringnode Configuration File, Rev. 01
; Copyright (c) Madge Networks Ltd. 1993

BOARD
    ID		= "MDG0020"
    NAME	= "Madge Smart 16/4 ISA Client Ringnode"
    MFR		= "Madge Networks Ltd."
    CATEGORY	= "NET"
    SLOT	= ISA8OR16
    LENGTH	= 213
    AMPERAGE	= 1000
    SKIRT	= NO
    READID	= NO
    BUSMASTER	= 999
    IOCHECK	= INVALID
    DISABLE	= UNSUPPORTED

    COMMENTS	= "\n
                   This is a dual-speed (16 or 4 Mbit/s)
		   token ring adapter card for ISA/EISA computers. It
		   utilises Madge proprietary Smart software
		   technology for high performance.\n
                   \n
		   Use the auto-configuration utility to select a conflict-
		   free configuration of system resources and suggest switch
		   settings for the adapter. These settings should be viewed
		   on exit from the utility and set on the adapter before
		   installation. Please note that the adapter's ring
		   speed must be set correctly before use."

    HELP	= "Thank you for buying a Madge Smart 16/4
		   ISA Client Ringnode. Please note that the adapter's
		   ring speed must be set correctly before use.\n"

SWITCH(1)	= 8
    NAME	= "SW1 Interrupt No."
    STYPE	= SLIDE
    VERTICAL	= NO
    REVERSE	= YES
    LABEL	= LOC(1-8)	"IRQ15" "IRQ12" "IRQ11" "IRQ10"
				"IRQ7" "IRQ5" "IRQ3" "IRQ2"
    FACTORY	= LOC(1-8) 00000010
    COMMENTS	= "This is the interrupt select switch."
    HELP	= "Please refer to manual for help."

SWITCH(2)	= 8
    NAME	= "SW2 Config. Settings"
    STYPE	= DIP
    VERTICAL	= NO
    REVERSE	= YES
    LABEL	= LOC(1-8)	"IO,ROM add" "IO,ROM add" "ROM enable"
				"(Not used)" "16-/8-bit"   "Nrm timing"
				"Sync. bus"  "4/16 Mbps"
    INITVAL	= LOC(4-7) 1110
    FACTORY	= LOC(1-8) 11011101
    COMMENTS	= "This is the general configuration switch. Refer to
		   back of adapter for details of switch settings."
    HELP	= "Please refer to manual for help."

JUMPER(1)	= 6
    NAME	= "LB1 Media Select"
    JTYPE	= TRIPOLE
    VERTICAL	= NO
    REVERSE	= YES
    LABEL	= LOC(1-6)	"UTP/STP" "UTP/STP" "" "" "UTP/STP" "UTP/STP"
    FACTORY	= LOC(1-6) 00nn00
    COMMENTS	= "This is the media select link block."
    HELP	= "Please refer to manual for help."

FUNCTION	= "Token Ring Network Adapter"
    TYPE	= "NET,TOK"
    CONNECTION  = "DB9 or RJ45: network lobe cable"

    SUBFUNCTION	= "Connector Type"
	TYPE	= "CON"

	HELP	= "Please select the connector you wish to use.
		   The DB9 connector (J1) is for STP cable (eg.
		   type 1 or type 6) or for use with an external
		   media filter. The RJ45 connector (J2) is for
		   UTP cable (eg. type 3).\n"

	CHOICE	= " DB9 connector, J1 - STP"
	SUBTYPE	= "DB9"
	FREE
	INIT	= JUMPER(1) LOC(1-6) 00nn00b

	CHOICE	= "RJ45 connector, J2 - UTP"
	SUBTYPE	= "RJ45"
	FREE
	INIT	= JUMPER(1) LOC(1-6) 11nn11b

    SUBFUNCTION	= "Ring Speed"
	TYPE	= "SPD"

	COMMENTS= "You MUST select the correct ring speed for your network."

	HELP	= "Please select the required ring speed
		   (either 16 Mbit/s or 4 Mbit/s) according
		   to the speed of your network.\n"

	CHOICE	= " 4 Mbit/s"
	    SUBTYPE	= "4"
	    FREE
	    INIT	= SWITCH(2) LOC(8) 1b

	CHOICE	= "16 Mbit/s"
	    SUBTYPE	= "16"
	    FREE
	    INIT	= SWITCH(2) LOC(8) 0b

    SUBFUNCTION	= "Interrupt"

	COMMENTS= "Note: to change the interrupt number, use
		   Edit/Change Resource."

	HELP	= "Note: to change the interrupt number, use
		   Edit/Change Resource."

	CHOICE	= "(IRQ)"
	LINK
	IRQ	= 3 | 2 | 7 | 5 | 10 | 11 | 12 | 15
	SHARE	= NO
	TRIGGER	= EDGE
	INIT	= SWITCH(1) LOC(1-8)	 00000010b | 00000001b | 00001000b |
					 00000100b | 00010000b | 00100000b |
					 01000000b | 10000000b 

    SUBFUNCTION	= "Smartrom Enable/Address and I/O Address"
	TYPE	= "ROM"

	COMMENTS= "Note: to change the Smartrom and I/O addresses,
		   use Edit/Change Resource. There is a fixed relationship
		   between the address of the Smartrom, if enabled, and
		   the I/O address."

	HELP	= "Please select whether the Smartrom is disabled or
		   enabled. If not fitted, please select disabled.
		   Note: to change the I/O and Smartrom addresses,
		   use Edit/Change Resource. (The Smartrom requires 8K.)\n"

	CHOICE	= "Smartrom disabled/not fitted (I/O port)"
	    SUBTYPE	= "DIS"
	    LINK
;	    DISABLE	= YES
	    PORT	=	0A20h-0A2Fh | 1A20h-1A2Fh |
				2A20h-2A2Fh | 3A20h-3A2Fh
	    SHARE	= NO
	    SIZE	= WORD
	    INIT	= SWITCH(2) LOC(1-3)	110b | 010b |
						100b | 000b

	CHOICE	= "Smartrom enabled at CC000 (memory & I/O port)"
	    SUBTYPE	= "CC000"
	    FREE
	    MEMORY	= 8K
	    ADDRESS	= 0CC000h
	    WRITABLE	= YES
	    MEMTYPE	= OTH
	    CACHE	= NO
	    SIZE	= BYTE
	    DECODE	= 20
	    SHARE	= NO
	    FREE
	    PORT	= 0A20h-0A2Fh
	    SHARE	= NO
	    SIZE	= WORD
	    INIT	= SWITCH(2) LOC(1-3) 111b

	CHOICE	= "Smartrom enabled at DC000 (memory & I/O port)"
	    SUBTYPE	= "DC000"
	    FREE
	    MEMORY	= 8K
	    ADDRESS	= 0DC000h
	    WRITABLE	= YES
	    MEMTYPE	= OTH
	    CACHE	= NO
	    SIZE	= BYTE
	    DECODE	= 20
	    SHARE	= NO
	    FREE
	    PORT	= 1A20h-1A2Fh
	    SHARE	= NO
	    SIZE	= WORD
	    INIT	= SWITCH(2) LOC(1-3) 011b

	CHOICE	= "Smartrom enabled at CE000 (memory & I/O port)"
	    SUBTYPE	= "CE000"
	    FREE
	    MEMORY	= 8K
	    ADDRESS	= 0CE000h
	    WRITABLE	= YES
	    MEMTYPE	= OTH
	    CACHE	= NO
	    SIZE	= BYTE
	    DECODE	= 20
	    SHARE	= NO
	    FREE
	    PORT	= 2A20h-2A2Fh
	    SHARE	= NO
	    SIZE	= WORD
	    INIT	= SWITCH(2) LOC(1-3) 101b

	CHOICE	= "Smartrom enabled at DE000 (memory & I/O port)"
	    SUBTYPE	= "DE000"
	    FREE
	    MEMORY	= 8K
	    ADDRESS	= 0DE000h
	    WRITABLE	= YES
	    MEMTYPE	= OTH
	    CACHE	= NO
	    SIZE	= BYTE
	    DECODE	= 20
	    SHARE	= NO
	    FREE
	    PORT	= 3A20h-3A2Fh
	    SHARE	= NO
	    SIZE	= WORD
	    INIT	= SWITCH(2) LOC(1-3) 001b

[ RETURN TO DIRECTORY ]