home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 December
/
MICD_2000_12_NR1.iso
/
Dreamnet
/
drivery
/
Compex
/
enet.exe
/
rar
/
NETWARE.4
/
ENET40.LDI
< prev
next >
Wrap
Text File
|
1993-10-18
|
4KB
|
173 lines
;DrIvEr DeScRiPtIoN
VER: 1.01
SYN: 1.00
DR ENET40
{
DES: $DES
HELP: $HELP
PAR: 1.00
FILE: ENET40.LAN
; OF: MSM.NLM, ETHERTSM.NLM
LIST OMODE
if (BUS == MCA) HIDDEN
else OPTIONAL
{
DES: "Driver Configuration Mode"
HELP: "Select the mode of configuring the PORT, INT and MEM.
If this entry is not specified, make sure that the
hardware settings on your network adapter matches the
input parameters of PORT and MEM."
CD: "Auto configuration (AUTO)"
CH: 'AUTO'
CD: "Program configuration (PROGRAM)"
CH: 'PROGRAM'
DEF: UNDEFINED
OUT: 'OMODE=%s'
}
LIST TMEDIA OPTIONAL
{
DES: "Cable Type"
HELP: "Select the required cable type for your network adapter.
If this entry is not specified, the cable type will
default to the preset physical media."
CD: "Thin Ethernet (BNC)"
CH: 'BNC'
CD: "Twisted Pair (TPI)"
CH: 'TPI'
CD: "Thick Ethernet (AUI)"
CH: 'AUI'
DEF: UNDEFINED
OUT: 'TMEDIA=%s'
}
PR ADAPTERNUM
if (BUS == MCA) HIDDEN
else OPTIONAL
{
DES: "Network Adapter Number"
VAL: 1-8
TYPE: DECIMAL
HELP: "When installing multiple network adapters on a server,
you may select the adapter that you wish to initialize
by specifying the adapter number."
DEF: UNDEFINED
OUT: 'ADAPTERNUM=%s'
}
PR INT
if (BUS == MCA)
HIDDEN
else if (OMODE == 1)
HIDDEN
else if (ADAPTERNUM != UNDEFINED)
HIDDEN
else
REQUIRED
{
VAL: 2, 3, 4, 5, 7, 10, 11, 15
HELP: "This entry is ignored in Auto configuration mode.\n
For Program configuration mode, please select the
new interrupt level to be programmed.\n
Otherwise if the Driver Configuration Mode is unspecified
please select an interrupt level that matches the value
on your network adapter."
DEF: 3
}
PR PORT
if (BUS == MCA)
HIDDEN
else if (OMODE == 1)
HIDDEN
else if (ADAPTERNUM != UNDEFINED)
HIDDEN
else
REQUIRED
{
VAL: 200,220,240,260,280,2a0,2c0,2e0,300,320,340,360,380,3a0,3c0,3e0
HELP: "This entry is ignored in Auto configuration mode.\n
For Program configuration mode, please select the
new I/O base address to be programmed.\n
Otherwise if the Driver Configuration Mode is unspecified
please select an I/O base address that matches the value
on your network adapter."
DEF: 280
RES: 20
}
PR SLOT
if (BUS == MCA) OPTIONAL
else HIDDEN
{
VAL:1-8
}
PR NODE
{
}
FR FrameSelect
{
CH: 'Ethernet_802.3'
CH: 'Ethernet_802.2'
CH: 'Ethernet_SNAP'
CH: 'Ethernet_II'
DEF: 1,2
}
PR RETRIES
{
VAL: 0-255
DEF: 5
}
PR MEM
if (BUS == MCA)
HIDDEN
else if (OMODE == 1)
HIDDEN
else if (ADAPTERNUM != UNDEFINED)
HIDDEN
else
REQUIRED
{
VAL: C0000-EE000
HELP: "The shared memory address ranges from C0000h to EE00h
in steps of 2000h.\n
This entry is ignored in Auto configuration mode.\n
For Program configuration mode, please select the
memory address to be programmed.\n
Otherwise if the Driver Configuration Mode is unspecified
make sure that the memory address selected
matches the value on your network adapter."
DEF: D0000
RES: 200
}
}
DLANG: 4
$DES = "Compex ENET"
$HELP = "This driver (ENET40.LAN) supports all Compex ENET
Ethernet network adapters on both ISA and MCA bus.
You can install up to four network adapters as long as
their settings do not conflict."
;DrIvEr DwScRiPtIoN EnD