t
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ ODI Driver User Guide ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
Contents:
1. Introduce the Open Data-Link Interface ..
1.1. Multiple Link Interface Driver (MLID) ....
1.2. Protocol Stack ...........................
1.3. Link Support Layer (LSL) .................
1.4. Benefits of use ODI MLID ..................
2. ODI MLID .................................
2.1. Network Configuration file NET.CFG .......
2.2. Keywords of NET.CFG ......................
2.3. Executing ODI MLID .......................
1. Introduce the Open Data-Link Interface :
Open Data-Link Interface (ODI), a specification jointly designed
by Novell and Apple, allows many communication protocols to co-exist
on the same physical network. Figure 1.1 shows two different commun-
ication protocols sharing the same media.
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Dos Service Function ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
ÚÄÄÄÄÄ¿ ÚÄÄÄÄÄ¿
³ Protocol ³ Protocol
³ ³ ³ ³ .................
³ Stack 0 ³ Stack 1
ÀÄÄÄÄÄÙ ÀÄÄÄÄÄÙ
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Link Support Layer ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
ÚÄÄÄÄÄ¿ ÚÄÄÄÄÄ¿
³ ³ ³ ³
³ MILD 0 ³ MILD 1 ................
³ NE1000 ³ Ne2000
ÀÄÄÄÄÄÙ ÀÄÄÄÄÄÙ
LAN Board 1 LAN Board 2
LAN Board 3
Figure 1.1 Overview of NetWare ODI implementation
ODI allows different applications in the same network station to
use different communication protocols on the same network. Please
refer to Figure 1.2
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Dos Service Function ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
ÚÄÄÄÄÄ¿ ÚÄÄÄÄÄ¿
³ IPX Proto ³ ARP Proto
³ ³ ³ ³
³ Stack ³ Stack
ÀÄÄ^ÄÄÙ ÀÄÄ^ÄÄÙ
³ ³
ÚÄijÄÄÄÄÄÄÄÄÄÄijÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ ÃÄÄÄÄÄÄÄÄÄÄÄÙ ³
³ ³ Link Support Layer ³
ÀÄijÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
³
ÚÄÄÄÄÄ¿ ÚÄÄÄÄÄ¿
³ ³ ³ ³
³ MILD 0 ³ MILD 1 ................
³ NE1000 ³ Ne2000
ÀÄÄÄÄÄÙ ÀÄÄÄÄÄÙ
LAN Board 1 LAN Board 2
LAN Board 3
Figure 1.2 One MLID servicing multiple protocol
1.1. Multiple Link Interface Driver (MLID) :
Drivers implemented by Network station must satisfy the ODI
specification. These drivers are called Multiple Link Interface
Driver (MLID), because each driver allows a network station to send
and receive packets with the same link-level envelope allowing
different communction protocol headers.
In ELAN ethernet series, we support the MLIDs: E1000.COM,
E1000T.COM and E2000.COM for our cards, and agree all ODI speci-
fication.
1.2. Protocol Stack :
A protocol stack is communication protocol (like IPX) written to
the ODI specification. A protocol stack executed on a workstation
will send and receive packets , with their own format,into the wire.
If one workstation contains more than two protocol stacks, it will
support multi-protocol.
1.3. Link Support Layer (LSL) :
Each station on network that implement ODI must include a layer
called the Link Support Layer. Both protocol stacks and MLIDs must be
written to interface with the LSL residing with them in memory.
The LSL also routes incoming packets from the receiving MLID to
the taget protocol stack. The LSL routes outgoing packets from the
originating protocol stack to the target MLID.
1.4. Benefits of use ODI MLID :
There are the benefits of ODI MLID :
i. support multi-protocol
ii. more effective
iii. more flexible
2. ELAN ODI MLID :
In ELAN series, we support ODI MLID drivers for following
executable file :
E1000.COM ( for ELAN1000 8-bit card )
E2000.COM ( for ELAN2000 16-bit card )
2.1. Network Configuration file NET.CFG :
The NET.CFG file is used by the various ODI moudles (include
MLID) to obtain the network system configuration information at
the starting time. The ShinNET MLID will open the NET.CFG and parse
the parameters in their statments, and store these informations into
the driver's configuration table.
2.2. Keywords of NET.CFG :
Main Heading keywords :
LINK DRIVER <MLID NAME>
Subsidiary keywords and parameters :
DMA [#n] <channel>
INT [#n] <line>
MEM [#n] <addr> [range]
PORT [#n] port [range]
NODE ADDRESS h
PROTOCOL <proto> id <frame type>
FRAME <name>
#n : may be #1 or #2 (assume to be #1 if this parameter
absent)
channel : DMA channel number
line : IRQ line number
addr : physical memory address in hex
port : I/O port address
range : port range or memory range
proto : protocol name
include IPX, etc.
h : node address in hex
id : protocol identification number
frame type : link level frame type
include ETHERNET_802.2
ETHERNET_802.3
ETHERNET_II
ETHERNET_SNAP
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³; Example NET.CFG file; This file is functional. It ³
³; uses hardware setting instead of default ,like the ³
³; node address . It also shows how to creat this ³
³; file for more than one card in this workstation ³
³LINK DRIVER E1000 ³
³ INT #1 4 ³
³ PORT 320 ³
³ NODE ADDRESS 040000123456 ³
³ ³
³LINK DRIVER E2000 ³
³ INT #1 5 ³
³ PORT 340 ³
³ NODE ADDRESS 080000654321 ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
Figure 2.1 An example for NET.CFG file
2.3. Executing ODI MLID :
This is a example for attaching to NOVELL file server.
1st) execute the LSL program of NOVELL operation system.
2nd) execute ELAN MLID driver.
3th) run the IPX Protocol Stack in NOVELL named IPXODI.COM
4th) execute the NOVELL DOS SHELL NET?.COM
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³C\>LSL ³
³Novell Link Support Layer V1.00 (900530) ³
³(C) Copyright 1990 Novell, Inc. All Rights Reserved. ³
³C\>E2000 ³
³ ELAN2000 MLID v1.00 (910920) ³
³ ³
³Int 3, Port 300, Node Address 80163350000 ³
³Max Frame 1514 bytes, Line Speed 10 Mbps ³
³Board 1, Frame ETHERNET_802.3 ³
³ ³
³C\>IPXODI ³
³Novell IPX Protocol V1.00 (900530) ³
³(C) Copyright 1990 Novell, Inc. All Rights Reserved. ³
³ ³
³IPX protocol bound to ELAN2000 MLID Board #1. ³
³ ³
³C\>NET4 ³
³NetWare V3.02 - Workstation Shell for PC DOS V4.x ³
³(C) Copyright 1990 Novell, Inc. All Rights Reserved. ³
³Attached to server LONGSHINE ³
³Monday, March 13, 19:0 1:02:58 am ³
³ ³
³C\>f: ³
³ ³
³F\LOGIN> ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
Figure 2.2 An example for attaching to NOVELL server
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.