Metropoli BBS
VIEWER: nwide40x.ddi MODE: TEXT (ASCII)
;DrIvEr DeScRiPtIoN

SyntaxVersion: 1.00

	;file: concatenated to NWIDE40X.DSK

	Driver NWIDE40X_DESCR
	{
		Description:					"Tekram 32 bit IDE Device Driver"

		Help:						"Use this driver with IDE accelerator.
								 This driver supports the primary and the
								 secondary addresses. This allows 4 drives to be
								 used. Load the device driver once
								 for each IO address ( connector ).\n\n

								 This driver also supports multiple sector access
								 of IDE drives. This feature is enabled by default."


		ParameterVersion:			1.00
		File:						NWIDE40X.DSK


		PROMPT INT REQ
		{
			Values: 				E, F
			Default:				E
			ReservedLength: 			1
		}

		PROMPT PORT REQ
		{
			Values: 				170, 1F0
			Default:				1F0
			ReservedLength: 			3
		}


		LIST Drive0_
		{
			Description:			"Drive 0 multple sector access select"

			Help:				"Use this option to disable drive 0 multiple sector access"

			CDescription:		"Multiple"
			Choice: 				''

			CDescription:		"Single"
			Choice: 				'/CS'

			Default:				1
			OutputFormat:			'%s'
		}

		LIST Drive1_
		{
			Description:			"Drive 1 multple sector access select"

			Help:				"Use this option to disable drive 1 multiple sector access"

			CDescription:		"Multiple"
			Choice: 				''

			CDescription:		"Single"
			Choice: 				'/DS'

			Default:				1
			OutputFormat:			'%s'
		}

;		LIST ReadRedirectedBIOS
;		{
;			Description:	"Allow BIOS redirection on secondary controller"
;
;			Help:			"Use this option if you have drives that the driver
;							is not seeing on a secondary controller.\n
;							*** WARNING*** This option can cause incorrect drive
;							registration if the BIOS table is not complete."
;
;			CDescription:		"No"
;			Choice: 			''
;
;			CDescription:		"Yes"
;			Choice: 			'/l'
;
;			Default:			1
;			OutputFormat:		'%s'
;		}
;
	}

;DrIvEr DeScRiPtIoN EnD



[ RETURN TO DIRECTORY ]