home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / SB410x USB_util / NetMotCM.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-09-25  |  7.5 KB  |  215 lines

  1. ;/*************************************************************************\
  2. ; ** Copyright(C) 1997-2001 Motorola.  All rights reserved.              **
  3. ; ** http://www.motorola.com                                             **
  4. ; ** This is the installation file for the Motorola USB Cable Modem      **
  5. ; **                                                                     **
  6. ;\*************************************************************************/
  7.  
  8. [version]
  9. Signature   = "$Chicago$"
  10. Class       = Net
  11. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider    = %MOT%
  13. Compatible  = 1                    ; works with Win2K and Win9x
  14. CatalogFile = netmotcm.cat
  15. ;LayoutFile = layout.inf
  16. DriverVer=09/25/2001, 2.0.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 =     USB\VID_07B2&PID_4100
  26. ExcludeFromSelect =     USB\VID_07B2&PID_4200
  27. ExcludeFromSelect =     USB\VID_07B2&PID_4210
  28.  
  29. [MOTOROLA]
  30. ;Models section - has an entry for each device installed by this file
  31. ;
  32. ; Display Name          Section           DeviceID
  33. ;_________________________________________________________________ 
  34. ;%ndiscm.DeviceDesc% =   ndiscm.ndi,       USB\VID_07B2&PID_4100
  35. ;%ndiscm.DeviceDesc% =   ndiscm.ndi,       USB\VID_07B2&PID_4200
  36.  
  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_4210.DeviceDesc% =    ndisSB421.ndi,    USB\VID_07B2&PID_4210
  42.  
  43. ;----------------------------------------------------------------------------
  44. ; Motorola SB4100 USB Cable Modem
  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. ;LogConfig = DefaultConfig
  52.  
  53. [ndisSB410.ndi.NT]
  54. ; Windows 2000  specific entry
  55. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  56. BusType         = 15                         ; USB, or any other PNP bus
  57. AddReg          = common.reg, ndiscm.nt.reg  ;
  58. CopyFiles       = ndiscm.nt.CopyFiles        ;
  59.  
  60. [ndisSB410.ndi.nt.Services]
  61. ; Windows 2000  specific entry
  62. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  63.  
  64. [ndisSB410.id.reg]
  65. ; Win9x id registry sections
  66. ; These are not needed by NT
  67. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4100"
  68.  
  69. ;----------------------------------------------------------------------------
  70. ; Motorola SB4200 USB Cable Modem
  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. [ndisSB420.id.reg]
  91. ; Win9x id registry sections
  92. ; These are not needed by NT
  93. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4200"
  94.  
  95. ;----------------------------------------------------------------------------
  96. ; Motorola SB4210 USB Cable Modem
  97. ;
  98. [ndisSB421.ndi]
  99. ; Windows 98 specific entry
  100. AddReg = ndisSB421.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
  101. DeviceID = "USB\VID_07B2&PID_4210"
  102. CopyFiles = ndiscm.9x.CopyFiles
  103. ;LogConfig = DefaultConfig
  104.  
  105. [ndisSB421.ndi.NT]
  106. ; Windows 2000  specific entry
  107. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
  108. BusType         = 15                         ; USB, or any other PNP bus
  109. AddReg          = common.reg, ndiscm.nt.reg  ;
  110. CopyFiles       = ndiscm.nt.CopyFiles        ;
  111.  
  112. [ndisSB421.ndi.nt.Services]
  113. ; Windows 2000  specific entry
  114. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  115.  
  116. [ndisSB421.id.reg]
  117. ; Win9x id registry sections
  118. ; These are not needed by NT
  119. HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4210"
  120.  
  121. ;-----------------------------------------------------------------------------
  122. ; common registry entries
  123. ;
  124. [common.reg]
  125. HKR,  Ndi\params\ByteSwapFlag,      ParamDesc, 0,  "Byte Swap Flag"
  126. HKR,  Ndi\params\ByteSwapFlag,      default,   0,  "ByteSwapFlag=0"
  127. HKR,  Ndi\params\ByteSwapFlag,      type,      0,  "edit"
  128. HKR,  Ndi\params\ByteSwapFlag,      LimitText, 0,  "128"
  129. HKR,  Ndi\params\ByteSwapFlag,      UpperCase, 0,  "0"
  130.  
  131. ;-----------------------------------------------------------------------------
  132. ; WIN2K (NT) specific
  133. ;
  134. [ndiscm.nt.reg]
  135. HKR, Ndi,                       Service,    0, "ndiscm"
  136. ; use ndis5 as the upper bound because NT supports it
  137. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  138. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  139.  
  140. [ndiscm.Service]
  141. DisplayName     = %ndiscm.Service.DispName%
  142. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  143. StartType       = 3 ;%SERVICE_DEMAND_START%
  144. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  145. ServiceBinary   = %12%\NetMotCM.sys
  146. LoadOrderGroup  = NDIS
  147. AddReg          = TextModeFlags.reg
  148.  
  149. [common.EventLog]
  150. AddReg = common.AddEventLog.reg
  151.  
  152. [common.AddEventLog.reg]
  153. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  154. HKR, , TypesSupported,   0x00010001, 7
  155.  
  156. [TextModeFlags.reg]
  157. HKR, , TextModeFlags, 0x00010001, 0x0001
  158.  
  159. ;----------------------------------------------------------------------------
  160. ; Win9x specific
  161. ;
  162. [ndiscm.flag.reg]
  163. ; flag is not needed by NT
  164. HKR,  Ndi\params\ByteSwapFlag,      flag,      1,  20,00,00,00
  165.  
  166. [ndiscm.9x.reg]
  167. HKR, ,              DevLoader,          0, "*ndis"
  168. HKR, ,              DeviceVxDs,         0, "netmotcm.sys"
  169. HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
  170. ; memphis appears to not support the ndis5 upper range, so use ndis3
  171. HKR, Ndi\Interfaces,DefUpper,       0, "ndis3"
  172. HKR, Ndi\Interfaces,DefLower,       0, "ethernet"
  173. HKR, Ndi\Interfaces,UpperRange,     0, "ndis3"
  174. HKR, Ndi\Interfaces,LowerRange,     0, "ethernet"
  175. HKR, NDIS,          LogDriverName,      0, "NetMotCM"
  176. HKR, NDIS,          MajorNdisVersion,   1, 03
  177. HKR, NDIS,          MinorNdisVersion,   1, 0A
  178. ; this installs the driver only if ndis3 exists
  179. ;HKR, Ndi\Install,   ndis3,              0, "ndiscm.install"
  180.  
  181. ;[ndiscm.install]
  182. ;CopyFiles = ndiscm.9x.CopyFiles
  183.  
  184. ;-----------------------------------------------------------------------------
  185. ; Files and Destination Directories
  186. ;
  187. [ndiscm.nt.CopyFiles]
  188. netmotcm.sys,,,2
  189.  
  190. [ndiscm.9x.CopyFiles]
  191. netmotcm.sys,,,2
  192.  
  193. [DestinationDirs]
  194. ndiscm.nt.CopyFiles = 12
  195. ndiscm.9x.CopyFiles = 11
  196.  
  197. [SourceDisksNames]
  198. 1 = %USBCM%,,,
  199. ;1 = %USBCM%,netmotcm.sys,,
  200.  
  201. [SourceDisksFiles]
  202. netmotcm.sys = 1
  203.  
  204. [Strings]
  205. MOT             = "Motorola"
  206. USBCM        = "USBCM"
  207. ; String that gets displayed while installing the device
  208. ; ndiscm.DeviceDesc       = "Motorola SurfBoard USB Cable Modem"
  209. USB\VID_07B2&PID_4100.DeviceDesc = "Motorola SurfBoard 4100 USB Cable Modem"
  210. USB\VID_07B2&PID_4200.DeviceDesc = "Motorola SurfBoard 4200 USB Cable Modem"
  211. USB\VID_07B2&PID_4210.DeviceDesc = "Motorola SurfBoard 4210 USB Cable Modem"
  212.  
  213. ; NT Service name
  214. ndiscm.Service.DispName = "Motorola SurfBoard USB Cable Modem Windows 2000 Driver"
  215.