home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / dc2980.zip / NETWARE5 / DC2980.DDI next >
Text File  |  2001-01-12  |  4KB  |  92 lines

  1. ;;╔════════════════════════════════════════════════════════════════════════╗
  2. ;;║ File:     DC2980.DDI                                                   ║
  3. ;;║                                                                        ║
  4. ;;║ Purpose:  Description and installation file for DC2980.HAM.            ║
  5. ;;║                                                                        ║
  6. ;;║ Author:   Bernd Schreiber                                              ║
  7. ;;║                                                                        ║
  8. ;;║ Notice:   (C) Copyright 2000 Dawicontrol GmbH                          ║
  9. ;;║           All rights reserved.                                         ║
  10. ;;║                                                                        ║
  11. ;;╚════════════════════════════════════════════════════════════════════════╝
  12. ;DrIvEr DeScRiPtIoN
  13. Syn:               1.00
  14. Ver:               1.00
  15.  
  16. ; File:     DC2980.HAM
  17.  
  18. Dr DC2980
  19. {
  20.     File:               DC2980.HAM
  21.  
  22.     Par:                2.00
  23.  
  24.     Des:                $DC2980_Des
  25.     Help:               $DC2980_Help
  26.  
  27.     Prod:               'PCI.1000.000C.DC93.2980.*'
  28.  
  29.     ;@# SProd:          'Dawicontrol~DC-2980U2W'
  30.  
  31.     Pr SLOT REQ
  32.     {
  33.     }
  34.  
  35. }
  36.  
  37. DLang:   4 ; English
  38.   $DC2980_Des =
  39.          "Dawicontrol DC-2980U2W Host Adapter Driver Module"
  40.   $DC2980_Help =
  41.          "When you load the driver, you need to tell it which
  42.          host adapter you are loading the driver for. This is
  43.          done with the command line option 'slot=x'. If the
  44.          option is not entered, you will be prompted to manually
  45.          enter a value."
  46.  
  47. Lang:   6 ; French - France
  48.   $DC2980_Des =
  49.          "Dawicontrol DC-2980U2W Host Adapter Driver Module"
  50.   $DC2980_Help =
  51.          "When you load the driver, you need to tell it which
  52.          host adapter you are loading the driver for. This is
  53.          done with the command line option 'slot=x'. If the
  54.          option is not entered, you will be prompted to manually
  55.          enter a value."
  56.  
  57. Lang:   7 ; German
  58.   $DC2980_Des =
  59.          "Dawicontrol DC-2980U2W Host Adapter Driver Module"
  60.   $DC2980_Help =
  61.          "Wenn Sie den Treiber laden, müssen Sie angeben für
  62.          welchen Adapter er gilt. Dies ist getan mit der
  63.          Komandaozeilen-Option 'slot=x'. Wenn diese Option nicht
  64.          angegeben ist, werden Sie aufgefordert einen Wert ein-
  65.          zugeben."
  66.  
  67. Lang:   8 ; Italian
  68.   $DC2980_Des =
  69.          "Dawicontrol DC-2980U2W Host Adapter Driver Module"
  70.   $DC2980_Help =
  71.          "When you load the driver, you need to tell it which
  72.          host adapter you are loading the driver for. This is
  73.          done with the command line option 'slot=x'. If the
  74.          option is not entered, you will be prompted to manually
  75.          enter a value."
  76.  
  77. Lang:  19 ; Spanish - Spain
  78.   $DC2980_Des =
  79.          "Dawicontrol DC-2980U2W Host Adapter Driver Module"
  80.   $DC2980_Help =
  81.          "When you load the driver, you need to tell it which
  82.          host adapter you are loading the driver for. This is
  83.          done with the command line option 'slot=x'. If the
  84.          option is not entered, you will be prompted to manually
  85.          enter a value."
  86.  
  87.  
  88. ;DrIvEr DeScRiPtIoN EnD
  89. ;;╔════════════════════════════════════════════════════════════════════════╗
  90. ;;║ End of DC2980.DDI                                                     ║
  91. ;;╚════════════════════════════════════════════════════════════════════════╝
  92.