home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / NETKTC.IN_ / netktc.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  5.6 KB  |  87 lines

  1. ; Copyright (c) 2001, 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,2.0.2195.1
  10.  
  11. [Manufacturer]
  12. %Kingston%  = KTC111
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. [KTC111]
  18. %KTC111.DeviceDesc%  = KTC111.ndi,   PCI\VEN_11AD&DEV_C115&SUBSYS_000B2646
  19. %GEN.DeviceDesc%     = KTC111.ndi,   PCI\VEN_11AD&DEV_C115&SUBSYS_F001128A
  20.  
  21. [KTC111.ndi.NT]
  22. Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
  23. BusType         = 5    ; PCI
  24. AddReg          = pci.reg,ntid.reg,KTC111.param.reg, KTC111.nt.reg
  25. CopyFiles       = KTC111.ndis5.CopyFiles
  26.  
  27. [KTC111.ndi.NT.Services]
  28. AddService      = KTC111, 2, KTC111.Service, KTC111.EventLog
  29.  
  30. [pci.reg]
  31. HKR,,AdapterType,0,"5"
  32. HKR,,BusType,0,"5"
  33.  
  34. [KTC111.param.reg]
  35. HKR, Ndi\params\ConnectionType,              ParamDesc,0, %ConnectionType%
  36. HKR, Ndi\params\ConnectionType,              default,  0, "0"
  37. HKR, Ndi\params\ConnectionType,              type,     0, "enum"
  38. HKR, Ndi\params\ConnectionType\enum,         0,        0, %SpeedAutoDetect%
  39. HKR, Ndi\params\ConnectionType\enum,         1,        0, %100MbFull_Duplex%
  40. HKR, Ndi\params\ConnectionType\enum,         2,        0, %100MbHalf_Duplex%
  41. HKR, Ndi\params\ConnectionType\enum,         3,        0, %10MbFull_Duplex%
  42. HKR, Ndi\params\ConnectionType\enum,         4,        0, %10MbHalf_Duplex%
  43.  
  44. [ntid.reg]
  45. HKR,,AdapterCFID,0, "C11511AD"
  46.  
  47. [KTC111.nt.reg]
  48. HKR, Ndi,             Service,    0, "KTC111"
  49. HKR, Ndi\Interfaces,  UpperRange, 0, "ndis5"
  50. HKR, Ndi\Interfaces,  LowerRange, 0, "ethernet"
  51.  
  52. [KTC111.Service]
  53. DisplayName     = %KTC111.Service.DispName%
  54. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  55. StartType       = 3 ;%SERVICE_DEMAND_START%
  56. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  57. ServiceBinary   = %12%\KTC111.SYS
  58. LoadOrderGroup  = NDIS
  59.  
  60.  
  61. [KTC111.EventLog]
  62. Addreg = KTC111.AddEventLog.reg
  63.  
  64. [KTC111.AddEventLog.reg]
  65. HKR, , EventMessageFile,   0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  66. HKR, , TypesSupported,     0x00010001, 7
  67.  
  68. [KTC111.ndis5.CopyFiles]
  69. KTC111.SYS,,,2
  70.  
  71. [DestinationDirs]
  72. DefaultDestDir =12
  73. KTC111.ndis5.CopyFiles= 12
  74.   
  75. [Strings]
  76. MSFT                    = "Microsoft"
  77. Kingston                = "Kingston"
  78. ConnectionType          = "Тип подключения"
  79. SpeedAutoDetect         = "Автовыбор"
  80. 100MbFull_Duplex        = "100Mb полный дуплекс"
  81. 100MbHalf_Duplex        = "100Mb полудуплекс"
  82. 10MbFull_Duplex         = "10Mb  полный дуплекс"
  83. 10MbHalf_Duplex         = "10Mb  полудуплекс"
  84. KTC111.DeviceDesc       = "Kingston EtherRx KNE111TX PCI Fast Ethernet адаптер"
  85. GEN.DeviceDesc          = "Lite-On Communications LC82C115-Based 10/100 Ethernet адаптер"
  86. KTC111.Service.DispName = "Kingston EtherRx KNE111TX NDIS 5.0 драйвер минипорта"
  87.