home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.tcs3.com
/
ftp.tcs3.com.tar
/
ftp.tcs3.com
/
DRIVERS
/
Network
/
3COM
/
3C5x9
/
3c5x9x.exe
/
NETWARE
/
SERVER
/
4.0X
/
3C5X9.LDI
< prev
next >
Wrap
Text File
|
1995-10-06
|
2KB
|
100 lines
;DrIvEr DeScRiPtIoN
VER: 1.01
SYN: 1.00
;3Com 3C5X9 EtherLink III v4.0 server driver information file
;which support ISA bus, EISA bus and MCA bus
DR 3C5X9_1
{
DES: "3Com EtherLink III Family Driver v4.0 "
HELP: "You can use this driver in an ISA, an EISA,
or an MCA file server."
PAR: 1.00
PROD: 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097
FILE: 3C5X9.LAN
OF: MSM.NLM, ETHERTSM.NLM
PR PORT
if (BUS == ISA) REQUIRED
else OPTIONAL
{
DES: "IO Port"
HELP: "Select the IO port address"
TYP: HEX(3)
VAL: 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 2A0,
2B0, 2C0, 2D0, 2E0, 2F0, 300, 310, 320, 330, 340, 350,
360, 370, 380, 390, 3A0, 3B0, 3C0, 3D0, 3E0
DEF: 300
RES: 10
}
PR SLOT
if (BUS == MCA) REQUIRED
else HIDDEN
{
DES: "Slot Number"
HELP: "Select the slot number holding the board for which
you are loading the driver."
TYP: DECIMAL(1)
VAL: 1-8
}
PR SLOT
if (BUS == EISA) REQUIRED
else HIDDEN
{
DES: "Slot Number"
HELP: "Select the slot number holding the board for which
you are loading the driver."
TYP: DECIMAL(1)
VAL: 1-8
}
PR IDPORT OPTIONAL
{
DES: "ID Port"
HELP: "Select the ID port address which will be used to
activate the board."
TYP: HEX(3)
VAL: 110, 120, 130, 140, 150, 160, 170, 180, 190,
1A0, 1B0, 1C0, 1D0, 1E0, 1F0
DEF: 110
}
PR NODE
{
}
FR FrameSelect
{
DES: "Frame Types"
HELP: "The default frame types are the 802.2 and 802.3.
It is strongly recommended that at least 802.2 be
selected. For existing networks, select BOTH 802.2
and 802.3."
CD: "802.3"
CH: 'Ethernet_802.3'
CD: "802.2"
CH: 'Ethernet_802.2'
CD: "802.2 SNAP"
CH: 'Ethernet_SNAP'
CD: "Ethernet II"
CH: 'Ethernet_II'
DEF: 1, 2
}
}
;DrIvEr DeScRiPtIoN EnD