***************************************************** * for ATAPI DVD-ROM drive * ***************************************************** ///////////////////////////////////////////////////// /// /// /// Documentation for DeviceDriver /// /// /// /// Made date: 10/24/97 /// /// /// /// Copyright (C) 1995-1997 /// /// Matsushita-Kotobuki Electronics /// /// Industries Ltd. All rights reserved. /// /// Documentation by Device Driver Project(DDP) /// /// /// ///////////////////////////////////////////////////// Drives to be supported: SR-8581 (1x speed, tray loading type DVD-ROM) SR-8582 (2x speed, tray loading type DVD-ROM) ******************************************************************************* (A) PC DOS and MS-DOS installation program (also supported for Windows 3.1 / Windows For Workgroups 3.11) ******************************************************************************* 1. Installer file name: INSTALL.EXE (common file for installation) INSTALL.DAT (installation data file for DVD-ROM) 2. For Booting Up Installer: Please type the followings from the DOS prompt: 'A:'[return] or 'B:'[return] 'INSTALL' [return] ******************************************************************************* (B) PC DOS and MS-DOS device driver (support) (also supported for Windows 3.1 / Windows For Workgroups 3.11) ******************************************************************************* 1. Device Driver name: ATAPIMGR.SYS :ASPI Manager under DOS(using ATAPI I/F) SR_ASPI.SYS :for DOS/Windows3.1/WFW3.11 DRVEX.SYS :driver for Authentication between DVD-ROM and DVD-AV decoder board. MKECDEX.COM :TSR for Authentication between DVD-ROM and DVD-AV decoder board. This file extends MS CD-Extensions by hooking Int2Fh. So you should install MSCDEX.EXE in AUTOEXEC.BAT. This program is hooking Device Name of MSCDEX.EXE And for readable UDF format only DVD disc. (for example /D:MSCDxxx). WDCTRL.386 :for 32bitDiskAccess=ON on Windows3.1 !!! CAUTION !!! You cannot use WDCTRL.386, when you use 32bitFileAccess=ON in WFW3.11. Please change 32bitFileAccess=ON to 32bitFileAccess=OFF. !!! CAUTION !!! When you install PC Windows95 with ATAPIMGR.SYS to your PC, Windows95 will run "MS-DOS compatible mode" and output "ATAPIMGR.SYS is ..." into your display. In this case you should add the statetment below in \Windows\IOS.INI file: ATAPIMGR.SYS : MKE ATAPI Manager 2. Driver Options: [ATAPIMGR.SYS : in CONFIG.SYS] *[/P:xxx,yy] ---> ATAPI base I/O Port Address(hex) option ---> Interrupt number option(IRQ=10,11,12,14,15) ex.)DEVICE=ATAPIMGR.SYS /P:170,15 xxx==1F0, 170, 1E8 or 168 Primary connection: xxx=1F0 Secondary connection: xxx=170 Tertiary connection: xxx=1E8(Sound Blaster IDE) Quaternary connection: xxx=168(Sound Blaster IDE) [x] is default value Primary connection: yy=[14],10,11,12 or 15 Secondary connection: yy=[15],10,11,12 or 14 Tertiary connection: yy=[10],11,12,14 or 15 Quaternary connection: yy=[10],11,12,14 or 15 *[/W:nn] ---> Waiting value option for I/O port Data In/Output. When PC read data from DVD-ROM drive, Driver insert waiting value in every read cycle. If you are using PC that do not support IOCHRDY, please set this waiting value. ex.)DEVICE=ATAPIMGR.SYS /W:5 nn==0, 1, 2, ... 99 *[/NDR] ---> No reset to DVD-ROM Drive at boot configuration. This option make it invalid that Device Driver resets DVD-ROM drive at boot sequence(in CONFIG.SYS). ex.)DEVICE=ATAPIMGR.SYS /NDR *[/NRS] ---> No issue Request Sense Command when drive returns CheckCondition Command Use this option to let application or device driver of each drive issue RequestSense command. ex.)DEVICE=ATAPIMGR.SYS /NRS *[/C:n] ---> calculate CycleTime between PC's IDE port and Drive. Cycle Time is as follows: PIO Mode 0: 600ns(wasted time to read 1-byte data out of IDE port) PIO Mode 1: 384ns(wasted time to read 1-byte data out of IDE port) PIO Mode 2: 240ns(wasted time to read 1-byte data out of IDE port) PIO Mode 3: 150ns(wasted time to read 1-byte data out of IDE port) ex.)DEVICE=ATAPIMGR.SYS /C:2 n==0, 1, 2, 3( 0 is PrimaryMaster, 1 is PrimarySlave 2 is SecondaryMaster, 3 is SecondarySlave) !!! CAUTION !!! If this value is over 800ns in your PC system, your PC system cannot play back Motion Picture of DVD. Because your PC's performance is not enough to playback Motion Picture. You should change BIOS setting for speed up or ask the manufacturer of your PC. *[/T:n] ---> Set up Timeout value of drive's signal checking. You can set up Timeout value of Drive's DRQ/BUSY/DRDY bit check. In case of n=1, Timeout value is one second.Default value is 30 (30 seconds). *[/LUN] ---> Supported to set LUN number is zero(0) to ASPI I/F Supported for PD drive.(Default is not supported) * : You can omit this option. [SR_ASPI.SYS : in CONFIG.SYS] [/D:xxxxxxx] ---> Device name option parameter. This option is Mandatory. Therefore you should set this option. ex.)DEVICE=SR_ASPI.SYS /D:MSCD000 *[/Q] ---> Non stop option Non stop(no message bort, etry) in initializing driver. ex.)DEVICE=SR_ASPI.SYS /D:MSCD000 /Q *[/E] ---> (Available) error correction This option error correction available for CD-G application, without error correction function. ex.)DEVICE=SR_ASPI.SYS /D:MSCD000 /E *[/B] ---> No reset to DVD-ROM Drive at boot configuration This option makes it invalid that Device Driver resets DVD-ROM drive at boot sequence(in CONFIG.SYS). ex.)DEVICE=SR_ASPI.SYS /D:MSCD000 /B *[/C35] ---> Vendor Name No Check. This option make drive connection possibel even if inquiry command returns vendor name but "MATSHITA". But we cannot warrant when you connect to the drives but "MATSHITA"s'. ex.)DEVICE=SR_ASPI.SYS /D:MSCD000 /C35 * : You can omit this option. [DRVEX.SYS : in CONFIG.SYS] [/D:xxxxxxx] ---> Device name option This device name needs correspondence with the device name of MSCDEX.EXE or DRVEX.SYS. ex.)DEVICE=DRVEX.SYS /D:MSCD000 * : You can omit this option. [MKECDEX.COM : in AUTOEXEC.BAT] You should set this TSR program to your PC's AUTOEXEC.BAT after MSCDEX.EXE program line. This TSR program has no optional parameter. You don't need to set your PC's AUTOEXEC.BAT with optional parameter. ex.)MKECDEX.COM *[/B] ISO96660+UDF Bridge supported *[/L:n] Language type n = 0:English, = 1:Japanese *[/M:n] setting mode n = 1:Function 11xxh(only UDF file system supported) n = 2:Function 15xxh(only motion picture supported) n = 3:Function 11xxh/15xxh(Both supported:Default) *[/R] Remove stationed extention file manager *[/H or /?] display HELP message * : You can omit this option.