ST01.ADD: Difference between revisions
Appearance
Created page with "ST01 Adapter Device Driver by Jochen Friedrich. ==Parameters== /V : Turn on verbose output during installation /I:<levl> : Set interrupt level. le..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
ST01 Adapter Device Driver by Jochen Friedrich. | ST01 Adapter Device Driver by Jochen Friedrich. | ||
BASEDEV=ST01.ADD | |||
==Parameters== | ==Parameters== | ||
/V | */V - Turn on verbose output during installation | ||
*/I:<levl> - Set interrupt level. levl=0 disables disconnectios, so no interrupt is used. | |||
/I:<levl> | */!SM:<id>,<id>,... - Disable [[OS2SCSI.DMD]] for specified devices | ||
*/!DM:<id>,<id>,... - Disable [[OS2DASD.DMD]] for specified devices | |||
/!SM:<id>,<id>,... | */S:<id> - Report streamer device to any requesting driver during boot time, even if it is powered off | ||
*/C:<id> - Report CD-ROM device to any requesting driver during boot time, even if it is powered off | |||
/!DM:<id>,<id>,... | */A:<adr> - Specifies the address of the ST01 adapter | ||
*/R - Resets bus in driver initialization phase | |||
/S:<id> | |||
/C:<id> | |||
/A:<adr> | |||
/R | |||
[[Category:Adapter Device Drivers]] | |||
[[Category: |
Latest revision as of 21:13, 12 June 2019
ST01 Adapter Device Driver by Jochen Friedrich.
BASEDEV=ST01.ADD
Parameters
- /V - Turn on verbose output during installation
- /I:<levl> - Set interrupt level. levl=0 disables disconnectios, so no interrupt is used.
- /!SM:<id>,<id>,... - Disable OS2SCSI.DMD for specified devices
- /!DM:<id>,<id>,... - Disable OS2DASD.DMD for specified devices
- /S:<id> - Report streamer device to any requesting driver during boot time, even if it is powered off
- /C:<id> - Report CD-ROM device to any requesting driver during boot time, even if it is powered off
- /A:<adr> - Specifies the address of the ST01 adapter
- /R - Resets bus in driver initialization phase