Jump to content

VIAIDE.ADD: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 3: Line 3:


The default setting for the hard disk is DMA enabled and for the CD-ROM is DMA disabled.
The default setting for the hard disk is DMA enabled and for the CD-ROM is DMA disabled.
{{ProdS |V30=S|V31=S|V40=S|V45=S}}


'''Parameter:'''
==Parameter==
* /A:0|1 - Select primary or secondary channel.
* /U:0|1 - Select master or slave device in the same channel.
* /BM - Enable DMA mode.
* /!BM - Disable DMA mode.


* /A:0|1
==Links==
Select primary or secondary channel.
* [http://hobbes.nmsu.edu/download/pub/os2/system/drivers/storage/viaide.zip viaide.zip]
* /U:0|1
Select master or slave device in the same channel.
* /BM
Enable DMA mode.
* /!BM
Disable DMA mode.
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==Download==
* [http://hobbes.nmsu.edu/h-search.php?key=viaide.zip Hobbes]


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

Revision as of 21:57, 8 June 2019

AGP 4X/133 Bus Master PCI IDE Driver VIA Bus Master IDE chipset, VT82C580VP or later, and other's chipset will not be supported.

BASEDEV=VIAIDE.ADD <parameter>

The default setting for the hard disk is DMA enabled and for the CD-ROM is DMA disabled.

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3 S
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S


Parameter

  • /A:0|1 - Select primary or secondary channel.
  • /U:0|1 - Select master or slave device in the same channel.
  • /BM - Enable DMA mode.
  • /!BM - Disable DMA mode.

Links