Jump to content

LANDD.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "LAN Manager's user device driver that provides services for MAC frame protocols. DEVICE=LANDD.SYS '''NOTE:''' By Jeff Summner: Looking at the driver, it supplies the dri..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
LAN Manager's user device driver that provides services for MAC frame protocols.
The Communications Manager LAN device driver must be loaded before:
DEVICE=LANDD.SYS
* [[TRNETDD.SYS]] - IBM Token-Ring device driver
* [[PCNETDD.SYS]] - IBM PC Network device driver
* [[ETHERDD.SYS]] - IBM ETHERAND device driver


'''NOTE:''' By [[Jeff Summner]]: Looking at the driver, it supplies the driver names \dev\LANDD$ and requires another device, \dev\protman$ to work. In my experience, in OS/2 it is strictly used for SNA, be that Anynet (Netbios over SNA/APPN) or simple Mainframe connectivity. It is also used to configure Bridges and LAM/CAU equipment. It does allow for some pretty cool stuff, like simple Token Ring utilization figures (a la Ringutil, IBM EWS, useless at full duplex, though) and Token Ring Diags (last ring code, upstream neighbor, beaconing MAC, Ring Parameter Server reporting.)
The device driver provides services for MAC frame protocols.
DEVICE=x:\CMLIB\LANDD.SYS


'''Platform Support:'''
;NOTE: ''By Jeff Summer:'' Looking at the driver, it supplies the driver names \dev\LANDD$ and requires another device, \dev\protman$ to work. In my experience, in OS/2 it is strictly used for SNA, be that Anynet (NetBIOS over SNA/APPN) or simple Mainframe connectivity. It is also used to configure Bridges and LAM/CAU equipment. It does allow for some pretty cool stuff, like simple Token Ring utilization figures (a la Ringutil, IBM EWS, useless at full duplex, though) and Token-Ring Diags (last ring code, upstream neighbour, beaconing MAC, Ring Parameter Server reporting.)
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


[[Category:DEVICE Statements]]
[[Category:DEVICE Statements]]

Latest revision as of 06:07, 12 April 2023

The Communications Manager LAN device driver must be loaded before:

The device driver provides services for MAC frame protocols.

DEVICE=x:\CMLIB\LANDD.SYS
NOTE
By Jeff Summer: Looking at the driver, it supplies the driver names \dev\LANDD$ and requires another device, \dev\protman$ to work. In my experience, in OS/2 it is strictly used for SNA, be that Anynet (NetBIOS over SNA/APPN) or simple Mainframe connectivity. It is also used to configure Bridges and LAM/CAU equipment. It does allow for some pretty cool stuff, like simple Token Ring utilization figures (a la Ringutil, IBM EWS, useless at full duplex, though) and Token-Ring Diags (last ring code, upstream neighbour, beaconing MAC, Ring Parameter Server reporting.)