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

  1. ; NETLM56.INF
  2. ;
  3. ; Copyright (c) 2000, Microsoft
  4.  
  5. [Version]
  6. LayoutFile = layout.inf
  7. Signature  = "$Windows NT$"
  8. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. Class      = Net
  10. Provider   = %MSFT%
  11. DriverVer=07/01/2001,5.0.2128.1
  12.  
  13. [Manufacturer]
  14. %Mfabc%=Mfabc
  15.  
  16. [ControlFlags]
  17. ExcludeFromSelect = *
  18.  
  19. [Mfabc]
  20. %MfabcA%=PCMLM56.ndi,MF\PCMLM56_DEV1
  21.  
  22.  
  23. [PCMLM56.ndi.NT]
  24. Characteristics = 0x84
  25. BusType         = 8
  26. AddReg          = common.reg, PCMLM56.ndi.registry
  27.  
  28. [PCMLM56.ndi.NT.Services]
  29. AddService = PCMLM56, 2, PCMLM56.Service, PCMLM56.AddEventLog
  30.  
  31. [common.reg]
  32. HKR, Ndi\params\ConnectionType,               ParamDesc,  0, %ConnectionType%
  33. HKR, Ndi\params\ConnectionType,               default,    0, "5"
  34. HKR, Ndi\params\ConnectionType,               type,       0, "enum"
  35. HKR, Ndi\params\ConnectionType\enum,          0,          0, %10HD%
  36. HKR, Ndi\params\ConnectionType\enum,          2,          0, %10FD%
  37. HKR, Ndi\params\ConnectionType\enum,          4,          0, %100HD%
  38. HKR, Ndi\params\ConnectionType\enum,          5,          0, %AutoSense%
  39. HKR, , ConnectionType, 0, "5"
  40.  
  41. [PCMLM56.ndi.registry]
  42. HKR, Ndi,               Service,    0, "PCMLM56"
  43. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  44. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  45. HKR,               ,    Pcmcia    , 0, "2"
  46.  
  47. [PCMLM56.Service]
  48. DisplayName     =   %PCMLM56.Service.DispName%
  49. ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
  50. StartType       =   3 ;%SERVICE_AUTO_START%
  51. ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
  52. ServiceBinary   =   %12%\PCMLM56.sys
  53. LoadOrderGroup  =   NDIS
  54.  
  55. [PCMLM56.AddEventLog]
  56. AddReg = PCMLM56.AddEventLog.reg
  57.  
  58. [PCMLM56.AddEventLog.reg]
  59. HKR, ,   EventMessageFile,  0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  60. HKR, ,   TypesSupported,    0x00010001, 7
  61.  
  62. [DestinationDirs]
  63. DefaultDestDir = 12
  64.  
  65. [Strings]
  66. MSFT                    = "Microsoft"
  67. Mfabc                   = "Linksys"
  68.  
  69. ConnectionType          = "Тип подключения"
  70. AutoSense               = "Авто"
  71. 100HD                   = "100 Мбит/с"
  72. 10HD                    = "10 Мбит/с"
  73. 10FD                    = "10 Мбит/с, полный дуплекс"
  74.  
  75. MfabcA="Linksys EtherFast 10&100 + 56K PC плата (PCMLM56) (LAN)"
  76. PCMLM56.Service.DispName ="Linksys EtherFast 10&100 + 56K PC Card (PCMLM56) драйвер устройства"
  77.