CMD CSA-680 Ultra IDE DOS Driver Installation Instructions ------------------------------------------------------------------------- README.DOS CONTENTS -------- I. DOS DRIVER USAGE II. DOS DRIVER COMMAND LINE OPTIONS I. DOS DRIVER USAGE ------------------- 1. SII680CD.SYS: This SII680CD.SYS will be necessary when users want to use a CDROM under DOS and 'command prompt only mode' under Windows 95/OSR2/98. Cdrom driver from cdrom manufacturer will not work with CSA-680 controllers unless it is written to support native mode (using different IRQ for IDE controller besides IRQ14 and IRQ15) besides legacy mode. Copy SII680CD.SYS into a directory where all the CMD drivers are. kept. For instance, if you copy file to directory QUICKCMD, the following line needs to be manually added in config.sys. device=c:\quickcmd\SII680CD.SYS /d:ide_cd The following lines needs to be added in autoexec.bat: path=c:\quickcmd;%PATH% mscdex /d:ide_cd 2. SII680.SYS: This driver is to be loaded only under DOS. DO NOT load SII680.SYS driver under Windows 95/OSR2/Windows 98 systems. Copy SII680.SYS into a directory(for example, quickcmd). In order to load SII680.SYS, add following line in config.sys needs to be added manually. Device=c:\quickcmd\SII680.SYS Read section II for the DOS DRIVER COMMAND LINE OPTIONS for advance setting. II. DOS DRIVER COMMAND LINE OPTIONS ------------------------------------ For default operation using PIO data transfers, no command line options are necessary for the DOS driver. To enable DMA/Ultra DMA transfers, use the option /E (Option /A must be used together with option /E). The remaining options will be of interest only to power users. To enable command line options, append them to the DEVICE=c:\quickcmd\SII680.SYS line in your CONFIG.SYS. /A : Enable Advanced Timing modes. When this option is specified, the driver queries the drive(s) for supported IDE timing modes. The driver then sets up both the drive(s) and the CMD PCI IDE controller for the fastest supported timing mode(s). /D : To display detailed information. /E : Enable DMA/Ultra. Drives which support DMA/Ultra will use DMA/Ultra data transfer; drives which only support PIO will use PIO transfer. This switch must be used together with switch /a in order to run DMA/Ultra mode properly. /O may be used to override a specific drive. /O : Override transfer mode. Some drives have firmware bugs which cause them to report incorrect transfer mode information to the driver. For instance, many DMA Mode 2 drives are really Mode 0, and some DMA drives can't really support DMA reliably. By default, the driver automatically selects the fastest mode which a drive claims to support. The user can override this mode by using /O. /O overrides /E on a per-drive basis. WARNING: The driver does no sanity checking on drives for which /O is specified. Using /O to set a drive to an unsupported transfer mode may cause data corruption! drive number : 0=primary master, 1=primary slave, 2=secondary master, and 3=secondary slave. transfer mode: p=programmed I/O, m=multi-word DMA, and u=ultra DMA mode number : mode number:0-5 when type = P 0-2 when type = M 0-6 when type = U /w: programmable timeout value (ns) when chip doesn't detect CMD chip and waiting for user to press any key. The value should be 1-9. EXAMPLE: device=c:\quickcmd\SII680.SYS /a /o1M0 EXPLANATION: /a : enable optimal performance timings. /o1M0 : force the Primary IDE slave drive to use multi-word DMA Mode 0