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

  1. VER:    3.20
  2. SYN:    1.00
  3.  
  4. DR PCNET_PCI
  5. {
  6.     DES:    $PCNTNW_1
  7.     HELP:   $PCNTNW_2
  8.     PAR:    3.00
  9.     FILE:   PCNTNW.LAN
  10.     PROD:   'PCI.1022.2000.0000.0000.*'
  11. ;       OF:     MSM.NLM, ETHERTSM.NLM
  12.  
  13.     LI MAIN REQ
  14.     {
  15.         DES:    $PCNTNW_3
  16.         HELP:   $PCNTNW_4
  17.         CD:     'Specify the I/O Address of the device'
  18.         CH:     1
  19.  
  20.         CD:     'Specify the Slot Number of the device'
  21.         CH:     2
  22.  
  23.         CD:     'Search for the device automatically'
  24.         CH:     3
  25.  
  26.     }
  27.  
  28.     LI BUSTYPE if (MAIN == 3) REQ else HID
  29.     {
  30.         CD:     'PCI'
  31.         CH:     'PCI'
  32.         DEF:    1
  33.         OUT:    'BUSTYPE=%s'
  34.     }
  35.  
  36.     PR PORT if (MAIN == 1) REQ else HID
  37.     {
  38.         DES:    $PCNTNW_5
  39.         TYP:    HEX(4)
  40.         VAL:    0000 - FFFF
  41.         RES:    20
  42.     }
  43.  
  44.     PR SLOT if ( MAIN == 2 ) REQ else HID
  45.     {
  46.         TYP:    DEC(5)
  47.         VAL:    1 - 65535
  48.         DEF:    UNDEFINED
  49.     }
  50.  
  51.     PR BOARD if ( MAIN == 3 ) REQ else HID
  52.     {
  53.  
  54.         DES:    $PCNTNW_6
  55.         HELP:   $PCNTNW_7
  56.         TYP:    DEC(4)
  57.         VAL:    0001 - 0254
  58.         DEF:    0001
  59.         OUT:    'BOARD=%s'
  60.     }
  61.  
  62.     FR FrameSelect
  63.     {
  64.         CH:     'Ethernet_802.2'
  65.         CH:     'Ethernet_802.3'
  66.         CH:     'Ethernet_SNAP'
  67.         CH:     'Ethernet_II'
  68.         DEF:    1, 2
  69.     }
  70.  
  71.     LI FDUP OPT
  72.     {
  73.         DES:    $PCNTNW_8
  74.         HELP:   $PCNTNW_9
  75.         CD:     'Turn Off the Full Duplex function'
  76.         CH:     'OFF'
  77.  
  78.         CD:     'Full Duplex on 10 Base-T Port'
  79.         CH:     'UTP'
  80.  
  81.         CD:     'Full Duplex on AUI port'
  82.         CH:     'AUI'
  83.  
  84.         OUT:    'FDUP=%s'
  85.  
  86.     }
  87.  
  88. }
  89.  
  90. DR PCNET_VL
  91. {
  92.     DES:    $PCNTNW_10
  93.     HELP:   $PCNTNW_11
  94.     PAR:    3.00
  95.     FILE:   PCNTNW.LAN
  96. ;       OF:     MSM.NLM, ETHERTSM.NLM
  97.  
  98.     LI MAIN REQ
  99.     {
  100.         DES:    $PCNTNW_12
  101.         HELP:   $PCNTNW_13
  102.         CD:     'Specify the I/O Address of the device'
  103.         CH:     1
  104.  
  105.         CD:     'Search for the device automatically'
  106.         CH:     2
  107.  
  108.     }
  109.  
  110.     LI BUSTYPE if (MAIN == 2) REQ else HID
  111.     {
  112.         CD:     'VESA'
  113.         CH:     'VESA'
  114.         DEF:    1
  115.         OUT:    'BUSTYPE=%s'
  116.     }
  117.  
  118.     PR PORT if (MAIN == 1) REQ else HID
  119.     {
  120.         DES:    $PCNTNW_14
  121.         TYP:    HEX(4)
  122.         VAL:    0000 - FFFF
  123.         RES:    20
  124.     }
  125.  
  126.     PR BOARD if ( MAIN == 2 ) REQ else HID
  127.     {
  128.  
  129.         DES:    $PCNTNW_15
  130.         HELP:   $PCNTNW_16
  131.         TYP:    DEC(4)
  132.         VAL:    0001 - 0254
  133.         DEF:    0001
  134.         OUT:    'BOARD=%s'
  135.     }
  136.  
  137.     FR FrameSelect
  138.     {
  139.         CH:     'Ethernet_802.2'
  140.         CH:     'Ethernet_802.3'
  141.         CH:     'Ethernet_SNAP'
  142.         CH:     'Ethernet_II'
  143.         DEF:    1, 2
  144.     }
  145.  
  146. }
  147.  
  148. DR PCNET_PNP
  149. {
  150.     DES:    $PCNTNW_17
  151.     HELP:   $PCNTNW_18
  152.     PAR:    3.00
  153.     FILE:   PCNTNW.LAN
  154.     PROD:   'PNPISA.ADV.55A.A'
  155. ;       OF:     MSM.NLM, ETHERTSM.NLM
  156.  
  157.     LI MAIN REQ
  158.     {
  159.         DES:    $PCNTNW_19
  160.         HELP:   $PCNTNW_20
  161.         CD:     'Specify the I/O Address of the device'
  162.         CH:     1
  163.  
  164.         CD:     'Search for the device automatically'
  165.         CH:     2
  166.  
  167.     }
  168.  
  169.     LI BUSTYPE if (MAIN == 2) REQ else HID
  170.     {
  171.         CD:     'PNP'
  172.         CH:     'PNP'
  173.         DEF:    1
  174.         OUT:    'BUSTYPE=%s'
  175.     }
  176.  
  177.     PR PORT if (MAIN == 1) REQ else HID
  178.     {
  179.         DES:    $PCNTNW_21
  180.         TYP:    HEX(4)
  181.         VAL:    0000 - FFFF
  182.         RES:    20
  183.     }
  184.  
  185.     PR BOARD if ( MAIN == 2 ) REQ else HID
  186.     {
  187.  
  188.         DES:    $PCNTNW_22
  189.         HELP:   $PCNTNW_23
  190.         TYP:    DEC(4)
  191.         VAL:    0001 - 0254
  192.         DEF:    0001
  193.         OUT:    'BOARD=%s'
  194.     }
  195.  
  196.     FR FrameSelect
  197.     {
  198.         CH:     'Ethernet_802.2'
  199.         CH:     'Ethernet_802.3'
  200.         CH:     'Ethernet_SNAP'
  201.         CH:     'Ethernet_II'
  202.         DEF:    1, 2
  203.     }
  204.  
  205.     LI FDUP OPT
  206.     {
  207.         DES:    $PCNTNW_24
  208.         HELP:   $PCNTNW_25
  209.         CD:     'Turn Off the Full Duplex function'
  210.         CH:     'OFF'
  211.  
  212.         CD:     'Full Duplex on 10 Base-T Port'
  213.         CH:     'UTP'
  214.  
  215.         CD:     'Full Duplex on AUI port'
  216.         CH:     'AUI'
  217.  
  218.         OUT:    'FDUP=%s'
  219.  
  220.     }
  221.  
  222. }
  223.  
  224. DR PCNET_ISA
  225. {
  226.     DES:    $PCNTNW_26
  227.     HELP:   $PCNTNW_27
  228.     PAR:    3.00
  229.     FILE:   PCNTNW.LAN
  230. ;       OF:     MSM.NLM, ETHERTSM.NLM
  231.  
  232.  
  233.     PR PORT REQ
  234.     {
  235.         DES:    $PCNTNW_28
  236.         TYP:    HEX(3)
  237.         VAL:    300, 320, 340, 360
  238.         DEF:    300
  239.         RES:    20
  240.         OUT:    'PORT=%s'
  241.     }
  242.  
  243.     PR INT REQ
  244.     {
  245.         DES:    $PCNTNW_29
  246.         TYP:    HEX
  247.         VAL:    3, 4, 5, 9
  248.         DEF:    3
  249.         OUT:    'INT=%s'
  250.     }
  251.  
  252.     PR DMA REQ
  253.     {
  254.         DES:    $PCNTNW_30
  255.         TYP:    HEX
  256.         VAL:    3, 5, 6, 7
  257.         DEF:    5
  258.         OUT:    'DMA=%s'
  259.     }
  260.  
  261.     FR FrameSelect
  262.     {
  263.         CH:     'Ethernet_802.2'
  264.         CH:     'Ethernet_802.3'
  265.         CH:     'Ethernet_SNAP'
  266.         CH:     'Ethernet_II'
  267.         DEF:    1, 2
  268.     }
  269.  
  270. }
  271.  
  272.  
  273. DLANG:  4
  274. ;English
  275.     $PCNTNW_1 = "AMD PCNet-PCI Network Driver"
  276.     $PCNTNW_2 = "This driver supports AMD PCNet-PCI network devices."
  277.     $PCNTNW_3 = "Method to load the driver"
  278.     $PCNTNW_4 = "The user can choose a method to find the PCNet device."
  279.     $PCNTNW_5 = "I/O address"
  280.     $PCNTNW_6 = "Physical Board Number"
  281.     $PCNTNW_7 = "This keyword is applied only if you need to add
  282.             multiple frame types."
  283.     $PCNTNW_8 = "Full Duplex Support"
  284.     $PCNTNW_9 = "Change the Default Full Duplex operation."
  285.     $PCNTNW_10 = "AMD PCNet-32 Network Driver"
  286.     $PCNTNW_11 = "This driver supports AMD PCNet-32 network devices."
  287.     $PCNTNW_12 = "Method to load the driver"
  288.     $PCNTNW_13 = "The user can choose a method to find the PCNet device."
  289.     $PCNTNW_14 = "I/O address"
  290.     $PCNTNW_15 = "Physical Board Number"
  291.     $PCNTNW_16 = "This keyword is applied only if you need to add
  292.             multiple frame types."
  293.     $PCNTNW_17 = "AMD PCNet-ISA+ & PCNet-ISA II Network Driver"
  294.     $PCNTNW_18 = "This driver supports AMD PCNetISA + & PCNetISA II network devices."
  295.     $PCNTNW_19 = "Method to load the driver"
  296.     $PCNTNW_20 = "The user can choose a method to find the PCNet device."
  297.     $PCNTNW_21 = "I/O address"
  298.     $PCNTNW_22 = "Physical Board Number"
  299.     $PCNTNW_23 = "This keyword is applied only if you need to add
  300.             multiple frame types."
  301.     $PCNTNW_24 = "Full Duplex Support"
  302.     $PCNTNW_25 = "Change the Default Full Duplex operation."
  303.     $PCNTNW_26 = "AMD PCNet-ISA Network Driver"
  304.     $PCNTNW_27 = "This driver supports AMD PCNet-ISA network devices."
  305.     $PCNTNW_28 = "I/O address"
  306.     $PCNTNW_29 = "IRQ number"
  307.     $PCNTNW_30 = "DMA channel"
  308.  
  309. LANG:   6
  310. ;French
  311.     $PCNTNW_1 = "AMD PCNet-PCI Network Driver"
  312.     $PCNTNW_2 = "This driver supports AMD PCNet-PCI network devices."
  313.     $PCNTNW_3 = "Method to load the driver"
  314.     $PCNTNW_4 = "The user can choose a method to find the PCNet device."
  315.     $PCNTNW_5 = "I/O address"
  316.     $PCNTNW_6 = "Physical Board Number"
  317.     $PCNTNW_7 = "This keyword is applied only if you need to add
  318.             multiple frame types."
  319.     $PCNTNW_8 = "Full Duplex Support"
  320.     $PCNTNW_9 = "Change the Default Full Duplex operation."
  321.     $PCNTNW_10 = "AMD PCNet-32 Network Driver"
  322.     $PCNTNW_11 = "This driver supports AMD PCNet-32 network devices."
  323.     $PCNTNW_12 = "Method to load the driver"
  324.     $PCNTNW_13 = "The user can choose a method to find the PCNet device."
  325.     $PCNTNW_14 = "I/O address"
  326.     $PCNTNW_15 = "Physical Board Number"
  327.     $PCNTNW_16 = "This keyword is applied only if you need to add
  328.             multiple frame types."
  329.     $PCNTNW_17 = "AMD PCNet-ISA+ & PCNet-ISA II Network Driver"
  330.     $PCNTNW_18 = "This driver supports AMD PCNetISA + & PCNetISA II network devices."
  331.     $PCNTNW_19 = "Method to load the driver"
  332.     $PCNTNW_20 = "The user can choose a method to find the PCNet device."
  333.     $PCNTNW_21 = "I/O address"
  334.     $PCNTNW_22 = "Physical Board Number"
  335.     $PCNTNW_23 = "This keyword is applied only if you need to add
  336.             multiple frame types."
  337.     $PCNTNW_24 = "Full Duplex Support"
  338.     $PCNTNW_25 = "Change the Default Full Duplex operation."
  339.     $PCNTNW_26 = "AMD PCNet-ISA Network Driver"
  340.     $PCNTNW_27 = "This driver supports AMD PCNet-ISA network devices."
  341.     $PCNTNW_28 = "I/O address"
  342.     $PCNTNW_29 = "IRQ number"
  343.     $PCNTNW_30 = "DMA channel"
  344.  
  345. LANG:   7
  346. ;German
  347.     $PCNTNW_1 = "AMD PCNet-PCI Network Driver"
  348.     $PCNTNW_2 = "This driver supports AMD PCNet-PCI network devices."
  349.     $PCNTNW_3 = "Method to load the driver"
  350.     $PCNTNW_4 = "The user can choose a method to find the PCNet device."
  351.     $PCNTNW_5 = "I/O address"
  352.     $PCNTNW_6 = "Physical Board Number"
  353.     $PCNTNW_7 = "This keyword is applied only if you need to add
  354.             multiple frame types."
  355.     $PCNTNW_8 = "Full Duplex Support"
  356.     $PCNTNW_9 = "Change the Default Full Duplex operation."
  357.     $PCNTNW_10 = "AMD PCNet-32 Network Driver"
  358.     $PCNTNW_11 = "This driver supports AMD PCNet-32 network devices."
  359.     $PCNTNW_12 = "Method to load the driver"
  360.     $PCNTNW_13 = "The user can choose a method to find the PCNet device."
  361.     $PCNTNW_14 = "I/O address"
  362.     $PCNTNW_15 = "Physical Board Number"
  363.     $PCNTNW_16 = "This keyword is applied only if you need to add
  364.             multiple frame types."
  365.     $PCNTNW_17 = "AMD PCNet-ISA+ & PCNet-ISA II Network Driver"
  366.     $PCNTNW_18 = "This driver supports AMD PCNetISA + & PCNetISA II network devices."
  367.     $PCNTNW_19 = "Method to load the driver"
  368.     $PCNTNW_20 = "The user can choose a method to find the PCNet device."
  369.     $PCNTNW_21 = "I/O address"
  370.     $PCNTNW_22 = "Physical Board Number"
  371.     $PCNTNW_23 = "This keyword is applied only if you need to add
  372.             multiple frame types."
  373.     $PCNTNW_24 = "Full Duplex Support"
  374.     $PCNTNW_25 = "Change the Default Full Duplex operation."
  375.     $PCNTNW_26 = "AMD PCNet-ISA Network Driver"
  376.     $PCNTNW_27 = "This driver supports AMD PCNet-ISA network devices."
  377.     $PCNTNW_28 = "I/O address"
  378.     $PCNTNW_29 = "IRQ number"
  379.     $PCNTNW_30 = "DMA channel"
  380.  
  381. LANG:   8
  382. ;Italian
  383.     $PCNTNW_1 = "AMD PCNet-PCI Network Driver"
  384.     $PCNTNW_2 = "This driver supports AMD PCNet-PCI network devices."
  385.     $PCNTNW_3 = "Method to load the driver"
  386.     $PCNTNW_4 = "The user can choose a method to find the PCNet device."
  387.     $PCNTNW_5 = "I/O address"
  388.     $PCNTNW_6 = "Physical Board Number"
  389.     $PCNTNW_7 = "This keyword is applied only if you need to add
  390.             multiple frame types."
  391.     $PCNTNW_8 = "Full Duplex Support"
  392.     $PCNTNW_9 = "Change the Default Full Duplex operation."
  393.     $PCNTNW_10 = "AMD PCNet-32 Network Driver"
  394.     $PCNTNW_11 = "This driver supports AMD PCNet-32 network devices."
  395.     $PCNTNW_12 = "Method to load the driver"
  396.     $PCNTNW_13 = "The user can choose a method to find the PCNet device."
  397.     $PCNTNW_14 = "I/O address"
  398.     $PCNTNW_15 = "Physical Board Number"
  399.     $PCNTNW_16 = "This keyword is applied only if you need to add
  400.             multiple frame types."
  401.     $PCNTNW_17 = "AMD PCNet-ISA+ & PCNet-ISA II Network Driver"
  402.     $PCNTNW_18 = "This driver supports AMD PCNetISA + & PCNetISA II network devices."
  403.     $PCNTNW_19 = "Method to load the driver"
  404.     $PCNTNW_20 = "The user can choose a method to find the PCNet device."
  405.     $PCNTNW_21 = "I/O address"
  406.     $PCNTNW_22 = "Physical Board Number"
  407.     $PCNTNW_23 = "This keyword is applied only if you need to add
  408.             multiple frame types."
  409.     $PCNTNW_24 = "Full Duplex Support"
  410.     $PCNTNW_25 = "Change the Default Full Duplex operation."
  411.     $PCNTNW_26 = "AMD PCNet-ISA Network Driver"
  412.     $PCNTNW_27 = "This driver supports AMD PCNet-ISA network devices."
  413.     $PCNTNW_28 = "I/O address"
  414.     $PCNTNW_29 = "IRQ number"
  415.     $PCNTNW_30 = "DMA channel"
  416.  
  417. LANG:   14
  418. ;Spanish
  419.     $PCNTNW_1 = "AMD PCNet-PCI Network Driver"
  420.     $PCNTNW_2 = "This driver supports AMD PCNet-PCI network devices."
  421.     $PCNTNW_3 = "Method to load the driver"
  422.     $PCNTNW_4 = "The user can choose a method to find the PCNet device."
  423.     $PCNTNW_5 = "I/O address"
  424.     $PCNTNW_6 = "Physical Board Number"
  425.     $PCNTNW_7 = "This keyword is applied only if you need to add
  426.             multiple frame types."
  427.     $PCNTNW_8 = "Full Duplex Support"
  428.     $PCNTNW_9 = "Change the Default Full Duplex operation."
  429.     $PCNTNW_10 = "AMD PCNet-32 Network Driver"
  430.     $PCNTNW_11 = "This driver supports AMD PCNet-32 network devices."
  431.     $PCNTNW_12 = "Method to load the driver"
  432.     $PCNTNW_13 = "The user can choose a method to find the PCNet device."
  433.     $PCNTNW_14 = "I/O address"
  434.     $PCNTNW_15 = "Physical Board Number"
  435.     $PCNTNW_16 = "This keyword is applied only if you need to add
  436.             multiple frame types."
  437.     $PCNTNW_17 = "AMD PCNet-ISA+ & PCNet-ISA II Network Driver"
  438.     $PCNTNW_18 = "This driver supports AMD PCNetISA + & PCNetISA II network devices."
  439.     $PCNTNW_19 = "Method to load the driver"
  440.     $PCNTNW_20 = "The user can choose a method to find the PCNet device."
  441.     $PCNTNW_21 = "I/O address"
  442.     $PCNTNW_22 = "Physical Board Number"
  443.     $PCNTNW_23 = "This keyword is applied only if you need to add
  444.             multiple frame types."
  445.     $PCNTNW_24 = "Full Duplex Support"
  446.     $PCNTNW_25 = "Change the Default Full Duplex operation."
  447.     $PCNTNW_26 = "AMD PCNet-ISA Network Driver"
  448.     $PCNTNW_27 = "This driver supports AMD PCNet-ISA network devices."
  449.     $PCNTNW_28 = "I/O address"
  450.     $PCNTNW_29 = "IRQ number"
  451.     $PCNTNW_30 = "DMA channel"
  452.