home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
ovladace
/
novell
/
dwenu_n2
/
dwenu_n2.exe
/
LANDRV32
/
HPFEODI.LDI
< prev
next >
Wrap
Text File
|
1996-04-19
|
9KB
|
251 lines
SyntaxVersion: 1.00
Driver HPFEODI
{
Description: $HPFEODI_1
Help: $HPFEODI_2
File: HPFEODI.LAN
PAR: 2.00
;
; The following PROD statement gives the product identification for
; the adapters this driver supports. For PCI the format is:
; 'PCI.VVVV.DDDD.NNNN.SSSS.RR'
; where: VVVV is the vendor ID, DDDD is the device ID
; NNNN is the subvendor ID (0000 for pre-v2.1 PCI hardware)
; SSSS is the subsystem ID (0000 for pre-v2.1 PCI hardware)
; RR is the revision number
; For EISA the format is: 'EISA.VVV.PPP.R'
; where: VVV is the vendor ID
; PPP is the product ID
; R is the revision number
; This is fully documented in the v3.3 ODI specification
;
; The cards listed below are (in order): HPJ2585A, HPJ2973A,
; HPJ2585B, HPJ2970A, and the HPJ2577A.
PROD: 'PCI.103C.1030.0000.0000.*',
'PCI.103C.1031.103C.1040.*',
'PCI.103C.1031.103C.1041.*',
'PCI.103C.1031.103C.1042.*',
'EISA.HWP.194.0'
; Adapter_Bus_Type is optional because it is only needed for
; the legacy ISA (HPJ2573A) adapter.
LIST Adapter_Bus_Type OPTIONAL
{
Description: $HPFEODI_5
Help: $HPFEODI_6
CDescription: $HPFEODI_17
Choice: ''
CDescription: $HPFEODI_18
Choice: 'ISA'
Default: 1
OutputFormat: '%s'
}
; If the bus type is 2 (ISA) then we'll allow the user to provide
; a PORT. This is optional because if only one card is in the
; server we'll just go ahead and load the driver for it. Since
; the driver knows the PORT address from scanning the user doesn't
; need to provide it here. If more than one card was found, then
; the user will need to provide a PORT.
PROMPT PORT if (Adapter_Bus_Type == 2) OPTIONAL else HID
{
Values: 300, 100, 140, 180, 1C0, 200, 240,
280, 2C0, 340, 380, 3C0
ReservedLength: 8
Help: $HPFEODI_3
}
; For slot-based cards we normally need a slot number. However,
; if only one card was found we will just go ahead and load the
; driver for that card. Since we know the slot of that card
; from scanning we don't need to prompt the user for it. Thus
; the SLOT prompt is optional. If multiple cards are found then
; we do need to prompt.
PROMPT SLOT if (Adapter_Bus_Type == 2) HID else OPTIONAL
{
Values: 1-65000
ReservedLength: 8
Help: $HPFEODI_4
}
PROMPT NODE
{
}
FRAME FrameSelect
{
Help: $HPFEODI_9
CDescription: $HPFEODI_10
Choice: 'Ethernet_802.3'
CDescription: $HPFEODI_11
Choice: 'Ethernet_802.2'
CDescription: $HPFEODI_12
Choice: 'Ethernet_SNAP'
CDescription: $HPFEODI_13
Choice: 'Ethernet_II'
Default: 2
}
}
DLANG: 4
;English
$HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
$HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
$HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
$HPFEODI_4 = "If more than one slot-based network board is installed in your
server, you need to specify the slot for the board you wish to
load. On pre-v2.1 PCI machines the slot number needed may not
match the physical slot number listed on your machine."
$HPFEODI_5 = "Is the card a HPJ2573A?"
$HPFEODI_6 = "A value of 'Yes' is necessary to support
legacy ISA cards. Plug and Play ISA is not
considered legacy ISA."
$HPFEODI_8 = "ISA"
$HPFEODI_9 = "The driver defaults to using the 802.2 frame
type. You can optionally remove this frame
type and/or add the 802.3, SNAP, or Ethernet II
frame types."
$HPFEODI_10 = "802.3"
$HPFEODI_11 = "802.2"
$HPFEODI_12 = "802.2 SNAP"
$HPFEODI_13 = "Ethernet II"
$HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
$HPFEODI_15 = "Legacy ISA network board's require a bus type."
$HPFEODI_16 = "ISA"
$HPFEODI_17 = "No"
$HPFEODI_18 = "Yes"
LANG: 6
;French
$HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
$HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
$HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
$HPFEODI_4 = "If more than one slot-based network board is installed in your
server, you need to specify the slot for the board you wish to
load. On pre-v2.1 PCI machines the slot number needed may not
match the physical slot number listed on your machine."
$HPFEODI_5 = "Enter the HP J2573A's bus type"
$HPFEODI_6 = "This value is necesarry to support legacy ISA cards."
$HPFEODI_8 = "ISA"
$HPFEODI_9 = "The driver defaults to using the 802.2 frame
type. You can optionally remove this frame
type and/or add the 802.3, SNAP, or Ethernet II
frame types."
$HPFEODI_10 = "802.3"
$HPFEODI_11 = "802.2"
$HPFEODI_12 = "802.2 SNAP"
$HPFEODI_13 = "Ethernet II"
$HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
$HPFEODI_15 = "Legacy ISA network board's require a bus type."
$HPFEODI_16 = "ISA"
$HPFEODI_17 = "No"
$HPFEODI_18 = "Yes"
LANG: 7
;German
$HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
$HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
$HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
$HPFEODI_4 = "If more than one slot-based network board is installed in your
server, you need to specify the slot for the board you wish to
load. On pre-v2.1 PCI machines the slot number needed may not
match the physical slot number listed on your machine."
$HPFEODI_5 = "Enter the HP J2573A's bus type"
$HPFEODI_6 = "This value is necesarry to support legacy ISA cards."
$HPFEODI_8 = "ISA"
$HPFEODI_9 = "The driver defaults to using the 802.2 frame
type. You can optionally remove this frame
type and/or add the 802.3, SNAP, or Ethernet II
frame types."
$HPFEODI_10 = "802.3"
$HPFEODI_11 = "802.2"
$HPFEODI_12 = "802.2 SNAP"
$HPFEODI_13 = "Ethernet II"
$HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
$HPFEODI_15 = "Legacy ISA network board's require a bus type."
$HPFEODI_16 = "ISA"
$HPFEODI_17 = "No"
$HPFEODI_18 = "Yes"
LANG: 8
$HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
$HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
$HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
$HPFEODI_4 = "If more than one slot-based network board is installed in your
server, you need to specify the slot for the board you wish to
load. On pre-v2.1 PCI machines the slot number needed may not
match the physical slot number listed on your machine."
$HPFEODI_5 = "Enter the HP J2573A's bus type"
$HPFEODI_6 = "This value is necesarry to support legacy ISA cards."
$HPFEODI_8 = "ISA"
$HPFEODI_9 = "The driver defaults to using the 802.2 frame
type. You can optionally remove this frame
type and/or add the 802.3, SNAP, or Ethernet II
frame types."
$HPFEODI_10 = "802.3"
$HPFEODI_11 = "802.2"
$HPFEODI_12 = "802.2 SNAP"
$HPFEODI_13 = "Ethernet II"
$HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
$HPFEODI_15 = "Legacy ISA network board's require a bus type."
$HPFEODI_16 = "ISA"
$HPFEODI_17 = "No"
$HPFEODI_18 = "Yes"
LANG: 14
$HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
$HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
$HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
$HPFEODI_4 = "If more than one slot-based network board is installed in your
server, you need to specify the slot for the board you wish to
load. On pre-v2.1 PCI machines the slot number needed may not
match the physical slot number listed on your machine."
$HPFEODI_5 = "Enter the HP J2573A's bus type"
$HPFEODI_6 = "This value is necesarry to support legacy ISA cards."
$HPFEODI_8 = "ISA"
$HPFEODI_9 = "The driver defaults to using the 802.2 frame
type. You can optionally remove this frame
type and/or add the 802.3, SNAP, or Ethernet II
frame types."
$HPFEODI_10 = "802.3"
$HPFEODI_11 = "802.2"
$HPFEODI_12 = "802.2 SNAP"
$HPFEODI_13 = "Ethernet II"
$HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
$HPFEODI_15 = "Legacy ISA network board's require a bus type."
$HPFEODI_16 = "ISA"
$HPFEODI_17 = "No"
$HPFEODI_18 = "Yes"