Jump to content

USBMOS.OS2: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ProdS |V45=S}}
{{ProdS |V30=C|V31=C|V40=C||V45=S}}
Moschip USB to Ethernet driver. Provided by Arca Noae on their USB drivers.  
Moschip USB to Ethernet driver. Provided by Arca Noae on their USB drivers.  
This driver supports the following adapters.
* USBID 9710:7730  Moschip MCS7730
* USBID 9710:7830  Moschip MCS7830
* USBID 9710:7832  Moschip MCS7832
* USBID 0DF6:0021  SiteCom LN030
==Parameters==
;/V
:Display informational messages during boot.
Additional debugging options:
;/BP
:Execute a int 3 breakpoint immediately upon parsing this switch.
;/W
:Causes the debug buffer to wrap. The default is nowrap.
'''/COM:<port>'''
:Causes debug messages to be output to the specified serial port.
:1=0x3f8, 2=0x2f8, 0xnnnn specifies the COM port base address.
'''/BAUD:<baud>'''
:Sets the serial Port to the specified speed. Only valid if /COM is specified first.


==Versions==
==Versions==
Line 11: Line 35:


==Links==
==Links==
* [https://www.arcanoae.com/wp-content/uploads/wiki/ReadMe-USB.txt Arca Noae USB Readme]
* [https://www.arcanoae.com/wp-content/uploads/wiki/ReadMe-USBMOS.txt Arca Noae USB Readme]


[[Category:DEVICE Statements]]
[[Category:DEVICE Statements]]
[[Category:NDIS MAC driver]]

Latest revision as of 02:31, 12 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 C
OS/2 Warp Connect C
OS/2 Warp 4 C
OS/2 Warp Server for e-Business S

Moschip USB to Ethernet driver. Provided by Arca Noae on their USB drivers.

This driver supports the following adapters.

  • USBID 9710:7730 Moschip MCS7730
  • USBID 9710:7830 Moschip MCS7830
  • USBID 9710:7832 Moschip MCS7832
  • USBID 0DF6:0021 SiteCom LN030

Parameters

/V
Display informational messages during boot.

Additional debugging options:

/BP
Execute a int 3 breakpoint immediately upon parsing this switch.
/W
Causes the debug buffer to wrap. The default is nowrap.

/COM:<port>

Causes debug messages to be output to the specified serial port.
1=0x3f8, 2=0x2f8, 0xnnnn specifies the COM port base address.

/BAUD:<baud>

Sets the serial Port to the specified speed. Only valid if /COM is specified first.

Versions

Date Version Size Comments
2020-08-15 12.07 30,142 bytes Arca Noae USB 12.07

Links