home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / 5100_WHQL / NetMotCM.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-10-25  |  9.6 KB  |  274 lines

  1. ;/********************************************************************************\
  2. ; ** Copyright(C) 1997-2001 Motorola.  All rights reserved.             **
  3. ; ** http://www.motorola.com                             **
  4. ; ** Installation file for the Motorola USB Driver                                 **
  5. ; ** Products: Surfboard                                     **
  6. ; **                                                                         **
  7. ; ** INF file version: 2.3E                                                        **
  8. ; ** Changes/additions: this version added support for SB5100                      **
  9. ; **                                                                         **
  10. ;\********************************************************************************/
  11.  
  12. [version]
  13. Signature   = "$Chicago$"
  14. Class       = Net
  15. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  16. Provider    = %MOT%
  17. Compatible  = 1                    ; works with Win2K and Win9x
  18. CatalogFile = netmotcm.cat
  19. DriverVer=02/25/2002, 2.3.0.0
  20.  
  21. [Manufacturer]
  22. %MOT% = MOTOROLA
  23.  
  24. [ControlFlags]
  25. ; Provides limited control on UI displays and events during installation.
  26. ; Must for any device on an enumerable BUS like USB
  27. ; Each PNP device should be included in this list
  28. ExcludeFromSelect =     \                                   ; blank for win95
  29.             USB\VID_07B2&PID_4100,   \
  30.             USB\VID_07B2&PID_4200,   \
  31.             USB\VID_07B2&PID_5100,   \
  32.             USB\VID_07B2&PID_1000,   \
  33.             USB\VID_07B2&PID_0100
  34.  
  35. [MOTOROLA]
  36. ;Models section - has an entry for each device installed by this file
  37. ; Display Name                  Section           DeviceID
  38. ;_________________________________________________________________ 
  39. %USB\VID_07B2&PID_4100.DeviceDesc% =     ndisSB410.ndi,    USB\VID_07B2&PID_4100
  40. %USB\VID_07B2&PID_4200.DeviceDesc% =    ndisSB420.ndi,    USB\VID_07B2&PID_4200
  41. %USB\VID_07B2&PID_5100.DeviceDesc% =    ndisSB510.ndi,    USB\VID_07B2&PID_5100
  42. %USB\VID_07B2&PID_1000.DeviceDesc% =    ndisSBG10.ndi,    USB\VID_07B2&PID_1000
  43. %USB\VID_07B2&PID_0100.DeviceDesc% =    ndisSBV42.ndi,    USB\VID_07B2&PID_0100
  44.  
  45.  
  46. ;----------------------------------------------------------------------------
  47. ; Motorola SB4100 USB Cable Modem
  48. ;
  49. [ndisSB410.id.reg]
  50. ; Win9x id registry sections
  51. ; These are not needed by NT
  52. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4100"
  53.  
  54. [ndisSB410.ndi]
  55. ; Windows 98 specific entry
  56. AddReg = ndisSB410.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
  57. DeviceID = "USB\VID_07B2&PID_4100"
  58. CopyFiles = ndiscm.9x.CopyFiles
  59.  
  60. [ndisSB410.ndi.NT]
  61. ; Windows 2000  specific entry
  62. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  63. BusType         = 15                         ; USB, or any other PNP bus
  64. AddReg          = common.reg, ndiscm.nt.reg  ;
  65. CopyFiles       = ndiscm.nt.CopyFiles        ;
  66.  
  67. [ndisSB410.ndi.nt.Services]
  68. ; Windows 2000  specific entry
  69. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  70.  
  71.  
  72. ;----------------------------------------------------------------------------
  73. ; Motorola SB4200 USB Cable Modem
  74. ;
  75. [ndisSB420.id.reg]
  76. ; Win9x id registry sections
  77. ; These are not needed by NT
  78. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4200"
  79.  
  80. [ndisSB420.ndi]
  81. ; Windows 98 specific entry
  82. AddReg = ndisSB420.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
  83. DeviceID = "USB\VID_07B2&PID_4200"
  84. CopyFiles = ndiscm.9x.CopyFiles
  85. ;LogConfig = DefaultConfig
  86.  
  87. [ndisSB420.ndi.NT]
  88. ; Windows 2000  specific entry
  89. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  90. BusType         = 15                         ; USB, or any other PNP bus
  91. AddReg          = common.reg, ndiscm.nt.reg  ;
  92. CopyFiles       = ndiscm.nt.CopyFiles        ;
  93.  
  94. [ndisSB420.ndi.nt.Services]
  95. ; Windows 2000  specific entry
  96. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  97.  
  98.  
  99. ;----------------------------------------------------------------------------
  100. ; Motorola SB5100 USB Cable Modem
  101. ;
  102. [ndisSB510.id.reg]
  103. ; Win9x id registry sections
  104. ; These are not needed by NT
  105. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_5100"
  106.  
  107. [ndisSB510.ndi]
  108. ; Windows 98 specific entry
  109. AddReg = ndisSB510.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
  110. DeviceID = "USB\VID_07B2&PID_5100"
  111. CopyFiles = ndiscm.9x.CopyFiles
  112. ;LogConfig = DefaultConfig
  113.  
  114. [ndisSB510.ndi.NT]
  115. ; Windows 2000  specific entry
  116. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  117. BusType         = 15                         ; USB, or any other PNP bus
  118. AddReg          = common.reg, ndiscm.nt.reg  ;
  119. CopyFiles       = ndiscm.nt.CopyFiles        ;
  120.  
  121. [ndisSB510.ndi.nt.Services]
  122. ; Windows 2000  specific entry
  123. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  124.  
  125.  
  126. ;----------------------------------------------------------------------------
  127. ; Motorola SBG1000 USB Cable Modem
  128. ;
  129. [ndisSBG10.id.reg]
  130. ; Win9x id registry sections
  131. ; These are not needed by NT
  132. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_1000"
  133.  
  134. [ndisSBG10.ndi]
  135. ; Windows 98 specific entry
  136. AddReg = ndisSBG10.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
  137. DeviceID = "USB\VID_07B2&PID_1000"
  138. CopyFiles = ndiscm.9x.CopyFiles
  139. ;LogConfig = DefaultConfig
  140.  
  141. [ndisSBG10.ndi.NT]
  142. ; Windows 2000  specific entry
  143. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  144. BusType         = 15                         ; USB, or any other PNP bus
  145. AddReg          = common.reg, ndiscm.nt.reg  ;
  146. CopyFiles       = ndiscm.nt.CopyFiles        ;
  147.  
  148. [ndisSBG10.ndi.nt.Services]
  149. ; Windows 2000  specific entry
  150. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  151.  
  152.  
  153. ;----------------------------------------------------------------------------
  154. ; Motorola SBV4200 USB Cable Modem
  155. ;
  156. [ndisSBV42.id.reg]
  157. ; Win9x id registry sections
  158. ; These are not needed by NT
  159. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_0100"
  160.  
  161. [ndisSBV42.ndi]
  162. ; Windows 98 specific entry
  163. AddReg = ndisSBV42.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
  164. DeviceID = "USB\VID_07B2&PID_0100"
  165. CopyFiles = ndiscm.9x.CopyFiles
  166. ;LogConfig = DefaultConfig
  167.  
  168. [ndisSBV42.ndi.NT]
  169. ; Windows 2000  specific entry
  170. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  171. BusType         = 15                         ; USB, or any other PNP bus
  172. AddReg          = common.reg, ndiscm.nt.reg  ;
  173. CopyFiles       = ndiscm.nt.CopyFiles        ;
  174.  
  175. [ndisSBV42.ndi.nt.Services]
  176. ; Windows 2000  specific entry
  177. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  178.  
  179.  
  180. ;-----------------------------------------------------------------------------
  181. ; common registry entries
  182. ;
  183. [common.reg]
  184. HKR,  Ndi\params\ByteSwapFlag,      ParamDesc, 0,  "Byte Swap Flag"
  185. HKR,  Ndi\params\ByteSwapFlag,      default,   0,  "ByteSwapFlag=0"
  186. HKR,  Ndi\params\ByteSwapFlag,      type,      0,  "edit"
  187. HKR,  Ndi\params\ByteSwapFlag,      LimitText, 0,  "128"
  188. HKR,  Ndi\params\ByteSwapFlag,      UpperCase, 0,  "0"
  189.  
  190. ;----------------------------------------------------------------------------
  191. ; Win9x specific
  192. ;
  193. [ndiscm.flag.reg]
  194. ; flag is not needed by NT
  195. HKR,  Ndi\params\ByteSwapFlag,      flag,      1,  20,00,00,00
  196.  
  197. [ndiscm.9x.reg]
  198. HKR, ,              DevLoader,          0, "*ndis"
  199. HKR, ,              DeviceVxDs,         0, "NetMotCM.sys"
  200. HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
  201. ; memphis appears to not support the ndis5 upper range, so use ndis3
  202. HKR, Ndi\Interfaces,DefUpper,       0, "ndis3"
  203. HKR, Ndi\Interfaces,DefLower,       0, "ethernet"
  204. HKR, Ndi\Interfaces,UpperRange,     0, "ndis3"
  205. HKR, Ndi\Interfaces,LowerRange,     0, "ethernet"
  206. HKR, NDIS,          LogDriverName,      0, "NetMotCM"
  207. HKR, NDIS,          MajorNdisVersion,   1, 03
  208. HKR, NDIS,          MinorNdisVersion,   1, 0A
  209.  
  210. ;-----------------------------------------------------------------------------
  211. ; WIN2K (NT) specific
  212. ;
  213. [ndiscm.nt.reg]
  214. HKR, Ndi,                       Service,    0, "ndiscm"
  215. ; use ndis5 as the upper bound because NT supports it
  216. HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
  217. HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
  218. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  219. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  220.  
  221. [ndiscm.Service]
  222. DisplayName     = %ndiscm.Service.DispName%
  223. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  224. StartType       = 3 ;%SERVICE_DEMAND_START%
  225. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  226. ServiceBinary   = %12%\NetMotCM.sys
  227. LoadOrderGroup  = NDIS
  228. AddReg          = TextModeFlags.reg
  229.  
  230. [common.EventLog]
  231. AddReg = common.AddEventLog.reg
  232.  
  233. [common.AddEventLog.reg]
  234. HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll
  235. HKR, , TypesSupported,   0x00010001, 7
  236.  
  237. [TextModeFlags.reg]
  238. HKR, , TextModeFlags, 0x00010001, 0x0001
  239.  
  240.  
  241. ;-----------------------------------------------------------------------------
  242. ; Files and Destination Directories
  243. ;
  244. [ndiscm.nt.CopyFiles]
  245. NetMotCM.sys,,,2
  246.  
  247. [ndiscm.9x.CopyFiles]
  248. NetMotCM.sys,,,2
  249.  
  250. [DestinationDirs]
  251. DefaultDestDir = 10,System32\Drivers
  252. ndiscm.nt.CopyFiles = 12
  253. ndiscm.9x.CopyFiles = 11
  254.  
  255. [SourceDisksNames]
  256. 1 = %USBCM%,,,
  257.  
  258. [SourceDisksFiles]
  259. NetMotCM.sys = 1
  260.  
  261. [Strings]
  262. MOT             = "Motorola"
  263. USBCM        = "USBCM"
  264. ; String that gets displayed while installing the device
  265. ; ndiscm.DeviceDesc       = "Motorola SurfBoard USB Cable Modem"
  266. USB\VID_07B2&PID_4100.DeviceDesc = "Motorola SurfBoard 4100 USB Cable Modem"
  267. USB\VID_07B2&PID_4200.DeviceDesc = "Motorola SurfBoard 4200 USB Cable Modem"
  268. USB\VID_07B2&PID_5100.DeviceDesc = "Motorola SURFboard SB5100 USB Cable Modem"
  269. USB\VID_07B2&PID_1000.DeviceDesc = "Motorola SurfBoard SBG1000 USB Gateway"
  270. USB\VID_07B2&PID_0100.DeviceDesc = "Motorola SURFboard Voice over IP Cable Modem"
  271.  
  272. ; NT Service name
  273. ndiscm.Service.DispName = "Motorola SurfBoard USB Cable Modem Windows Driver"
  274.