home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / NETEX10.IN_ / netex10.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  4.8 KB  |  84 lines

  1. ; Copyright (c) 2000, Microsoft
  2.  
  3. [version]
  4. Signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider    = %MSFT%
  8. LayoutFile  = layout.inf
  9. DriverVer=07/01/2001,1.51.0.0
  10.  
  11. [Manufacturer]
  12. %V_INTEL%   = Intel
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect    = *
  16.  
  17. [Intel]
  18. %INT1100.devicedesc% = INT1100.ndi, ISAPNP\INT1100      ; Intel EtherExpress 10 ISA Adapter (PnP Enabled)
  19.  
  20. ;-------------------------------------------------------------------------------
  21. ; Intel EtherExpress 10 ISA adapter (PnP Enabled)
  22. ;
  23. [INT1100.ndi]
  24. AddReg          = ex10.reg
  25. CopyFiles       = ex10.CopyFiles
  26. Characteristics = 0x84
  27. BusType         = 14
  28.  
  29. [INT1100.ndi.Services]
  30. AddService      = EX10, 2, ex10.Service, ex10.EventLog
  31.  
  32. ;-------------------------------------------------------------------------------
  33. ; ex10 Common
  34. ;
  35. [ex10.reg]
  36. HKR, Ndi,                         Service,    0, "EX10"
  37. HKR, Ndi\Interfaces,              UpperRange, 0, "ndis5"
  38. HKR, Ndi\Interfaces,              LowerRange, 0, "ethernet"
  39.  
  40. HKR, Ndi\params\TRANSCEIVER,      ParamDesc,  0, %Transceiver%
  41. HKR, Ndi\params\TRANSCEIVER,      default,    0, "0"
  42. HKR, Ndi\params\TRANSCEIVER,      type,       0, "enum"
  43. HKR, Ndi\params\TRANSCEIVER\enum, "0",        0, %Automatic%
  44. HKR, Ndi\params\TRANSCEIVER\enum, "2",        0, %BNC%
  45. HKR, Ndi\params\TRANSCEIVER\enum, "3",        0, %TPE%
  46.  
  47. [ex10.CopyFiles]
  48. ex10.sys,,,2
  49.  
  50. [ex10.Service]
  51. DisplayName     = %ex10.Service.DispName%
  52. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  53. StartType       = 3 ;%SERVICE_DEMAND_START%
  54. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  55. ServiceBinary   = %12%\ex10.sys
  56. LoadOrderGroup  = NDIS
  57.  
  58. [ex10.EventLog]
  59. AddReg = ex10.AddEventLog.reg
  60.  
  61. [ex10.AddEventLog.reg]
  62. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  63. HKR, , TypesSupported,   0x00010001, 7
  64.  
  65. [DestinationDirs]
  66. DefaultDestDir = 12
  67. ex10.CopyFiles = 12
  68.  
  69. ;-------------------------------------------------------------------------------
  70. ; Localizable Strings
  71. ;
  72. [Strings]
  73. MSFT                  = "Microsoft"
  74. V_INTEL               = "Intel"
  75.  
  76. Transceiver           = "Тип приемопередатчика"
  77. Automatic             = "Автоматический разъем"
  78. BNC                   = "BNC-разъем"
  79. TPE                   = "TP-разъем"
  80.  
  81. INT1100.devicedesc    = "Intel EtherExpress 10 ISAPNP Ethernet адаптер (Универсальный)"
  82.  
  83. ex10.Service.DispName = "Intel EtherExpress 10 ISA"
  84.