This is the 4.16 release of TI2000's NDIS 3.0 Windows for Workgroups driver Fixes and additions: 1) Added support for pci bios Restrictions: NONE To install: 1) Select Network from the Program Manager window 2) Select Network Setup from the network window 3) The network setup will display the current installed network drivers and the protocols bound to that adapter. 4) Click on Add Adapter 5) Select "Unlisted or Updated Network Adapter" 6) Click on OK 7) Enter the driver volume and directory, typically A:\, and click on OK 8) Select TMS380/2000 Token Ring Adapter 9) Click on OK 10) The driver files are copied to the windows directories. 11) The protocol.ini and system.ini are modified, click OK 12) To start the adapter the computer must be restarted. An example protocol.ini file is provide on our install disk. Keywords supported: PORT - Specifies the i/o address of the adapter. Default: A20 NETWORKADDRESS - Directs the driver to use this node address rather than the networkaddress in the adapter's flash memory. DMACHANNEL - Specifies the busmaster dma channel. Default: pseudodma INT - Specifies the interrupt. Default: 2 RINGSPEED - Specifies the ring speed. Default: 16meg/second INST8 - Directs driver to use eight bit inputs/outputs to the adapter. BIT16 - Directs driver to use sixteen bit inputs/outputs to the adapter. WS0 - Same as bit16. Note: INST8 and BIT16 or WS0 are mutually exclusive. You can not specify INST8 and BIT16 or WS0. To use a keyword edit the protocol.ini in the windows directory. This is usually \windows. In the section [TR2NDS] add the keywords. Below is an example using each of the keywords above. For most situations you will not need any keywords. [TR2NDS] DriverName=TR2NDS$ Adapters=TR2NDS PORT=A00 NETWORKADDRESS=001A00007548 DMACHANNEL=6 INT=3 RINGSPEED=4 INST8=1 BIT16=1 WS0=1