Jump to content

EIDE2300.ADD: Difference between revisions

From EDM2
Created page with "EIDE2300 Driver. BASEDEV = EIDE2300.ADD [/switches] Example: BASEDEV = EIDE2300.ADD /A:0 /U:0 /DMASPEED:7 /U:1 /PIOSPEED:5 ==Parameters== * A: adapter number ..."
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
EIDE2300 Driver.  
EIDE 2300PLUS VL-Bus disk controller driver. Adapter Driver for ST506/IDE DASD.


BASEDEV = EIDE2300.ADD [/switches]
==Syntax==
 
BASEDEV=EIDE2300.ADD /A:0 /U:0 /DMASPEED:7 /U:1 /PIOSPEED:5
Example:
  BASEDEV = EIDE2300.ADD /A:0 /U:0 /DMASPEED:7 /U:1 /PIOSPEED:5


==Parameters==
==Parameters==
* A:        
'''/A:'''
adapter number
:Adapter number
'''/U:'''
:Drive number
'''/PIOSPEED:'''
:Set the drive PIO speed. The PIO speed of drive is from 0 to 8 or A.
'''/DMASPEED:'''
:Set the drive DMA speed. The DMA speed of drive is from 0 to 8. If the drive does not have this feature, the switch will be ignored and the driver will automatically detect and set the speed of drive.


* U:       
==Remarks==
drive number
'''NOTES:''' Only one speed mode can be specified per drive.
 
* PIOSPEED:
Set the drive PIO speed


The PIO speed of drive is from 0 to 8 or A.
Do not set a speed setting for the driver higher than the speed setting that the EIDE2300.EXE Install utility reported for your drive(s).


* DMASPEED: 
The driver will automatically detect and set the speed of drive if user doesn't specify it.
Set the drive DMA speed


The DMA speed of drive is from 0 to 8. If the drive  does not have this feature, the switch will be ignored and the driver will automatically detect and set the speed of drive.
==Links==
       
* {{FileLink|EIDE_2300P_8-162.zip}} - 8.162 (1995-08-10)
'''NOTES:''' Only one speed mode can be specified per drive.  
           
Do not set a speed setting for the driver higher than the speed setting that the EIDE2300.EXE Install utility reported for your drive(s)
         
The driver will automatically detect and set the speed of drive if user doesn't specify it. 


[[Category:BASEDEV Statements]]
[[Category:BASEDEV Statements]]

Latest revision as of 04:16, 8 August 2025

EIDE 2300PLUS VL-Bus disk controller driver. Adapter Driver for ST506/IDE DASD.

Syntax

BASEDEV=EIDE2300.ADD /A:0 /U:0 /DMASPEED:7 /U:1 /PIOSPEED:5

Parameters

/A:

Adapter number

/U:

Drive number

/PIOSPEED:

Set the drive PIO speed. The PIO speed of drive is from 0 to 8 or A.

/DMASPEED:

Set the drive DMA speed. The DMA speed of drive is from 0 to 8. If the drive does not have this feature, the switch will be ignored and the driver will automatically detect and set the speed of drive.

Remarks

NOTES: Only one speed mode can be specified per drive.

Do not set a speed setting for the driver higher than the speed setting that the EIDE2300.EXE Install utility reported for your drive(s).

The driver will automatically detect and set the speed of drive if user doesn't specify it.

Links