Jump to content

SONY535.ADD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ProdS |V21=*|V22=S|V30=S|V31=S|V40=S|V45=S}}
Adapter Device Driver for Sony CD-ROM drive interfaces
Adapter Device Driver for Sony CD-ROM drive interfaces


Line 7: Line 8:
*CDU-6205
*CDU-6205
*CDU-7205
*CDU-7205
BASEDEV=SONY535.ADD <parameters>


{|class="wikitable"
BASEDEV=SONY535.ADD [/P:nnn] [/I:nn] [/U:d,d...] [/V]
|+Platform Support:
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|2.1
|Yes
|Yes
|Yes
|}


[[Category:BASEDEV Statements]]
==Parameters==
'''/P:nnn'''
 
:Specifies the base I/O port address of the interface card. The value must be the same number as the port address selected by the jumper on the host interface card.
 
:where "/P:nnn" is the base I/O port address selected on the CD-ROM host interface card. The default base I/O port address for the Sony CDB-242 interface card is 340h, so the statement would appear as follows if the card is set to address 340h:<br/><tt>BASEDEV=SONY535.ADD /P:340</tt>
 
'''/I:nn'''
:Specifies the interrupt request (IRQ) channel number. This must match the value specified on the jumper setting on the interface card. If this parameter is not specified, the device driver will use software polling transfer.
 
:Note: Some Sony host adapter cards did not ship with the plastic jumper switch to select the IRQ channel on the IRQ jumper block. You must obtain and install the plastic jumper switch to enable the IRQ channel.
 
'''/U:d,d...'''
:Specifies the drive unit number which the Sony CD-ROM drive is set to. The value of d must be set to 0,1,2 or 3. If more than one Sony CD-ROM drive is attached to the adapter, this parameter must be specified. If only one CD-ROM drive is attached to the adapter, and this parameter is not specified, then the default unit id used by the driver is 0.
 
'''/V'''
:The device driver will display the device driver revision level and CD-ROM product information at boot time.
 
[[Category:BASEDEV Statements]][[Category:Adapter Device Drivers]]

Latest revision as of 00:18, 12 June 2024

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1 *
OS/2 2.11 SMP S
OS/2 Warp 3 S
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S

Adapter Device Driver for Sony CD-ROM drive interfaces

Supported devices:

  • CDU-531
  • CDU-535
  • CDU-6201
  • CDU-6205
  • CDU-7205
BASEDEV=SONY535.ADD [/P:nnn] [/I:nn] [/U:d,d...] [/V]

Parameters

/P:nnn

Specifies the base I/O port address of the interface card. The value must be the same number as the port address selected by the jumper on the host interface card.
where "/P:nnn" is the base I/O port address selected on the CD-ROM host interface card. The default base I/O port address for the Sony CDB-242 interface card is 340h, so the statement would appear as follows if the card is set to address 340h:
BASEDEV=SONY535.ADD /P:340

/I:nn

Specifies the interrupt request (IRQ) channel number. This must match the value specified on the jumper setting on the interface card. If this parameter is not specified, the device driver will use software polling transfer.
Note: Some Sony host adapter cards did not ship with the plastic jumper switch to select the IRQ channel on the IRQ jumper block. You must obtain and install the plastic jumper switch to enable the IRQ channel.

/U:d,d...

Specifies the drive unit number which the Sony CD-ROM drive is set to. The value of d must be set to 0,1,2 or 3. If more than one Sony CD-ROM drive is attached to the adapter, this parameter must be specified. If only one CD-ROM drive is attached to the adapter, and this parameter is not specified, then the default unit id used by the driver is 0.

/V

The device driver will display the device driver revision level and CD-ROM product information at boot time.