Jump to content

CWUSBOHC.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "OHCI compliant host controller driver This driver by Chris Wohlgemuth is based on the sources available on the DDK site. It does not have the feature set of the latest IB..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
OHCI compliant host controller driver
OHCI compliant host controller driver by [[Chris Wohlgemuth]] is based on the sources available on the DDK site. It does not have the feature set of the latest IBM driver. If you already have a (maybe better) working driver from there feel free to use that one. Unlike the latest IBM drivers only one controller chip is supported with this driver. When loading this driver twice you system may freeze when attaching an USB device.
 
This driver by [[Chris Wohlgemuth]] is based on the sources available on the DDK site. It does not have the feature set of the latest IBM driver downloadable with software choice If you already have a (maybe better) working driver from there feel free to use that one. Unlike the latest IBM drivers only one controller chip is supported with this driver. When loading this driver twice you system may freeze when attaching an USB device.


Use this driver if your USB controller chip is OHCI compliant. Refer to your mainboard documentation if in doubt.
Use this driver if your USB controller chip is OHCI compliant. Refer to your mainboard documentation if in doubt.
Line 7: Line 5:


==Parameter==
==Parameter==
{{ProdS |V30=C|V31=C|V40=C|V45=C}}
* /V - Verbose, show some information while booting.
* /V - Verbose, show some information while booting.
* /FS - Forces driver to stop USB host during OS/2 shutdown process. This parameter can be used to prevent POST (power on system test) failure on some hardware with legacy keyboard.
* /FS - Forces driver to stop USB host during OS/2 shutdown process. This parameter can be used to prevent POST (power on system test) failure on some hardware with legacy keyboard.
{|class="wikitable"
|+Platform Support:
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|No
|Yes
|Yes
|Yes
|}


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

Revision as of 23:26, 20 February 2020

OHCI compliant host controller driver by Chris Wohlgemuth is based on the sources available on the DDK site. It does not have the feature set of the latest IBM driver. If you already have a (maybe better) working driver from there feel free to use that one. Unlike the latest IBM drivers only one controller chip is supported with this driver. When loading this driver twice you system may freeze when attaching an USB device.

Use this driver if your USB controller chip is OHCI compliant. Refer to your mainboard documentation if in doubt.

BASEDEV=CWUSBOHC.SYS

Parameter

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3 C
OS/2 Warp Connect C
OS/2 Warp 4 C
OS/2 Warp Server for e-Business C
  • /V - Verbose, show some information while booting.
  • /FS - Forces driver to stop USB host during OS/2 shutdown process. This parameter can be used to prevent POST (power on system test) failure on some hardware with legacy keyboard.