Metropoli BBS
VIEWER: install.ini MODE: TEXT (ASCII)
FILE "DCAM950.EXE" IS DRIVER
BEGIN
   SET DIRECTORY TO	"DOS"
   SET DESCRIPTION TO 	"         Future Domain's 950 v1.02\n"
			"           DOS CAM Device Driver \n\n"
			"Future Domain's 950 DOS CAM device driver provides "
			"CAM support for all 950 chip based SCSI controllers. " 
			"This version of CAM supports DOS only; to support "
			"Windows you should use the V9FCAMD.386 device driver "
			"which is also available on this disk.  The command "
			"line parameters for this driver are: \n\n"
			"DEVICE=DCAM950.EXE /MEM IRQ ... \n\n"
			"where <MEM> and <IRQ> are the controller memory "
			"location and the IRQ for that SCSI controller.  These can "
			"be listed so that you can support multiple SCSI controllers. "
			"For example, if you had two 950 SCSI controllers, one located "
			"at CA00h at IRQ 5 and another located at CE00h at "
			"IRQ 10, you would format the command line like this:\n\n"
			"DEVICE=DCAM950.EXE /CA00 5 /CE00 10\n\n"
			"NOTE: This driver is required for 950 BIOS versions "
			"before v8.1.  It may be used with BIOS v8.1 or a later "
			"revision to improve performance."
   SET USES TO   "ADAPTER"
   SET DEVICES TO NODEVICE
END

FILE "DCAM1800.EXE" IS DRIVER
BEGIN
   SET DIRECTORY TO	"DOS"
   SET DESCRIPTION TO 	"  Future Domain's 1800/18C50 v1.03\n"
			"           DOS CAM Device Driver \n\n"
			"Future Domain's 1800/18C50 DOS CAM device driver "
			"provides CAM support for all 1800 and 18C50 chip based "
			"SCSI controllers. This version of CAM supports DOS only; to support "
			"Windows you should use the V18FCAMD.386 device driver "
			"which is also available on this disk.  The command "
			"line for this driver is: \n\n"
			"DEVICE=DCAM1800.EXE [/A0 /A1 /A2 /A3]\n\n"
			"No command line parameters are required. If a drive "
			"compatibility problem is being experienced, then the /A# "
			"parameter can be used to force a specific adapter to do "
			"Asynchronous data transfers.\n\n"
			"NOTE: This driver is required for 1800/18C50 BIOS versions "
			"before v3.1.  It may be used with BIOS v3.1 or a later "
			"revision to improve performance."
   SET USES TO   "ADAPTER"
   SET DEVICES TO NODEVICE
END

FILE "DCAM7EX.EXE" IS DRIVER
BEGIN
   SET DIRECTORY TO	"DOS"
   SET DESCRIPTION TO 	"     Future Domain's 7000EX v1.00\n"
			"          DOS CAM Device Driver \n\n"
			"Future Domain's 7000EX DOS CAM device driver "
			"provides CAM support for 7000EX EISA "
			"SCSI controllers. This version of CAM supports DOS only; to support "
			"Windows you should use the VEXFCAMD.386 device driver "
			"which is also available on this disk.  The command "
			"line for this driver is: \n\n"
			"DEVICE=DCAM7EX.EXE\n\n"
			"No command line parameters are required.\n\n"
			"NOTE: The 7000EX SCSI controller must be in the "
			"default DACB mode for DCAM7EX.EXE to operate "
			"correctly."
   SET USES TO   "ADAPTER"
   SET DEVICES TO NODEVICE
END

FILE "VEXFCAMD.386" IS WINDRIVER
BEGIN
   SET DIRECTORY TO	"WINDOWS"
   SET DESCRIPTION TO 	"     Future Domain's 7000EX v1.00\n"
			"         Windows CAM Device Driver \n\n"
			"Future Domain's 7000EX Windows CAM device driver "
			"provides CAM support under Windows for 7000EX EISA "
			"SCSI controllers. This version of CAM supports Windows only; to support "
			"DOS you should use the DCAM7EX.EXE device driver "
			"which is also available on this disk.  The VEXFCAMD."
			"386 driver is loaded in Window's SYSTEM.INI file under "
			"the [386Enh] section. The command line for this driver is: \n\n"
			"DEVICE=VEXFCAMD.386\n\n"
			"No command line parameters are required.\n\n"
			"NOTE: The 7000EX SCSI controller must be in DACB mode for "
			"DCAM7EX.EXE to operate correctly.\n\n"
			"If you have a conflict and CAM is emitting messages to "
			"the screen, you may disable messages by adding the line\n\n"
			"FCAMMessageMode=OFF\n\n"
			"under the DEVICE line of the driver. This may be re-enabled "
			"by setting it to ON.\n\n"
			"If you must use IRQ 14 on the Future Domain SCSI controller, "
			"you must add the following line to the SYSTEM.INI file:\n\n"
			"VirtualHDIrq=OFF"
   SET USES TO   "ADAPTER"
   SET DEVICES TO NODEVICE
END

FILE "V18FCAMD.386" IS WINDRIVER
BEGIN
   SET DIRECTORY TO	"WINDOWS"
   SET DESCRIPTION TO 	" Future Domain's 1800/18C50 v1.02\n"
			"       Windows CAM Device Driver \n\n"
			"Future Domain's 1800/18C50 Windows CAM device driver "
			"provides CAM support under Windows for all 1800/18C50 "
			"SCSI controllers. This version of CAM supports Windows only; to support "
			"DOS you should use the DCAM1800.EXE device driver "
			"which is also available on this disk.  The V18FCAMD.386 "
			"driver is loaded in Window's SYSTEM.INI file under "
			"the [386Enh] section. The command line for this driver is: \n\n"
			"DEVICE=V18FCAMD.386\n\n"
			"No command line parameters are required.\n\n"
			"Note: If you have synchronous transfer problems with "
			"older devices, you may optionally disable synchronous "
			"data transfer by adding the line\n\n"
			"FDCAdapter#SYNC=OFF\n\n"
			"under the DEVICE line of the driver, where # may be "
			"the adapter number ranging from 0 to 3.\n\n"
			"If you have a conflict and CAM is emitting messages to "
			"the screen, you may disable messages by adding the line\n\n"
			"FCAMMessageMode=OFF\n\n"
			"under the DEVICE line of the driver. This may be re-enabled "
			"by setting it to ON.\n\n"
			"If you must use IRQ 14 on the Future Domain SCSI controller, "
			"you must add the following line to the SYSTEM.INI file:\n\n"
			"VirtualHDIrq=OFF"
   SET USES TO   "ADAPTER"
   SET DEVICES TO NODEVICE
END

FILE "V9FCAMD.386" IS WINDRIVER
BEGIN
   SET DIRECTORY TO	"WINDOWS"
   SET DESCRIPTION TO 	"         Future Domain's 950 v1.01\n"
			"       Windows CAM Device Driver \n\n"
			"Future Domain's 950 Windows CAM device driver "
			"provides CAM support under Windows for all 950 "
			"SCSI controllers. This version of CAM supports Windows only; to support "
			"DOS you should use the DCAM950.EXE device driver "
			"which is also available on this disk.  The V9FCAMD.386 "
			"driver is loaded in Window's SYSTEM.INI file under "
			"the [386Enh] section. The command line for this driver is: \n\n"
			"FDC950=<MEM>,<IRQ>...\n\n"
			"where MEM are IRQ are the memory address and IRQ "
			"for each 950 SCSI controller. For example, if you "
			"have an adapter at memory location CA00 and the IRQ "
			"set to 5, then the following line should be added "
			"to the INSTALL.INI file:\n\n"
			"FDC950=CA00,5\n\n"
			"If you have a conflict and CAM is emitting messages to "
			"the screen, you may disable messages by adding the line\n\n"
			"FCAMMessageMode=OFF\n\n"
			"under the DEVICE line of the driver. This may be re-enabled "
			"by setting it to ON.\n\n"
			"If you must use IRQ 14 on the Future Domain SCSI controller, "
			"you must add the following line to the SYSTEM.INI file:\n\n"
			"VirtualHDIrq=OFF"
   SET USES TO   "ADAPTER"
   SET DEVICES TO NODEVICE
END

VIRTUAL "FDC950" USES "V9FCAMD.386" IS WINDRIVER



VIRTUAL "CAM" USES "DCAM7EX.EXE", "DCAM950.EXE", "DCAM1800.EXE", "VEXFCAMD.386", "V18FCAMD.386", "V9FCAMD.386" IS DRIVER
VIRTUAL "DOSCAM" USES "DCAM7EX.EXE", "DCAM950.EXE", "DCAM1800.EXE" IS DRIVER
VIRTUAL "WINCAM" USES "VEXFCAMD.386", "V18FCAMD.386", "V9FCAMD.386" IS DRIVER

FILE "FDBIOS.SYS" IS DRIVER
BEGIN
   SET DIRECTORY TO	"DOS"
   SET DESCRIPTION TO 	"              FDBIOS.SYS v2.00\n\n"
			"FDBIOS.SYS is a device driver that intercepts all "
			"Int 13 SCSI disk I/O calls and converts them to "
			"CAM calls.  The command line for FDBIOS.SYS looks "
			"like:\n\n"
			"DEVICE = FDBIOS.SYS [/D] [/G] [/Z]\n\n"
			"FDBIOS.SYS is required when operating under a multi"
			"tasking environment where multiple requests can "
			"be made of the SCSI controller simultaneously. "
			"It intercepts all Int 13h requests to disk drives "
			"and re-routes them through CAM so that CAM can "
			"manage all SCSI I/O. This prevents conflicts that "
			"may arise on the SCSI bus from having multiple "
			"initiators (ie the BIOS and CAM) attempting to take "
			"control of the SCSI bus simultaneously.\n\n"
			"The /D parameter is used to enable Disconnect / Reconnect. "
			"This parameter should be used with caution.  Before using, "
			"ensure that all target SCSI peripherals and application "
			"software support Disconnect / Reconnect.\n\n"
			"The /G parameter is used to force FDBIOS to use "
			"Future Domain's old-style disk geometry instead of "
			"determining the geometry from the disk.\n\n"
			"The /Z parameter is used to print the size of the driver "
			"during boot.\n\n"
			"Note: If you only have removable drives on the SCSI bus, "
			"and are using a BIOS greater than 8.0 for the 950 product, "
			"or 3.0 for the 1800/18C50 product, or BIOS 2.1 for the 7000EX product, "
			"then this driver is not required."
   SET USES TO   "DOSCAM"
   SET DEVICES TO DASD
END

VIRTUAL "FDDEVICE.SYS" USES "FDBIOS.SYS" IS DRIVER
FILE "FDSCSI.386" IS WINDRIVER
BEGIN
   SET DIRECTORY TO	"WINDOWS"
   SET DESCRIPTION TO 	"                 WINDISK v1.02\n\n"
			"WINDISK is a Windows disk device driver that "
			"improves performance for Int 13 SCSI disk I/O calls. "
			"WINDISK is loaded into the Windows SYSTEM.INI file "
			"under the [386Enh] section.  The command line for WINDISK "
			"looks like:\n\n"
			"DEVICE = FDSCSI.386\n\n"
			"WINDISK is required when operating under a multi"
			"tasking environment where multiple requests can "
			"be made of the SCSI controller simultaneously.  It "
			"re-routes all disk I/O requests through CAM so that CAM can "
			"manage all SCSI I/O. This prevents conflicts that "
			"may arise on the SCSI bus from having multiple "
			"initiators (ie the BIOS and CAM) attempting to take "
			"control of the SCSI bus simultaneously.\n\n"
			"NOTE: PowerSCSI! (TM) will set 32 Bit Disk Access to ON when this "
			"driver is installed.\n\n"
			"If FDSCSI is emitting undesirable messages to the screen, these "
			"can be disabled by adding the line:\n\n"
			"FDSCSIMessageMode=OFF\n\n"
			"to SYSTEM.INI file.  This will solve conflicts with some high "
			"resolution graphics adapters such as the Diamond Speedstar. To "
			"re-enable messages, set FDSCSIMessageMode to ON.\n\n"
			"NOTE: If you only have removable drives on the SCSI bus, "
			"and are using a BIOS greater than 8.0 for the 950 product, "
			"or 3.0 for the 1800/18C50 product, or BIOS 2.1 for the 7000EX product, "
			"then this driver is not required."
   SET USES TO   "WINCAM"
   SET DEVICES TO DASD
   REPLACE "SYSTEM.INI", "32BitDiskAccess=OFF", "32BitDiskAccess=ON"
   REPLACE "SYSTEM.INI", "OverlappedIO=off", "OverlappedIO=ON"
END   

FILE "INT13.386" IS WINDRIVER
BEGIN
   SET DIRECTORY TO	"WINDOWS"
   SET DESCRIPTION TO 	"                 INT13.386 v1.00\n\n"
			"The INT13.386 is a replacement driver for Window's "
			"*int13 driver when WINDISK is loaded.  This driver "
			"is installed in the [386Enh] section of the SYSTEM.INI "
			"file. When this driver is installed, the line containing "
			"*int13 will be commented out of the SYSTEM.INI file.  The "
			"command line for INT13.386 is:\n\n"
			"DEVICE = INT13.386\n\n"
			"Note: If you only have removable drives on the SCSI bus, "
			"and are using a BIOS greater than 8.0 for the 950 product, "
			"or 3.0 for the 1800/18C50 product, or BIOS 2.1 for the 7000EX product, "
			"then this driver is not required."
		
   SET USES TO   "FDSCSI.386"
   SET DEVICES TO DASD
   REMOVE "SYSTEM.INI", "device=*int13"
END   


FILE "ASPIFCAM.SYS" IS DRIVER
BEGIN
   SET DIRECTORY TO	"DOS"
   SET DESCRIPTION TO 	"             ASPIFCAM.SYS v1.00\n\n"
			"ASPIFCAM.SYS is a DOS ASPI Manager that provides ASPI "
			"services for all SCSI peripherals.  The command line for "
			"ASPIFCAM.SYS is:\n\n"
			"DEVICE=ASPIFCAM.SYS [/D] [/S]\n\n"
			"The /D parameter is used to enable Disconnect / Reconnect. "
			"This parameter should be used with caution.  Before using, "
			"ensure that all target SCSI peripherals and application "
			"software support Disconnect / Reconnect.\n\n"
			"The /O parameter allows overlapped I/O, making it "
			"possible to process new requests before old ones have "
			"completed.  This parameter should be used with caution."
   SET USES TO   	"CAM", "FDBIOS.SYS", "FDDEVICE.SYS"
   SET DEVICES TO 	ALL
END   


FILE "FDCD.SYS" IS DRIVER
BEGIN
   SET DIRECTORY TO	"CDROM"
   SET DESCRIPTION TO 	"                 FDCD.SYS v2.30\n\n"
			"FDCD.SYS provides CD-ROM SCSI support for DOS. "
			"This driver will use CAM if it is available; "
			"otherwise it will talk to the SCSI controller directly. "
			"The command line for FDCD.SYS is:\n\n"
			"DEVICE=FDCD.SYS /D:MSCD000\n\n"
			"Also, when PowerSCSI! (TM) installs this driver in the CONFIG.SYS "
			"file, it will add the line \"LASTDRIVE=Z\", which will reserve "
			"drive letters for MSCDEX.EXE.  If you are running on a "
			"network, you will want to change this line to the last "
			"drive letter that your CD-ROM will occupy.  If you do not, "
			"your network will be unable to use any drive letters.\n\n"
			"The following parameters may be used with FDCD.SYS:\n\n"
			"/N: Set the maximum units to support\n\n"
			"/I: Inhibit Invalid Disk Change Status\n\n"
			"/R: Force SCSI bus reset during driver initialization\n\n"
			"/Z: Display driver size after initialization\n\n"
			"/T: Force direct-chip (OEM-Toolkit) access mode,  bypassing CAM\n\n"
			"NOTE: after you install this driver, you must install "
			"MSCDEX.EXE in the AUTOEXEC.BAT file.\n\n"
			"FDCD.SYS v2.30 Compatibility:\n\n:"
			"Chinon: CDX-435, CDS-435, CDC-435\n\n"
			"Hitachi: CDR-1750S, CDR-3650, CDR-3750\n\n"
			"IBM: CDROM I, CDROM II\n\n"
			"NEC: CDR-25, CDR-72, CDR-73, CDR-74, "
			"CDR-83, CDR-84 (M-series also supported)\n\n"
			"Panasonic: 532, 301, 501\n\n"
			"Pioneer: DRM-600\n\n"
			"Sony: CDU-541, CDR-561, CDU-6110, CDU-6111, CDU-6211, "
			"CDU-7211\n\n"
			"Texel: DM-3024, DM-5024\n\n"
			"Toshiba: XME-3201B, XME-3301TA, XME-3401B\n\n"

   SET USES TO   	"DOSCAM", "FDBIOS.SYS", "FDDEVICE.SYS", "ASPIFCAM.SYS"
   SET DEVICES TO 	CDROM
   SET PARAMS TO        "/D:MSCD000"
   SET SPECIAL TO 	"/D:MSCD000"
   APPEND "CONFIG.SYS", "LASTDRIVE=Z"
END   

FILE "MSCDEX.EXE" IS LOADABLE
BEGIN
   SET DIRECTORY TO	"CDROM"
   SET DESCRIPTION TO 	"              MSCDEX.EXE v2.21\n\n"
			"The Microsoft CD-ROM Extensions is loaded in the "
			"AUTOEXEC.BAT file.  This file is required to "
			"support CD-ROM's, and uses Future Domain's FDCD.SYS "
			"CD-ROM driver.  The command line for MSCDEX.EXE is:\n\n"
			"MSCDEX /M:10 /D:MSCD000\n\n"
			"Note that FDCD.SYS must already be loaded, or PowerSCSI! (TM) "
			"will be unable to create the proper command line "
			"for you when you install this file."
   SET USES TO   	"FDCD.SYS"
   SET DEVICES TO 	CDROM
   SET PARAMS TO 	"/M:10"
END   


[ RETURN TO DIRECTORY ]