home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Drivers / Windows_2000 / Cable_Modems / RCA / DCM226_235 / netrcacm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-07-25  |  5.0 KB  |  166 lines

  1. ; /****************************************************************************
  2. ; ** COPYRIGHT (C) 1994-1999 INTEL CORPORATION                               **
  3. ; ** HTTP://WWW.INTEL.COM/                                                   **
  4. ; ** THIS FILE IS PART OF THE INTEL USB CABLE MODEM REFERENCE DESIGN         **
  5. ; ****************************************************************************/
  6.  
  7. [version]
  8. Signature   = "$Chicago$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider    = %OEM%
  12. ;LayoutFile  = layout.inf          ; Only for drivers distributed with windows
  13. CatalogFile = netrcacm.cat           ; File holds digital signature.
  14. DriverVer=11/01/2000
  15. Compatible  = 1                    ; works with Win2K and Win9x
  16.  
  17. [Manufacturer]
  18. %V_MANUFACTURER% = OemName
  19.  
  20. [OemName]
  21. ;
  22. ; Display Name          Section           DeviceID
  23. ;_________________________________________________________________ 
  24. %netrcacm.DeviceDesc% =   netrcacm.ndi,       USB\VID_069B&PID_0704
  25.  
  26. [SourceDisksNames]
  27. 1=%INSTALLDISK%,,
  28.  
  29. [SourceDisksFiles]
  30. netrcacm.sys=1
  31.  
  32. [ControlFlags]
  33. ;
  34. ; Provides limited control on UI displays and events during installation.
  35. ; Must for any device on an enumerable BUS like USB
  36. ;
  37. ExcludeFromSelect = USB\VID_069B&PID_0704
  38.  
  39.  
  40. ;
  41. ; Windows 98 specific entry
  42. ;
  43. [netrcacm.ndi]
  44. AddReg = netrcacm.id.reg, netrcacm.9x.reg, common.reg 
  45. DeviceID = "USB\VID_069B&PID_0704"
  46. DriverVer=11/01/2000
  47.  
  48. ;
  49. ; Windows 2000  specific entry
  50. ;
  51. [netrcacm.ndi.NT]
  52. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI ??
  53. BusType         = 15                         ; (was PCI == 5), PnpBus == 15
  54. AddReg          = common.reg, netrcacm.nt.reg  ;
  55. CopyFiles       = netrcacm.nt.CopyFiles        ;
  56. DriverVer=11/01/2000
  57.  
  58.  
  59. [netrcacm.ndi.nt.Services]
  60. AddService = netrcacm, 2, netrcacm.Service, common.EventLog
  61.  
  62. ;----------------------------------------------------------------------------
  63. ; Win9x id registry sections
  64. ; These are not needed by NT
  65. ;
  66. [netrcacm.id.reg]
  67. HKR, Ndi, DeviceID, 0, "USB\VID_069B&PID_0704"
  68.  
  69.  
  70. ;-----------------------------------------------------------------------------
  71. ; common registry entries
  72. ;
  73. [common.reg]
  74. HKR,  NDI\params\ByteSwapFlag,      ParamDesc, 0,  "Byte Swap Flag"
  75. HKR,  NDI\params\ByteSwapFlag,      default,   0,  "ByteSwapFlag=0"
  76. HKR,  NDI\params\ByteSwapFlag,      type,      0,  "edit"
  77. HKR,  NDI\params\ByteSwapFlag,      LimitText, 0,  "128"
  78. HKR,  NDI\params\ByteSwapFlag,      UpperCase, 0,  "0"
  79. HKR,  NDI\params\ByteSwapFlag,      flag,      1,  "20","00","00","00"
  80.  
  81.  
  82.  
  83. ;-----------------------------------------------------------------------------
  84. ; WIN2K (NT) specific
  85. ;
  86. [netrcacm.nt.reg]
  87. HKR, Ndi,                       Service,    0, "netrcacm"
  88. ; use ndis5 as the upper bound because NT supports it
  89. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  90. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  91.  
  92.  
  93. [netrcacm.Service]
  94. DisplayName     = %netrcacm.Service.DispName%
  95. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  96. StartType       = 3 ;%SERVICE_DEMAND_START%
  97. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  98. ServiceBinary   = %12%\netrcacm.sys
  99. LoadOrderGroup  = NDIS
  100. AddReg          = TextModeFlags.reg
  101.  
  102.  
  103. [common.EventLog]
  104. AddReg = common.AddEventLog.reg
  105.  
  106. [common.AddEventLog.reg]
  107. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  108. HKR, , TypesSupported,   0x00010001, "7"
  109.  
  110. [TextModeFlags.reg]
  111. HKR, , TextModeFlags, 0x00010001, "0x0001"
  112.  
  113.  
  114. ;----------------------------------------------------------------------------
  115. ; Win9x specific
  116. ;
  117. [netrcacm.9x.reg]
  118. HKR, ,              DevLoader,          0, "*ndis"
  119. HKR, ,              DeviceVxDs,         0, "netrcacm.sys"
  120. HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
  121. ; memphis appears to not support the ndis5 upper range, so use ndis3
  122. HKR, Ndi\Interfaces,DefUpper,       0, "ndis3"
  123. HKR, Ndi\Interfaces,DefLower,       0, "ethernet"
  124. HKR, Ndi\Interfaces,UpperRange,     0, "ndis3"
  125. HKR, Ndi\Interfaces,LowerRange,     0, "ethernet"
  126.  
  127.  
  128. HKR, NDIS,          LogDriverName,      0, "netrcacm"
  129. HKR, NDIS,          MajorNdisVersion,   1, "03"
  130. HKR, NDIS,          MinorNdisVersion,   1, "0A"
  131.  
  132. HKR, Ndi\Install,   ndis3,              0, "netrcacm.install"
  133.  
  134. [netrcacm.install]
  135. CopyFiles = netrcacm.9x.CopyFiles
  136.  
  137.  
  138. ;-----------------------------------------------------------------------------
  139. ; DestinationDirs
  140. ;
  141. [netrcacm.nt.CopyFiles]
  142. netrcacm.sys,,,2
  143.  
  144. [netrcacm.9x.CopyFiles]
  145. netrcacm.sys,,,2
  146.  
  147. [DestinationDirs]
  148. DefaultDestDir = 10,system32\drivers     ; manditory dest for all wdm drivers?
  149. netrcacm.nt.CopyFiles = 12
  150. netrcacm.9x.CopyFiles = 11
  151.  
  152. [Strings]
  153. OEM     = "RCA"
  154. V_MANUFACTURER = "Thomson Consumer Electronics"
  155.  
  156. ;
  157. ; String that gets displayed while installing the device
  158. ;
  159. netrcacm.DeviceDesc = "RCA USB Cable Modem"
  160. INSTALLDISK = "Install Disk"
  161.  
  162. ;
  163. ; NT Service name
  164. ;
  165. netrcacm.Service.DispName = "RCA USB based Digital Cable Modem Win2000 Driver"
  166.