home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / SBG1000_USB / NetMotCM.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-08-07  |  7.2 KB  |  210 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. ;\*************************************************************************/
  8.  
  9. [version]
  10. Signature   = "$Chicago$"
  11. Class       = Net
  12. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  13. Provider    = %MOT%
  14. Compatible  = 1                    ; works with Win2K and Win9x
  15. CatalogFile = netmotcm.cat
  16. DriverVer=02/25/2002, 2.3.0.0
  17.  
  18. [Manufacturer]
  19. %MOT% = MOTOROLA
  20.  
  21. [ControlFlags]
  22. ; Provides limited control on UI displays and events during installation.
  23. ; Must for any device on an enumerable BUS like USB
  24. ; Each PNP device should be included in this list
  25. ExcludeFromSelect =     \                                   ; blank for win95
  26.             USB\VID_07B2&PID_4100,   \
  27.             USB\VID_07B2&PID_4200,   \
  28.             USB\VID_07B2&PID_1000
  29.  
  30. [MOTOROLA]
  31. ;Models section - has an entry for each device installed by this file
  32. ; Display Name                  Section           DeviceID
  33. ;_________________________________________________________________ 
  34. %USB\VID_07B2&PID_4100.DeviceDesc% =     ndisSB410.ndi,    USB\VID_07B2&PID_4100
  35. %USB\VID_07B2&PID_4200.DeviceDesc% =    ndisSB420.ndi,    USB\VID_07B2&PID_4200
  36. %USB\VID_07B2&PID_1000.DeviceDesc% =    ndisSBG10.ndi,   USB\VID_07B2&PID_1000
  37.  
  38. ;----------------------------------------------------------------------------
  39. ; Motorola SB4100 USB Cable Modem
  40. ;
  41. [ndisSB410.id.reg]
  42. ; Win9x id registry sections
  43. ; These are not needed by NT
  44. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4100"
  45.  
  46. [ndisSB410.ndi]
  47. ; Windows 98 specific entry
  48. AddReg = ndisSB410.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
  49. DeviceID = "USB\VID_07B2&PID_4100"
  50. CopyFiles = ndiscm.9x.CopyFiles
  51.  
  52. [ndisSB410.ndi.NT]
  53. ; Windows 2000  specific entry
  54. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  55. BusType         = 15                         ; USB, or any other PNP bus
  56. AddReg          = common.reg, ndiscm.nt.reg  ;
  57. CopyFiles       = ndiscm.nt.CopyFiles        ;
  58.  
  59. [ndisSB410.ndi.nt.Services]
  60. ; Windows 2000  specific entry
  61. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  62.  
  63.  
  64. ;----------------------------------------------------------------------------
  65. ; Motorola SB4200 USB Cable Modem
  66. ;
  67. [ndisSB420.id.reg]
  68. ; Win9x id registry sections
  69. ; These are not needed by NT
  70. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4200"
  71.  
  72. [ndisSB420.ndi]
  73. ; Windows 98 specific entry
  74. AddReg = ndisSB420.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
  75. DeviceID = "USB\VID_07B2&PID_4200"
  76. CopyFiles = ndiscm.9x.CopyFiles
  77. ;LogConfig = DefaultConfig
  78.  
  79. [ndisSB420.ndi.NT]
  80. ; Windows 2000  specific entry
  81. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  82. BusType         = 15                         ; USB, or any other PNP bus
  83. AddReg          = common.reg, ndiscm.nt.reg  ;
  84. CopyFiles       = ndiscm.nt.CopyFiles        ;
  85.  
  86. [ndisSB420.ndi.nt.Services]
  87. ; Windows 2000  specific entry
  88. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  89.  
  90.  
  91. ;----------------------------------------------------------------------------
  92. ; Motorola SBG1000 USB Cable Modem
  93. ;
  94. [ndisSBG10.id.reg]
  95. ; Win9x id registry sections
  96. ; These are not needed by NT
  97. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_1000"
  98.  
  99. [ndisSBG10.ndi]
  100. ; Windows 98 specific entry
  101. AddReg = ndisSBG10.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
  102. DeviceID = "USB\VID_07B2&PID_1000"
  103. CopyFiles = ndiscm.9x.CopyFiles
  104. ;LogConfig = DefaultConfig
  105.  
  106. [ndisSBG10.ndi.NT]
  107. ; Windows 2000  specific entry
  108. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  109. BusType         = 15                         ; USB, or any other PNP bus
  110. AddReg          = common.reg, ndiscm.nt.reg  ;
  111. CopyFiles       = ndiscm.nt.CopyFiles        ;
  112.  
  113. [ndisSBG10.ndi.nt.Services]
  114. ; Windows 2000  specific entry
  115. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  116.  
  117.  
  118. ;-----------------------------------------------------------------------------
  119. ; common registry entries
  120. ;
  121. [common.reg]
  122. HKR,  Ndi\params\ByteSwapFlag,      ParamDesc, 0,  "Byte Swap Flag"
  123. HKR,  Ndi\params\ByteSwapFlag,      default,   0,  "ByteSwapFlag=0"
  124. HKR,  Ndi\params\ByteSwapFlag,      type,      0,  "edit"
  125. HKR,  Ndi\params\ByteSwapFlag,      LimitText, 0,  "128"
  126. HKR,  Ndi\params\ByteSwapFlag,      UpperCase, 0,  "0"
  127.  
  128. ;----------------------------------------------------------------------------
  129. ; Win9x specific
  130. ;
  131. [ndiscm.flag.reg]
  132. ; flag is not needed by NT
  133. HKR,  Ndi\params\ByteSwapFlag,      flag,      1,  20,00,00,00
  134.  
  135. [ndiscm.9x.reg]
  136. HKR, ,              DevLoader,          0, "*ndis"
  137. HKR, ,              DeviceVxDs,         0, "NetMotCM.sys"
  138. HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
  139. ; memphis appears to not support the ndis5 upper range, so use ndis3
  140. HKR, Ndi\Interfaces,DefUpper,       0, "ndis3"
  141. HKR, Ndi\Interfaces,DefLower,       0, "ethernet"
  142. HKR, Ndi\Interfaces,UpperRange,     0, "ndis3"
  143. HKR, Ndi\Interfaces,LowerRange,     0, "ethernet"
  144. HKR, NDIS,          LogDriverName,      0, "NetMotCM"
  145. HKR, NDIS,          MajorNdisVersion,   1, 03
  146. HKR, NDIS,          MinorNdisVersion,   1, 0A
  147.  
  148. ;-----------------------------------------------------------------------------
  149. ; WIN2K (NT) specific
  150. ;
  151. [ndiscm.nt.reg]
  152. HKR, Ndi,                       Service,    0, "ndiscm"
  153. ; use ndis5 as the upper bound because NT supports it
  154. HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
  155. HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
  156. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  157. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  158.  
  159. [ndiscm.Service]
  160. DisplayName     = %ndiscm.Service.DispName%
  161. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  162. StartType       = 3 ;%SERVICE_DEMAND_START%
  163. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  164. ServiceBinary   = %12%\NetMotCM.sys
  165. LoadOrderGroup  = NDIS
  166. AddReg          = TextModeFlags.reg
  167.  
  168. [common.EventLog]
  169. AddReg = common.AddEventLog.reg
  170.  
  171. [common.AddEventLog.reg]
  172. HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll
  173. HKR, , TypesSupported,   0x00010001, 7
  174.  
  175. [TextModeFlags.reg]
  176. HKR, , TextModeFlags, 0x00010001, 0x0001
  177.  
  178.  
  179. ;-----------------------------------------------------------------------------
  180. ; Files and Destination Directories
  181. ;
  182. [ndiscm.nt.CopyFiles]
  183. NetMotCM.sys,,,2
  184.  
  185. [ndiscm.9x.CopyFiles]
  186. NetMotCM.sys,,,2
  187.  
  188. [DestinationDirs]
  189. DefaultDestDir = 10,System32\Drivers
  190. ndiscm.nt.CopyFiles = 12
  191. ndiscm.9x.CopyFiles = 11
  192.  
  193. [SourceDisksNames]
  194. 1 = %USBCM%,,,
  195.  
  196. [SourceDisksFiles]
  197. NetMotCM.sys = 1
  198.  
  199. [Strings]
  200. MOT             = "Motorola"
  201. USBCM        = "USBCM"
  202. ; String that gets displayed while installing the device
  203. ; ndiscm.DeviceDesc       = "Motorola SurfBoard USB Cable Modem"
  204. USB\VID_07B2&PID_4100.DeviceDesc = "Motorola SurfBoard 4100 USB Cable Modem"
  205. USB\VID_07B2&PID_4200.DeviceDesc = "Motorola SurfBoard 4200 USB Cable Modem"
  206. USB\VID_07B2&PID_1000.DeviceDesc = "Motorola SurfBoard SBG1000 USB Gateway"
  207.  
  208. ; NT Service name
  209. ndiscm.Service.DispName = "Motorola SurfBoard USB Cable Modem Windows Driver"
  210.