home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / ovladace / novell / dwenu_n2 / dwenu_n2.exe / LANDRV32 / ACC07.LDI < prev    next >
Text File  |  1996-06-07  |  7KB  |  248 lines

  1. ;DrIvEr DeScRiPtIoN
  2. ;
  3. ;    Novell NetWare Server Driver Description File for ACC07.LAN
  4. ;
  5.  
  6. VER: 2.10
  7. SYN: 1.00
  8.  
  9. DR ACC07
  10. {
  11.     DES:    $ACC07_1
  12.     HELP:    $ACC07_2
  13.     PAR:    2.00
  14.     PROD:    'PCI.1011.0002.0000.0000.2?',
  15.         'PCI.1011.0009.0000.0000.*',
  16.         'PCI.1011.0009.1113.1207.*'
  17.  
  18.     FILE:    ACC07.LAN
  19.     TIME:    15
  20.  
  21.     PR SLOT REQ
  22.     {
  23.       VAL: 1-65535
  24.     }
  25.  
  26.     FRAME FrameSelect
  27.     {
  28.         CH:  'Ethernet_802.3'
  29.         CH:  'Ethernet_802.2'
  30.         CH:  'Ethernet_SNAP'
  31.         CH:  'Ethernet_II'
  32.         DEF:    1,2,3,4
  33.     }
  34.  
  35.     LIST Attachment OPTIONAL
  36.     {
  37.         DES:    $ACC07_3
  38.         HELP:    $ACC07_4
  39.         CD:    $ACC07_5
  40.         CH:    $ACC07_6
  41.         CD:    $ACC07_7
  42.         CH:    $ACC07_8
  43.         CD:    $ACC07_9
  44.         CH:    $ACC07_10
  45.         CD:    $ACC07_11
  46.         CH:    $ACC07_12
  47.         DEF:    UNDEFINED
  48.         OUT:    '%s'
  49.     }
  50.  
  51.     PROMPT NODE
  52.     {
  53.     }
  54.  
  55.     LIST Line_Speed OPTIONAL
  56.     {
  57.         DES:    $ACC07_13
  58.         HELP:    $ACC07_14
  59.         CD:    $ACC07_15
  60.         CH:    $ACC07_16
  61.         CD:    $ACC07_17
  62.         CH:    $ACC07_18
  63.         DEF:    UNDEFINED
  64.         OUT:    'LINE_SPEED=%s'
  65.     }
  66.  
  67.     PROMPT TURBO
  68.     {
  69.         DES:  $ACC07_19
  70.         HELP: $ACC07_20
  71.         TYPE: STRING
  72.         VAL:  "TURBO"
  73.         OUT:  '%s'
  74.     }
  75.  
  76.     PROMPT MIN_CPU
  77.     {
  78.         DES:  $ACC07_21
  79.         HELP: $ACC07_22
  80.         TYPE: STRING
  81.         VAL:  "MIN_CPU"
  82.         OUT:  '%s'
  83.     }
  84.  
  85.     PROMPT CAPTURE_EFFECT_DISABLE
  86.     {
  87.         DES:  $ACC07_23
  88.         HELP: $ACC07_24
  89.         TYPE: STRING
  90.         VAL:  "CAPTURE_EFFECT_DISABLE"
  91.         OUT:  '%s'
  92.     }
  93.  
  94. }
  95.  
  96. DLANG:    4
  97. ;English
  98.     $ACC07_1    = "Accton EN1203, EN1207 PCI Series Ethernet driver"
  99.     $ACC07_2    = "This driver supports PCI bus type"
  100.     $ACC07_3    = "Media Attachment"
  101.     $ACC07_4    = "Choose the connector/media type you would like to use."
  102.     $ACC07_5    = "Twisted Pair (RJ45)"
  103.     $ACC07_6    = "TP"
  104.     $ACC07_7    = "Thick wire (BNC)"
  105.     $ACC07_8    = "BNC"
  106.     $ACC07_9    = "Twisted pair - Full Duplex"
  107.     $ACC07_10   = "TP_FULL_DUPLEX"
  108.     $ACC07_11   = "Autodetect"
  109.     $ACC07_12   = "AUTODETECT"
  110.     $ACC07_13   = "Line Speed"
  111.     $ACC07_14   = "Select the speed you would like the interface to work in."
  112.     $ACC07_15   = "10"
  113.     $ACC07_16   = "10"
  114.     $ACC07_17   = "100"
  115.     $ACC07_18   = "100"
  116.     $ACC07_19   = "Turbo mode"
  117.     $ACC07_20   = "TURBO mode will enhance performance on some
  118.             PCI platforms."
  119.     $ACC07_21   = "Minimize CPU utilization"
  120.     $ACC07_22   = "If multiple network adapters are used in your server,
  121.             this parameter should be added."
  122.     $ACC07_23   = "Disable Capture Effect"
  123.     $ACC07_24   = "Disable the function that solve Ethernet Capture Effect
  124.                problem."
  125.  
  126.  
  127. LANG:    6
  128. ;French
  129.     $ACC07_1    = "Accton EN1203, EN1207 PCI Series Ethernet driver"
  130.     $ACC07_2    = "This driver supports PCI bus type"
  131.     $ACC07_3    = "Media Attachment"
  132.     $ACC07_4    = "Choose the connector/media type you would like to use."
  133.     $ACC07_5    = "Twisted Pair (RJ45)"
  134.     $ACC07_6    = "TP"
  135.     $ACC07_7    = "Thick wire (BNC)"
  136.     $ACC07_8    = "BNC"
  137.     $ACC07_9    = "Twisted pair - Full Duplex"
  138.     $ACC07_10   = "TP_FULL_DUPLEX"
  139.     $ACC07_11   = "Autodetect"
  140.     $ACC07_12   = "AUTODETECT"
  141.     $ACC07_13   = "Line Speed"
  142.     $ACC07_14   = "Select the speed you would like the interface to work in."
  143.     $ACC07_15   = "10"
  144.     $ACC07_16   = "10"
  145.     $ACC07_17   = "100"
  146.     $ACC07_18   = "100"
  147.     $ACC07_19   = "Turbo mode"
  148.     $ACC07_20   = "TURBO mode will enhance performance on some
  149.             PCI platforms."
  150.     $ACC07_21   = "Minimize CPU utilization"
  151.     $ACC07_22   = "If multiple network adapters are used in your server,
  152.             this parameter should be added."
  153.     $ACC07_23   = "Disable Capture Effect"
  154.     $ACC07_24   = "Disable the function that solve Ethernet Capture Effect
  155.                problem."
  156.  
  157. LANG:    7
  158. ;German
  159.     $ACC07_1    = "Accton EN1203, EN1207 PCI Series Ethernet driver"
  160.     $ACC07_2    = "This driver supports PCI bus type"
  161.     $ACC07_3    = "Media Attachment"
  162.     $ACC07_4    = "Choose the connector/media type you would like to use."
  163.     $ACC07_5    = "Twisted Pair (RJ45)"
  164.     $ACC07_6    = "TP"
  165.     $ACC07_7    = "Thick wire (BNC)"
  166.     $ACC07_8    = "BNC"
  167.     $ACC07_9    = "Twisted pair - Full Duplex"
  168.     $ACC07_10   = "TP_FULL_DUPLEX"
  169.     $ACC07_11   = "Autodetect"
  170.     $ACC07_12   = "AUTODETECT"
  171.     $ACC07_13   = "Line Speed"
  172.     $ACC07_14   = "Select the speed you would like the interface to work in."
  173.     $ACC07_15   = "10"
  174.     $ACC07_16   = "10"
  175.     $ACC07_17   = "100"
  176.     $ACC07_18   = "100"
  177.     $ACC07_19   = "Turbo mode"
  178.     $ACC07_20   = "TURBO mode will enhance performance on some
  179.             PCI platforms."
  180.     $ACC07_21   = "Minimize CPU utilization"
  181.     $ACC07_22   = "If multiple network adapters are used in your server,
  182.             this parameter should be added."
  183.     $ACC07_23   = "Disable Capture Effect"
  184.     $ACC07_24   = "Disable the function that solve Ethernet Capture Effect
  185.                problem."
  186.  
  187. LANG:    8
  188. ;Italian
  189.     $ACC07_1    = "Accton EN1203, EN1207 PCI Series Ethernet driver"
  190.     $ACC07_2    = "This driver supports PCI bus type"
  191.     $ACC07_3    = "Media Attachment"
  192.     $ACC07_4    = "Choose the connector/media type you would like to use."
  193.     $ACC07_5    = "Twisted Pair (RJ45)"
  194.     $ACC07_6    = "TP"
  195.     $ACC07_7    = "Thick wire (BNC)"
  196.     $ACC07_8    = "BNC"
  197.     $ACC07_9    = "Twisted pair - Full Duplex"
  198.     $ACC07_10   = "TP_FULL_DUPLEX"
  199.     $ACC07_11   = "Autodetect"
  200.     $ACC07_12   = "AUTODETECT"
  201.     $ACC07_13   = "Line Speed"
  202.     $ACC07_14   = "Select the speed you would like the interface to work in."
  203.     $ACC07_15   = "10"
  204.     $ACC07_16   = "10"
  205.     $ACC07_17   = "100"
  206.     $ACC07_18   = "100"
  207.     $ACC07_19   = "Turbo mode"
  208.     $ACC07_20   = "TURBO mode will enhance performance on some
  209.             PCI platforms."
  210.     $ACC07_21   = "Minimize CPU utilization"
  211.     $ACC07_22   = "If multiple network adapters are used in your server,
  212.             this parameter should be added."
  213.     $ACC07_23   = "Disable Capture Effect"
  214.     $ACC07_24   = "Disable the function that solve Ethernet Capture Effect
  215.                problem."
  216.  
  217. LANG:    14
  218. ;Spanish
  219.     $ACC07_1    = "Accton EN1203, EN1207 PCI Series Ethernet driver"
  220.     $ACC07_2    = "This driver supports PCI bus type"
  221.     $ACC07_3    = "Media Attachment"
  222.     $ACC07_4    = "Choose the connector/media type you would like to use."
  223.     $ACC07_5    = "Twisted Pair (RJ45)"
  224.     $ACC07_6    = "TP"
  225.     $ACC07_7    = "Thick wire (BNC)"
  226.     $ACC07_8    = "BNC"
  227.     $ACC07_9    = "Twisted pair - Full Duplex"
  228.     $ACC07_10   = "TP_FULL_DUPLEX"
  229.     $ACC07_11   = "Autodetect"
  230.     $ACC07_12   = "AUTODETECT"
  231.     $ACC07_13   = "Line Speed"
  232.     $ACC07_14   = "Select the speed you would like the interface to work in."
  233.     $ACC07_15   = "10"
  234.     $ACC07_16   = "10"
  235.     $ACC07_17   = "100"
  236.     $ACC07_18   = "100"
  237.     $ACC07_19   = "Turbo mode"
  238.     $ACC07_20   = "TURBO mode will enhance performance on some
  239.             PCI platforms."
  240.     $ACC07_21   = "Minimize CPU utilization"
  241.     $ACC07_22   = "If multiple network adapters are used in your server,
  242.             this parameter should be added."
  243.     $ACC07_23   = "Disable Capture Effect"
  244.     $ACC07_24   = "Disable the function that solve Ethernet Capture Effect
  245.                problem."
  246.  
  247. ;DrIvEr DeScRiPtIoN EnD
  248.