Jump to content

SBCD2.ADD: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 17: Line 17:
;/NS
;/NS
:Disable drive select scan. Driver will not scan for more than one CD-ROM drive.
:Disable drive select scan. Driver will not scan for more than one CD-ROM drive.
==Links==
* {{FileLink|SBCD2_1994-07-29.zip}} - (1994-07-29)


[[Category:BASEDEV Statements]][[Category:Adapter Device Drivers]]
[[Category:BASEDEV Statements]][[Category:Adapter Device Drivers]]

Latest revision as of 01:46, 8 August 2025

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1 S
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

Creative Labs Sound Blaster CD-ROM interface device driver.

Supported devices:

  • Creative Labs OmniCD CR56X
  • IBM ISA CD-ROM
  • Panasonic 521, 522, 523, 562, 563

Syntax

BASEDEV=SBCD2.ADD <parameters>

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.

/T:nn

Sets the adapter type connected to the CD-ROM drive. Supported value is: 2 = Creative Labs CD-ROM interface card (not Sound Blaster)
/NS
Disable drive select scan. Driver will not scan for more than one CD-ROM drive.

Links