Jump to content

TRIOS2.ADD: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Triones Bus Master EIDE/ATAPI Device Driver.
Triones Bus Master EIDE/ATAPI Device Driver for Intel 82430FX/HX Chipset
 
  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      
;V:Indicates to display verbose information.
Indicates to display verbose information.
;drive:Specifies which drive to override on. It can be:
* drive  
::PM  primary/master
Specifies which drive to override on.
::PS  primary/slave
It can be:
::SM  secondary/master
                PM  primary/master
::SS  secondary/slave
                PS  primary/slave
;dmamode:specifies the overriding DMA mode. It can be:
                SM  secondary/master
::SW2 single word DMA mode 2
                SS  secondary/slave
::MW1 multi-word DMA mode 1
dmamode specifies the overriding DMA mode. It can be:
::MW2 multi-word DMA mode 2
                SW2 single word DMA mode 2
::NO not use DMA operation. The PIO will be used.
                MW1 multi-word DMA mode 1
;piomode:specifies the overriding PIO mode. It can be:
                MW2 multi-word DMA mode 2
::0 PIO mode 0
                NO   not use DMA operation. The PIO will be used.
::1 PIO mode 1
piomode specifies the overriding PIO mode. It can be:
::2 PIO mode 2
                0   PIO mode 0
::3 PIO mode 3
                1   PIO mode 1
::4 PIO mode 4
                2   PIO mode 2
:If the pio_mode is specified, the driver will only use PIO operation on the corresponding drive.
                3   PIO mode 3
;!lba:indicates not to use LBA mode.
                4   PIO mode 4
;!ms:indicates not to use multi-sectors commands.
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.


'''Platform Support:'''
{|class="wikitable"
{|class="wikitable"
|+Platform Support:
|+Platform Support:
Line 46: Line 36:
|Not tested
|Not tested
|}
|}
==Download==
* [http://hobbes.nmsu.edu/h-search.php?key=tritonf.zip Hobbes]


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

Latest revision as of 13:38, 23 July 2023

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

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.
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Not tested Not tested