home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 December
/
MICD_2000_12_NR1.iso
/
Dreamnet
/
drivery
/
Trendware
/
100pcie.exe
/
HELP
/
NWSERVER.TXT
< prev
next >
Wrap
Text File
|
1998-09-11
|
4KB
|
101 lines
┌────────────────────────────────────────────────────────────────────────┐
│ Installation for NetWare Server ODI │
└────────────────────────────────────────────────────────────────────────┘
A. NetWare v3.1x installation:
1. Copy W840OD.LAN and associated files, MSM31X.NLM, ETHERTSM.NLM,
NBI31X.NLM to SYS:SYSTEM directory on the NetWare Server.
2. Add to your AUTOEXEC.NCF the line required to load the
W840OD.LAN and bind protocol stack to it.
B. NetWare v4.x installation:
1. On the server's prompt type: LOAD INSTALL
2. When the install program comes up, choose the menu item that
refers to NETWORK DRIVERS.
Note that this menu item is on different place on different
NetWare versions (i.e. v4.0x vs. 4.1x).
3. Insert this driver diskette into drive A:, and specify the path
A:\NWSERVER\4X.
4. Install the network driver W840OD.LAN according to the NetWare
manual, or use the on-line instructions and help.
C. Parameters
The following parameters belong on the server's command line, or in
the load line inside the AUTOEXEC.NCF. The general way of using these
parameters is:
LOAD <driver name> <PARAMETER NAME>... <PARAMETER NAME[=VALUE]>
Example:
LOAD <driver name> SLOT=2 FRAME=Ethernet_802.2
Slot=<Value>
Select a specific 840 card
BusrtLen=<Value>
The default value of Burst Length is 6.
Burst Length defines the maximum number of long words that can be
transferred within one PCI burst transaction. The reasonable values
are 1(1 longword), 2(2 longwords), 3(4 longwords), 4(8 longwords),
5(16 longwords) and 6(32 longwords).
CacheAlign=<Value>
The default value of Cache Alignment is 3.
Cache Alignment defines the address boundary for data burst. The
reasonable values are 1(8 longword alignment), 2(16 longword
alignment) and 3(32 longword alignment).
TxThreshold=<Hexdecimal Value>
The default value of Transmit Threshold is 10h(256 bytes).
This value decides the transmit threshold level of the transmit
FIFO. Transmission will start immediately after the transmit FIFO
has reached the threshold level or full pkt has been transferred
to the transmit FIFO if the frame length is less than the transmit
threshold level.
TxThreshold Transmit Threshold Level
00H full pkt
01H 16 bytes
02H 32 bytes
-- --
7FH 2032 bytes"
FullDuplex=<String>
The default value of FullDuplex Function is autodetect.
This adapter can be in half or full duplex mode. In half duplex
mode, the W89C840 can only either transmit or receive. In full
duplex mode, the W89C840 can transmit and receive at the same time.
The reasonable values are autodetect (auto detect full duplex
function by the driver), disable(disable full duplex), and
enable(enable full duplex).
LineSpeed=<String>
The default value of Line Speed is autodetect.
This adapter can be operationed in 10M or 100M Mbps. The reasonable
values are autodetect(auto detect line speed by the driver),
10M(set the Line Speed is 10M) or 100M(set the Line Speed is 100M).
RxEarly=<String>
The parameter 'RxEarly' is used to activate the receive early
interrupt or not. The default value of rxearly is enable. The
reasonable values are DISABLE and ENABLE.
Nway=<String>
The parameter 'Nway' is used to disable or enable the
autonegotiation function. The default value of nway is ON. The
reasonable values are OFF and ON.