Jump to content

CDD110.ADD: Difference between revisions

From EDM2
Created page with "Orchid CDS-3110, Wearnes CDD110 CD-ROM device driver. BASEDEV=CDD110.ADD /P:nnn /AT ==Parameters== '''/P:nnn''' :is the base I/O port address selected on the CD-ROM host ..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Orchid CDS-3110, Wearnes CDD110 CD-ROM device driver.
Orchid CDS-3110, Wearnes CDD110 CD-ROM device driver.


  BASEDEV=CDD110.ADD /P:nnn /AT
  BASEDEV=CDD110.ADD [/AT:dd] [/P:nnn] [/V]


==Parameters==
==Parameters==
'''/AT:dd'''
: Sets the adapter type connected to the CD-ROM drive. Supported values for dd are:
::05 = Orchid SoundWave 32 or GameWave 32
'''/P:nnn'''  
'''/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 Wearnes interface card is 340h, so the statement would appear as follows if the card is set to address 340h:
:is the base I/O port address selected on the CD-ROM host interface card.  The default base I/O port address for the Wearnes interface card is 340h, so the statement would appear as follows if the card is set to address 340h:
  BASEDEV=CDD110.ADD  /P:340
  BASEDEV=CDD110.ADD  /P:340


;/AT: If your CD-ROM drive is attached to an audio card, (i.e. the Orchid SoundWave 32), you must add the /AT parameter switch which is described in the "Wearnes Device Driver Parameters" section below.
;/V
: The device driver will display the device driver revision level and CD-ROM product information at boot time.
 
[[Category:BASEDEV Statements]]

Latest revision as of 03:54, 28 February 2020

Orchid CDS-3110, Wearnes CDD110 CD-ROM device driver.

BASEDEV=CDD110.ADD [/AT:dd] [/P:nnn] [/V]

Parameters

/AT:dd

Sets the adapter type connected to the CD-ROM drive. Supported values for dd are:
05 = Orchid SoundWave 32 or GameWave 32

/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 Wearnes interface card is 340h, so the statement would appear as follows if the card is set to address 340h:
BASEDEV=CDD110.ADD  /P:340
/V
The device driver will display the device driver revision level and CD-ROM product information at boot time.