Jump to content

ST01.ADD: Difference between revisions

From EDM2
Created page with "ST01 Adapter Device Driver by Jochen Friedrich. ==Parameters== /V : Turn on verbose output during installation /I:<levl> : Set interrupt level. le..."
 
Ak120 (talk | contribs)
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
: 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
: Set interrupt level. levl=0 disables disconnectios, so no interrupt is used.
*/!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
: Disable OS2SCSI.DMD for specified devices
*/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
: Disable OS2DASD.DMD for specified devices
*/R - Resets bus in driver initialization phase
/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  


 
[[Category:Adapter Device Drivers]]
[[Category:Files]]

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