home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708B.ISO
/
DRIVER
/
DEC
/
DEFPA281
/
NOVELL
/
SRVODI
/
DEFPA.LDI
< prev
next >
Wrap
Text File
|
1996-09-30
|
3KB
|
114 lines
;
; Novell NetWare Server Driver Description File for
; DEC FDDIcontroller/PCI (DEFPA)
;
;DrIvEr DeScRiPtIoN
VER: 3.30
SYN: 1.00
DR DEFPA
{
DES: "DEC FDDIcontroller/PCI Novell NetWare Server Driver"
HELP: "You can use this driver in a PCI bus Intel-based
file server to support up to sixteen FDDI controllers.
This driver supports the use of shared interrupts.
See the driver README.TXT file on the DOS
installation diskette for more details."
PAR: 2.00
PROD: 'PCI.1011.000F.0000.0000.*'
PATH: \NOVELL\SRVODI
FILE: DEFPA.LAN
OF: FDDITSM.NLM,MSM.NLM,NBI.NLM
TIME: 20
PR SLOT REQ
{
VAL: 1-65535
}
PR NODE
{
HELP: "Enter a six-byte IEEE MAC address if you desire
locally administered addresses. Otherwise, the
driver will use the hardware address that was
factory installed for your controller.\n\n
The default entry format is canonical (LSB),
but non-canonical (MSB) addresses may be
entered by appending \"M\" to the specified
address."
}
PR RCVBUFS OPT
{
DES: "Adapter Host Receive Buffers"
HELP: "Enter the number of LSL packet receive buffers
to be pre-allocated by the driver. You will
need to increase the Minimum Packet Receive
Buffers setting in STARTUP.NCF if the driver
cannot pre-allocate the desired number of
buffers. See the driver README.TXT file for
more details."
TYP: DEC(3)
VAL: 2-128
DEF: 8
OUT: 'RCVBUFS=%s'
}
PR XMTBUFS OPT
{
DES: "Adapter Host Transmit Buffers"
HELP: "Enter the number of packet transmit buffers (TCB's)
to be pre-allocated for this adapter. This number
can be reduced from the default of 32 to save
memory resources. See the driver README.TXT file
for more details."
TYP: DEC(3)
VAL: 8-128
DEF: 32
OUT: 'XMTBUFS=%s'
}
PR TREQ OPT
{
DES: "Requested Target Token Rotation Time"
HELP: "Enter the desired MACTReq value in milliseconds.
Normally this parameter does not need to be changed
from the default value of 8 ms. See the driver
README.TXT file for more details."
TYP: DEC(3)
VAL: 4-165
DEF: 8
OUT: 'TREQ=%s'
}
LI FULLDUPLEX OPT
{
DES: "Full-Duplex Operation Enable/Disable"
HELP: "Enter whether FDDI Full-Duplex (FDX) mode should
be enabled on the adapter. See the driver
README.TXT file for more details."
CD: "OFF"
CH: 'OFF'
CD: "ON"
CH: 'ON'
DEF: 1
OUT: 'FULLDUPLEX=%s'
}
FR FRAMESELECT
{
HELP: "The driver defaults to the FDDI_802.2 frame type.
You can optionally remove this frame type and/or
add the FDDI_SNAP frame type."
CD: "FDDI 802.2"
CH: 'FDDI_802.2'
CD: "FDDI SNAP"
CH: 'FDDI_SNAP'
DEF: 1
}
}
;DrIvEr DeScRiPtIoN EnD