Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
3.8 KiB

  1. ;
  2. ; IRMK7W2K.INF
  3. ; MK7100-BASED (Sierra) VFIR Wireless Aadapter
  4. ; (for Windows 2000)
  5. ;
  6. ; Copyright (C) 2000, 2001 MKNet Corporation
  7. [Version]
  8. LayoutFile = layout.inf
  9. Signature = "$Windows NT$"
  10. Class = Infrared
  11. ClassGUID = {6bdd1fc5-810f-11d0-BEC7-08002BE2092F}
  12. Provider = %MKNET%
  13. DriverVer = 1/10/2001
  14. [ControlFlags]
  15. ExcludeFromSelect=PCI\VEN_1641&DEV_7100
  16. [DestinationDirs]
  17. ;
  18. ; Specify destination directories for groups of files.
  19. ; '12' indicates the Windows System directory.
  20. ;
  21. DefaultDestDir=12
  22. MK7_CopyFiles=12
  23. [Manufacturer]
  24. ;
  25. ; Specify a name and devices section for each supported manufacturer that
  26. ; makes products of this class.
  27. ;
  28. %MKNET%=MK7_Devices
  29. [MK7_Devices]
  30. ;
  31. ; This section describes the devices of this class made by a particular
  32. ; manufacturer.
  33. ; The first descriptor, delimited by '%', is a symbolic string whose actual
  34. ; value is given in the [Strings] section below.
  35. ;
  36. ; Detection of the PCI device.
  37. %sierra.DevDesc%=SIERRA.ndi, PCI\VEN_1641&DEV_7100
  38. [SIERRA.ndi]
  39. ;
  40. ; This section describes how to install a particular device.
  41. ; It names other sections which detail the registry changes
  42. ; that need to be made and the files that need to be copied.
  43. ;
  44. DeviceID=PCI\VEN_1641&DEV_7100
  45. DelReg=SIERRA_DelReg
  46. AddReg=SIERRA_AddReg,Help_Addreg
  47. BusType=5
  48. Characteristics=0x4 ; NCF_PHYSICAL
  49. CopyFiles=MK7_CopyFiles
  50. [SIERRA.ndi.Coinstallers]
  51. DelReg=SIERRA_DelCoinstallers
  52. [SIERRA.ndi.Services]
  53. AddService= SIERRA, 2, SIERRA.AddService, common.EventLog
  54. ; RYM
  55. DelService=SIERRA
  56. [MK7_CopyFiles]
  57. ;
  58. ; This section lists the source and destination names of files that need
  59. ; to be copied to the user's drive. The destination directory is given
  60. ; in the [DestinationDirs] section above.
  61. ;
  62. irmk7.sys,,,2
  63. [SIERRA_AddReg]
  64. ;
  65. ; This section describes additions to the Windows registry.
  66. ; See the Windows 95 Resource kit and be sure of what you're
  67. ; doing before making changes. You can use the regedit.exe tool that
  68. ; comes with Windows 95/NT to browse the registry.
  69. ;
  70. ; Interfaces
  71. HKR, Ndi, Service, 0, "SIERRA"
  72. HKR, Ndi, RequiredAll,0, "MS_IrDA"
  73. HKR,NDI\Interfaces,DefUpper,0,%UpperInterface%
  74. HKR,NDI\Interfaces,UpperRange,0,%UpperInterface%
  75. HKR,Ndi\Interfaces, DefLower, 0,%LowerInterface%
  76. HKR,Ndi\Interfaces, LowerRange, 0,%LowerInterface%
  77. ;
  78. ; Allow the user to select MaxConnectRate.
  79. ; The user's selection is recorded in the registry and then read out
  80. ; by the irmk7.sys driver at boot time.
  81. ;
  82. HKR,NDI\params\MaxConnectRate,ParamDesc,,"MaxConnectRate"
  83. HKR,NDI\params\MaxConnectRate,flag,1,20,00,00,00
  84. HKR,NDI\params\MaxConnectRate,default,,16000000
  85. HKR,,MaxConnectRate,,"16000000"
  86. HKR,NDI\params\MaxConnectRate,type,,enum
  87. HKR,NDI\params\MaxConnectRate\enum,"16000000",,"16,000,000 bps"
  88. HKR,NDI\params\MaxConnectRate\enum,"4000000",, " 4,000,000 bps"
  89. HKR,NDI\params\MaxConnectRate\enum,"1152000",, " 1,152,000 bps"
  90. HKR,NDI\params\MaxConnectRate\enum,"115200",, " 115,200 bps"
  91. HKR,NDI\params\MaxConnectRate\enum,"576000",, " 576,000 bps"
  92. HKR,NDI\params\MaxConnectRate\enum,"57600",, " 57,600 bps"
  93. HKR,NDI\params\MaxConnectRate\enum,"38400",, " 38,400 bps"
  94. HKR,NDI\params\MaxConnectRate\enum,"19200",, " 19,200 bps"
  95. HKR,NDI\params\MaxConnectRate\enum,"9600",, " 9,600 bps"
  96. [SIERRA_DelReg]
  97. HKR,,EnumPropPages32
  98. [SIERRA_DelCoinstallers]
  99. HKR,,CoInstallers32
  100. [Help_Addreg]
  101. HKR,NDI,HelpText,0,%SIERRA_HELP%
  102. [SIERRA.AddService]
  103. DisplayName = %sierra.DevDesc%
  104. ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
  105. StartType = 3 ; %SERVICE_DEMAND_START%
  106. ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
  107. ServiceBinary = %12%\irmk7.sys ;12=drivers directory
  108. LoadOrderGroup = NDIS
  109. [common.EventLog]
  110. AddReg = common.AddEventLog.reg
  111. [common.AddEventLog.reg]
  112. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  113. HKR, , TypesSupported, 0x00010001, 7