Metropoli BBS
VIEWER: smc8000.ldi MODE: TEXT (ASCII)
;DrIvEr DeScRiPtIoN
	VER: 1.01
	SYN: 1.00
	DR SMC8000
	{
		Des:	$DRIVER_DESCRIPTION
		Help:	$DRIVER_HELP
		File:	$DRIVER_FILE
		Par:	1.00

		Timeout: 5

		PROMPT PORT
			if(BUS != MCA) REQUIRED
			else HIDDEN
		{
			Type:	        HEX(3)
			Values:	        280, 200, 220, 240, 260, 2A0, 2C0, 2E0,	300, 320, 340, 360, 380
			Default: 	280
                        ReservedLength: 20
		}

		PROMPT SLOT
			if(BUS == MCA) REQUIRED
			else HIDDEN
		{
			Type:	HEX(1)
			Values:	1, 2, 3, 4, 5, 6, 7
		}

		PROMPT MEMORY
			if(BUS != MCA) OPTIONAL
			else HIDDEN
		{
                        Help: "This value is not required for soft-configured adapters."
                        Type:   HEX(5)
                        Values: c0000-dffff
                        ReservedLength: 200
                        Default: d0000
		}

		PROMPT INT
			if(BUS != MCA) OPTIONAL
			else HIDDEN
		{
                        Help: "This value is not required for soft-configured adapters."
			Type:	HEX(2)
                        Values: 3, 4, 5, 7, 9, A, B, F
                        Default: 3
		}

		FRAME FrameSelect
		{
		 	Help:"The default frame type is 802.2.
			      You can remove this frame type or
			      add the 802.3, 802.2 SNAP, or the Ethernet II frame
			      types."

			CD:   "802.3"
			CH:   'Ethernet_802.3'

			CD:   "802.2"
			CH:   'Ethernet_802.2'

			CD:   "802.2 SNAP"
			CH:   'Ethernet_SNAP'

			CD:   "Ethernet II"
			CH:   'Ethernet_II'

			Def:	2, 1

		}


	}



	DLanguage: 4
	; default English
	$DRIVER_DESCRIPTION ="SMC Ethernet Adapter Server Driver"
	$DRIVER_HELP = "You can use this driver in an ISA (AT bus), EISA,
			or a microchannel NetWare server. You can have
			maximum of four network boards in your server.
			Their settings must not conflict.\n\n You can load
			the driver for each board and for each additional
			frame type assigned to the board (Maximum: 16 times).
			The driver loads reentrantly.\n"
	$DRIVER_FILE = "SMC8000.LAN"







;DrIvEr DeScRiPtIoN EnD
[ RETURN TO DIRECTORY ]