37
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
Chapter 4 Installing the Network Card Drivers
4.12 For LAN Manager 2.1 Workstation/Sever (NDIS)
Location of Driver:
NDIS2\MSLANMAN.DOS\DRIVERS\ETHERNET\RTL8139\RTSND.DOS
NDIS2\MSLANMAN.OS2\DRIVERS\ETHERNET\RTL8139\RTSND.OS2
Sample Configuration Files:
CONFIG.SYS (for DOS will contain):
DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /I:C:\LANMAN.DOS
DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\RTL8139\RTSND.DOS
CONFIG.SYS (for OS/2 will contain):
DEVICE=C:\LANMAN.OS2\DRIVERS\PROTMAN\PROTMAN.OS2 /I:C:\LANMAN.OS2
DEVICE=C:\LANMAN.OS2\DRIVERS\ETHERNET\RTL8139\RTSND.OS2
PROTOCOL.INI (will contain):
[RTL8139]
; RTL8139 RPOTOCOL.INI SAMPLE
DriverName=RTSND$
EtherID=@0000B4000001 ; This keyword is used to desinate a NetCard adapter
; by assigning its ethernet ID when more than one
; adapters exist on one system.
BusNo=@00
; This keyword is used to desinate a NetCard adapter
; by assigning it's PCI bus number when more than
; one adapters exist on one system (must be used with
'DeviceNo' keyword).
DeviceNo=@0A
; This keyword is used to desinate a NetCard adapter
; by assigning it's PCI Device number when more than
; one adapters exist on one system (must be used with
; 'BusNo' keyword).
Speed= 100/10
; This keyword is used to force NetCard adapter to
; speed 10M or 100M mode. If not present, the driver
; will auto-detect the speed.