65
Appendices
MT5634ZLX/FE
Appendix C: Comprehensive Driver Notes
Introduction
This appendix provides general and specific information on the MT5634ZLX/FE software drivers.

Notes for NDIS Driver

The following are examples of CONFIG.SYS file and AUTOEXEC.BAT for loading System Soft
Card Services and NDIS2 driver:
Examples of CONFIG.SYS file:
device=c:\cardsoft \ss365sl.exe
device=c:\cardsoft \cs.exe
device=c:\cardsoft \csalloc.exe c:\cardsoft\csalloc.ini
device=c:\lanman.dos\drivers\Ethernet\lmmdis\carden.exe /iop=nnn /irq=n /com=n /mir=n
device=c:\cardsoft \cardid.exe
device=c:\lanman.dos\deivers\protman.dos /i:c:\lanman.dos
device=c:\lanman.dos\drivers\ Ethernet\lmndis\lmndis.dos
Examples of partial AUTOEXEC.BAT file:
set path= c:\lanman.dos\netprog;%path%
net start workstation
load netbeui
The 10/100 Fast Ethernet function configuration information for the DOS NDIS driver is contained
in the PROTOCOL.INI file. To make allowances for passing the requested modem COM port
(1,2,3,4) to the driver, there has been another field added. The section of the PROTOCOL.INI file
that contains configuration information for this card must begin with [LMNDIS_NIF]. The valid
entries in the file are listed below:
[LMNDIS_NIF]
DRIVERNAME - LMNDIS$
This line must always be present
IOADDRESS - value
where value is one of the following address:
0x220, 0x300, 0x320, 0x340.
The leading 0x for the hex notation is required.
To have Card Services select the address base from it’s pool of available address
then use a value of 0.
INTERRUPT - value
where values is one of the following interrupts:
3, 4, 5, 7, 9, 10, 11, 12, 15.
To have Card Services select an available interrupt resource then place a value of 0
at this location.