Jump to content

TRIOS2.ADD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
Line 1: Line 1:
{{ProdS |V21=S|V22=S|V30=S|V31=S|V40=S|V45=S}}
Triones Bus Master EIDE/ATAPI Device Driver for Intel 82430FX/HX Chipset
Triones Bus Master EIDE/ATAPI Device Driver for Intel 82430FX/HX Chipset
==Syntax==
  BASEDEV=TRIOS2.ADD [/V] [/drive [dma=dmamode|pio=piomode] [!lba] [!ms]]
  BASEDEV=TRIOS2.ADD [/V] [/drive [dma=dmamode|pio=piomode] [!lba] [!ms]]


==Parameters==
==Parameters==
;V:Indicates to display verbose information.
;/V:Indicates to display verbose information.
;drive:Specifies which drive to override on. It can be:
;/drive:Specifies which drive to override on. It can be:
::PM  primary/master
::PM  primary/master
::PS  primary/slave
::PS  primary/slave
Line 24: Line 27:
;!ms:indicates not to use multi-sectors commands.
;!ms:indicates not to use multi-sectors commands.


{|class="wikitable"
==Links==
|+Platform Support:
* {{FileLink|Triones_EIDE_3-20.zip}} - 3.20 (1996-02-22)
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Not tested
|Not tested
|}


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

Latest revision as of 04:38, 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

Triones Bus Master EIDE/ATAPI Device Driver for Intel 82430FX/HX Chipset

Syntax

BASEDEV=TRIOS2.ADD [/V] [/drive [dma=dmamode|pio=piomode] [!lba] [!ms]]

Parameters

/V
Indicates to display verbose information.
/drive
Specifies which drive to override on. It can be:
PM primary/master
PS primary/slave
SM secondary/master
SS secondary/slave
dmamode
specifies the overriding DMA mode. It can be:
SW2 single word DMA mode 2
MW1 multi-word DMA mode 1
MW2 multi-word DMA mode 2
NO not use DMA operation. The PIO will be used.
piomode
specifies the overriding PIO mode. It can be:
0 PIO mode 0
1 PIO mode 1
2 PIO mode 2
3 PIO mode 3
4 PIO mode 4
If the pio_mode is specified, the driver will only use PIO operation on the corresponding drive.
!lba
indicates not to use LBA mode.
!ms
indicates not to use multi-sectors commands.

Links