Jump to content

VIAIDE.ADD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
Line 1: Line 1:
{{ProdS |V30=S|V31=S|V40=S|V45=S}}
AGP 4X/133 Bus Master PCI IDE Driver VIA Bus Master IDE chipset, VT82C580VP or later, and other's chipset will not be supported.
AGP 4X/133 Bus Master PCI IDE Driver VIA Bus Master IDE chipset, VT82C580VP or later, and other's chipset will not be supported.
==Syntax==
  BASEDEV=VIAIDE.ADD <parameter>
  BASEDEV=VIAIDE.ADD <parameter>


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==
Line 11: Line 13:
* /!BM - Disable DMA mode.
* /!BM - Disable DMA mode.


; Example: BASEDEV=VIAIDE.ADD /A:0 /U:0 /BM /A:1 /!BM
==Sample==
BASEDEV=VIAIDE.ADD /A:0 /U:0 /BM /A:1 /!BM


==Links==
==Links==
* [viaide.zip]
* {{FileLink|VIA_Bus_Master_2-318.zip}} - 2.318 (1999-07-06)


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

Latest revision as of 04:11, 8 August 2025

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

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

Syntax

BASEDEV=VIAIDE.ADD <parameter>

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

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.

Sample

BASEDEV=VIAIDE.ADD /A:0 /U:0 /BM /A:1 /!BM

Links