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 >
Text File  |  1996-04-19  |  9KB  |  251 lines

  1.  
  2. SyntaxVersion: 1.00
  3.  
  4. Driver HPFEODI
  5. {
  6.     Description:    $HPFEODI_1
  7.  
  8.     Help:        $HPFEODI_2
  9.  
  10.     File:        HPFEODI.LAN
  11.  
  12.     PAR: 2.00
  13. ;
  14. ; The following PROD statement gives the product identification for
  15. ; the adapters this driver supports.  For PCI the format is:
  16. ;    'PCI.VVVV.DDDD.NNNN.SSSS.RR'
  17. ; where: VVVV is the vendor ID, DDDD is the device ID
  18. ;     NNNN is the subvendor ID (0000 for pre-v2.1 PCI hardware)
  19. ;     SSSS is the subsystem ID (0000 for pre-v2.1 PCI hardware)
  20. ;     RR is the revision number
  21. ; For EISA the format is: 'EISA.VVV.PPP.R'
  22. ; where: VVV is the vendor ID
  23. ;       PPP is the product ID
  24. ;     R is the revision number
  25. ; This is fully documented in the v3.3 ODI specification
  26. ;
  27.  
  28. ; The cards listed below are (in order): HPJ2585A, HPJ2973A,
  29. ; HPJ2585B, HPJ2970A, and the HPJ2577A.
  30.  
  31.     PROD: 'PCI.103C.1030.0000.0000.*',
  32.           'PCI.103C.1031.103C.1040.*',
  33.           'PCI.103C.1031.103C.1041.*',
  34.           'PCI.103C.1031.103C.1042.*',
  35.           'EISA.HWP.194.0'
  36.  
  37. ; Adapter_Bus_Type is optional because it is only needed for
  38. ; the legacy ISA (HPJ2573A) adapter.
  39.  
  40.     LIST Adapter_Bus_Type OPTIONAL
  41.     {
  42.         Description:    $HPFEODI_5
  43.         Help:        $HPFEODI_6
  44.  
  45.         CDescription:    $HPFEODI_17
  46.         Choice:        ''
  47.  
  48.         CDescription:    $HPFEODI_18
  49.         Choice:        'ISA'
  50.  
  51.         Default:    1
  52.         OutputFormat:    '%s'
  53.     }
  54.  
  55. ; If the bus type is 2 (ISA) then we'll allow the user to provide
  56. ; a PORT.  This is optional because if only one card is in the
  57. ; server we'll just go ahead and load the driver for it.  Since
  58. ; the driver knows the PORT address from scanning the user doesn't
  59. ; need to provide it here.  If more than one card was found, then
  60. ; the user will need to provide a PORT.
  61.  
  62.     PROMPT    PORT if (Adapter_Bus_Type == 2) OPTIONAL else HID
  63.     {
  64.         Values:         300, 100, 140, 180, 1C0, 200, 240, 
  65.                 280, 2C0, 340, 380, 3C0 
  66.           ReservedLength:    8
  67.         Help:        $HPFEODI_3  
  68.            }
  69.  
  70. ; For slot-based cards we normally need a slot number.  However,
  71. ; if only one card was found we will just go ahead and load the
  72. ; driver for that card.  Since we know the slot of that card
  73. ; from scanning we don't need to prompt the user for it.  Thus
  74. ; the SLOT prompt is optional.  If multiple cards are found then
  75. ; we do need to prompt.
  76.  
  77.     PROMPT SLOT if (Adapter_Bus_Type == 2) HID else OPTIONAL
  78.     {
  79.         Values:        1-65000
  80.         ReservedLength:    8
  81.         Help:        $HPFEODI_4
  82.     }
  83.  
  84.  
  85.     PROMPT NODE
  86.     {
  87.     }
  88.  
  89.     FRAME    FrameSelect
  90.     {
  91.         Help:        $HPFEODI_9
  92.  
  93.         CDescription:    $HPFEODI_10
  94.         Choice:        'Ethernet_802.3'
  95.  
  96.         CDescription:    $HPFEODI_11
  97.         Choice:        'Ethernet_802.2'
  98.  
  99.         CDescription:    $HPFEODI_12
  100.         Choice:        'Ethernet_SNAP'
  101.  
  102.         CDescription:    $HPFEODI_13
  103.         Choice:        'Ethernet_II'
  104.  
  105.         Default:    2
  106.     }
  107. }
  108.  
  109.  
  110.  
  111.  
  112. DLANG:    4
  113. ;English
  114.     $HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
  115.     $HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
  116.     $HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
  117.     $HPFEODI_4 = "If more than one slot-based network board is installed in your
  118.              server, you need to specify the slot for the board you wish to
  119.              load.  On pre-v2.1 PCI machines the slot number needed may not
  120.              match the physical slot number listed on your machine."
  121.         $HPFEODI_5 = "Is the card a HPJ2573A?"
  122.     $HPFEODI_6 = "A value of 'Yes' is necessary to support
  123.                 legacy ISA cards. Plug and Play ISA is not
  124.                 considered legacy ISA."
  125.     $HPFEODI_8 = "ISA"
  126.     $HPFEODI_9 = "The driver defaults to using the 802.2 frame
  127.                  type.  You can optionally remove this frame
  128.                  type and/or add the 802.3, SNAP, or Ethernet II
  129.                  frame types."
  130.     $HPFEODI_10 = "802.3"
  131.     $HPFEODI_11 = "802.2"
  132.     $HPFEODI_12 = "802.2 SNAP"
  133.     $HPFEODI_13 = "Ethernet II"
  134.     $HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
  135.     $HPFEODI_15 = "Legacy ISA network board's require a bus type."
  136.     $HPFEODI_16 = "ISA"
  137.     $HPFEODI_17 = "No"
  138.     $HPFEODI_18 = "Yes"
  139.  
  140. LANG:    6
  141. ;French
  142.      $HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
  143.     $HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
  144.     $HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
  145.     $HPFEODI_4 = "If more than one slot-based network board is installed in your
  146.              server, you need to specify the slot for the board you wish to
  147.              load.  On pre-v2.1 PCI machines the slot number needed may not
  148.              match the physical slot number listed on your machine."
  149.         $HPFEODI_5 = "Enter the HP J2573A's bus type"
  150.     $HPFEODI_6 = "This value is necesarry to support legacy ISA cards."
  151.     $HPFEODI_8 = "ISA"
  152.     $HPFEODI_9 = "The driver defaults to using the 802.2 frame
  153.                  type.  You can optionally remove this frame
  154.                  type and/or add the 802.3, SNAP, or Ethernet II
  155.                  frame types."
  156.     $HPFEODI_10 = "802.3"
  157.     $HPFEODI_11 = "802.2"
  158.     $HPFEODI_12 = "802.2 SNAP"
  159.     $HPFEODI_13 = "Ethernet II"
  160.     $HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
  161.     $HPFEODI_15 = "Legacy ISA network board's require a bus type."
  162.     $HPFEODI_16 = "ISA"
  163.     $HPFEODI_17 = "No"
  164.     $HPFEODI_18 = "Yes"
  165.  
  166.  
  167. LANG:    7
  168. ;German
  169.      $HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
  170.     $HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
  171.     $HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
  172.     $HPFEODI_4 = "If more than one slot-based network board is installed in your
  173.              server, you need to specify the slot for the board you wish to
  174.              load.  On pre-v2.1 PCI machines the slot number needed may not
  175.              match the physical slot number listed on your machine."
  176.         $HPFEODI_5 = "Enter the HP J2573A's bus type"
  177.     $HPFEODI_6 = "This value is necesarry to support legacy ISA cards."
  178.     $HPFEODI_8 = "ISA"
  179.     $HPFEODI_9 = "The driver defaults to using the 802.2 frame
  180.                  type.  You can optionally remove this frame
  181.                  type and/or add the 802.3, SNAP, or Ethernet II
  182.                  frame types."
  183.     $HPFEODI_10 = "802.3"
  184.     $HPFEODI_11 = "802.2"
  185.     $HPFEODI_12 = "802.2 SNAP"
  186.     $HPFEODI_13 = "Ethernet II"
  187.     $HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
  188.     $HPFEODI_15 = "Legacy ISA network board's require a bus type."
  189.     $HPFEODI_16 = "ISA"
  190.     $HPFEODI_17 = "No"
  191.     $HPFEODI_18 = "Yes"
  192.  
  193.  
  194. LANG:    8
  195.      $HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
  196.     $HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
  197.     $HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
  198.     $HPFEODI_4 = "If more than one slot-based network board is installed in your
  199.              server, you need to specify the slot for the board you wish to
  200.              load.  On pre-v2.1 PCI machines the slot number needed may not
  201.              match the physical slot number listed on your machine."
  202.         $HPFEODI_5 = "Enter the HP J2573A's bus type"
  203.     $HPFEODI_6 = "This value is necesarry to support legacy ISA cards."
  204.     $HPFEODI_8 = "ISA"
  205.     $HPFEODI_9 = "The driver defaults to using the 802.2 frame
  206.                  type.  You can optionally remove this frame
  207.                  type and/or add the 802.3, SNAP, or Ethernet II
  208.                  frame types."
  209.     $HPFEODI_10 = "802.3"
  210.     $HPFEODI_11 = "802.2"
  211.     $HPFEODI_12 = "802.2 SNAP"
  212.     $HPFEODI_13 = "Ethernet II"
  213.     $HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
  214.     $HPFEODI_15 = "Legacy ISA network board's require a bus type."
  215.     $HPFEODI_16 = "ISA"
  216.     $HPFEODI_17 = "No"
  217.     $HPFEODI_18 = "Yes"
  218.  
  219.  
  220.  
  221. LANG:    14
  222.      $HPFEODI_1 = "HP DeskDirect 10/100VG LAN Driver v3.15"
  223.     $HPFEODI_2 = "This driver supports the HP family of 10/100VG network boards."
  224.     $HPFEODI_3 = "The base I/O address for the HP J2573A network board (run HPVGSET.EXE for value)."
  225.     $HPFEODI_4 = "If more than one slot-based network board is installed in your
  226.              server, you need to specify the slot for the board you wish to
  227.              load.  On pre-v2.1 PCI machines the slot number needed may not
  228.              match the physical slot number listed on your machine."
  229.         $HPFEODI_5 = "Enter the HP J2573A's bus type"
  230.     $HPFEODI_6 = "This value is necesarry to support legacy ISA cards."
  231.     $HPFEODI_8 = "ISA"
  232.     $HPFEODI_9 = "The driver defaults to using the 802.2 frame
  233.                  type.  You can optionally remove this frame
  234.                  type and/or add the 802.3, SNAP, or Ethernet II
  235.                  frame types."
  236.     $HPFEODI_10 = "802.3"
  237.     $HPFEODI_11 = "802.2"
  238.     $HPFEODI_12 = "802.2 SNAP"
  239.     $HPFEODI_13 = "Ethernet II"
  240.     $HPFEODI_14 = "Enter the network board's bus type (legacy ISA only)"
  241.     $HPFEODI_15 = "Legacy ISA network board's require a bus type."
  242.     $HPFEODI_16 = "ISA"
  243.     $HPFEODI_17 = "No"
  244.     $HPFEODI_18 = "Yes"
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.