***************************************************************************** * * * 32-Bit PCI Fast Ethernet Adapter NDIS/2 Driver * * * ***************************************************************************** The drivers you need are in the directories MSLANMAN.DOS, MSLANMAN.OS2 and NDIS. The NDIS drivers contained in these subdirectories are used with 3Com 3+Open, Microsoft OS/2 LAN Manager OEM distribution Release 2.x, and other compatible OEM versions of LAN Manager. The driver can also used with IBM LAN Server 3.0, 4.0, Banyan VINES, ARTISOFT LANtastic 5.0, 6.0, Microsoft Windows for Workgroups v3.1, DEC PATHWORKS, Sun PC-NFS etc. The drivers named RTSND conform to the Network Driver Interface Specification (NDIS) defined by Microsoft/3Com. Included in MSLANMAN.DOS, and NDIS2 subdirectories are the following files: \MSLANMAN.DOS\DRIVERS\ETHERNET\RTL8139 RTSND.DOS The DOS NDIS MAC driver PROTOCOL.INI A sample section of PROTOCOL.INI file \MSLANMAN.DOS\DRIVERS\NIF\ RTL8139.NIF Network Information File Included in MSLANMAN.OS2, and NDIS subdirectories are the following files: \MSLANMAN.OS2\DRIVERS\ETHERNET\RTL8139 RTSND.OS2 The OS2 NDIS MAC driver PROTOCOL.INI A sample section of PROTOCOL.INI file \MSLANMAN.OS2\DRIVERS\NIF\ RTL8139.NIF Network Information File \NDIS2 NDIS.TXT This readme file WFW31.TXT The Installation guide for Windows for Workgroups v3.1 LANMAN.TXT The Installation guide for LAN Manager LANSVR.TXT The Installation guide for Lan Server BANYAN.TXT The Installation guide for Banyan VINES LANTASTI.TXT The Installation guide for ARTISOFT LANtastic 5.0, 6.0 PATHWORK.TXT The Installation guide for DEC PATHWORKS PCNFS.TXT The Installation guide for Sun PC-NFS \NDIS2\DOS RTL8139.NIF Network Information File for IBM Lan Support Program RTSND.DOS The DOS NDIS/2 MAC driver OEMSETUP.INF Network Information File for Windows for Workgroups v3.1 PROTOCOL.INI A sample section of PROTOCOL.INI file \NDIS2\OS2 RTL8139.NIF Network Information File for IBM LAN Server 3.0, 4.0 RTSND.OS2 The OS2 NDIS/2 MAC driver PROTOCOL.INI A sample section of PROTOCOL.INI file Sample PROTOCOL.INI Files and Parameters ---------------------------------------- [RTL8139_NIF] DriverName = RTSND$ MEDIUM=_AUTO ;Specify adapter's medium which identifys ;adapter's speed and duplex mode. ; MEDIUM=_AUTO operate on auto negotiation mode ; MEDIUM=_10HALF operate on 10M/HalfDuplex mode ; MEDIUM=_10FULL operate on 10M/Fullduplex mode ; MEDIUM=_100HALF operate on 100M/HalfDuplex mode ; MEDIUM=_100FULL operate on 100M/Fullduplex mode ;Multiple adapters keyword "EtherID" or "BusNo" & "DeviceNo" ;EtherID=@00123456789A ;The keyword "EtherID" is used to desinate a adapter's ;ethernet address when multiple adapters exist. ;BusNo=0 ;The keyword "BusNo" & "DeviceNo" are used together ;DeviceNo=10 ;to desinate a adapter when multiple adapters exist. There are several parameters included in the RTL8139_NIF section of the PROTOCOL.INI file. However, the only parameter that you should specify is the "drivername." If you change other parameter settings, such as the _100FULL, make sure that it matches the hardware setting. Otherwise, the adapter may fail. If you don't specify these settings, the NDIS/2 driver will automatically detect them.