home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / tj615usbdrv / tj2kunic.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-11-09  |  6.9 KB  |  174 lines

  1. ;*****************************************************************************
  2. ;
  3. ; tj2kunic.inf   -- Install Terayon Cable Modem WDM drivers
  4. ;
  5. ; Copyright (c) 1997-2001 MCCI
  6. ;
  7. ; $Id: lower.inf,v 1.13 2001/06/20 17:20:06 maryg Exp $
  8. ;
  9. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  10. ;
  11. ;*****************************************************************************
  12.  
  13. [version]
  14. signature="$CHICAGO$"
  15. Class=USB
  16. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  17. Provider=%Provider%
  18. DriverVer=11/09/2001, 3.21.0.2700
  19. CatalogFile=tj2kunic.cat
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = *
  23.  
  24. ;-----------------------------------------------------------------------------
  25. ; Specify target paths...
  26. ;-----------------------------------------------------------------------------
  27. [DestinationDirs]
  28. DefaultDestDir                  = 11                    ; LDID_SYS
  29. TerayonWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  30. TerayonWdm.NT.CopyFiles        = 12                    ; system32\drivers
  31. PropPages.CopyFiles             = 11                    ; system
  32.  
  33. ;-----------------------------------------------------------------------------
  34. ; Specify the install disks.  A bit unwieldy during development.
  35. ;-----------------------------------------------------------------------------
  36. [SourceDisksNames]
  37. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  38. 1=%DiskString%,"tj2kunic.sys",,
  39.  
  40. [SourceDisksFiles]
  41. ; filename = diskid[, [subdir] [, size]]
  42. tj2kunic.sys = 1
  43. tj2kcr95.sys = 1
  44. tj2kcrnt.sys = 1
  45. tj2kvcr.vxd = 1
  46. tj2kwh95.sys = 1
  47. tj2kwhnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %Oem%=Terayon
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [Terayon]
  59. %Terayon.Ndis.Desc% = TerayonWdm.Install, USB\VID_06cc&PID_0101
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; How to install them:  On W9x, the [section] name is used directly.
  63. ; On NT, the system first tries [section.NT], then [section].
  64. ;-----------------------------------------------------------------------------
  65.  
  66. ;-----------------------------------------------------------------------------
  67. ; Diagnostics Files CopyFiles List Section
  68. ;-----------------------------------------------------------------------------
  69. [Terayon.CopyFiles]
  70.  
  71. ;-----------------------------------------------------------------------------
  72. ; XXX when we have a property page DLL, add it to the following section.
  73. ;-----------------------------------------------------------------------------
  74. [PropPages.CopyFiles]
  75.  
  76. ;-----------------------------------------------------------------------------
  77. ;       How to install the WDM driver on W95/W98
  78. ;-----------------------------------------------------------------------------
  79. [TerayonWdm.Install]
  80. DriverVer=11/09/2001, 3.21.0.2700
  81. CopyFiles       = TerayonWdm.W95.CopyFiles, Terayon.CopyFiles, PropPages.CopyFiles
  82. AddReg          = TerayonWdm.AddReg, TerayonWdm.W95.AddReg
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ;       How to install the WDM driver on NT
  86. ;-----------------------------------------------------------------------------
  87. [TerayonWdm.Install.NT]
  88. DriverVer=11/09/2001, 3.21.0.2700
  89. CopyFiles       = TerayonWdm.NT.CopyFiles
  90. AddReg          = TerayonWdm.AddReg, TerayonWdm.NT.AddReg
  91.  
  92. ;-----------------------------------------------------------------------------
  93. ;       How to start the WDM driver on NT
  94. ;-----------------------------------------------------------------------------
  95. [TerayonWdm.Install.NT.Services]
  96. AddService      = tj2kunic, 2, TerayonWdm.AddService
  97.  
  98. [TerayonWdm.AddService]
  99. DisplayName             = %Terayon.Service.Desc%
  100. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  101. StartType               = 3     ; SERVICE_DEMAND_START
  102. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  103. ServiceBinary           = %12%\tj2kunic.sys
  104. LoadOrderGroup          = Base
  105.  
  106. ;-----------------------------------------------------------------------------
  107. ;       WDM registry entries (all platforms)
  108. ;-----------------------------------------------------------------------------
  109. [TerayonWdm.AddReg]
  110. HKR,,CRUpperDescription,,%UpperDescription%
  111. HKR,,CREnum,,TJ2KCR
  112. HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
  113. HKR,,nRxBulkStreamObjects, 0x10001, 08,00,00,00
  114. HKR,,DataAltSetting, 0x10001, 01,00,00,00
  115. HKR,,EnableDriverCdcCmdProcessing, 0x10001, 01,00,00,00
  116. HKR,,EnableDriverCdcPktFiltering, 0x10001, 01,00,00,00
  117. HKR,,DevicePhysicalMedium, 0x10001, 02,00,00,00
  118. HKR,,IgnoreInterruptEndpoint, 0x10001, 01,00,00,00
  119.  
  120. ;-----------------------------------------------------------------------------
  121. ;       WDM registry entries (W95/98) (including how to start the driver)
  122. ;-----------------------------------------------------------------------------
  123. [TerayonWdm.W95.AddReg]
  124. HKR,,DevLoader,,*ntkern
  125. HKR,,NTMPDriver,,tj2kunic.sys
  126.  
  127. ;-----------------------------------------------------------------------------
  128. ;       WDM registry entries (NT only)
  129. ;-----------------------------------------------------------------------------
  130. [TerayonWdm.NT.AddReg]
  131.  
  132. ;-----------------------------------------------------------------------------
  133. ;       The WDM copy list for Win95 -- different because things go in
  134. ;       different places.  Also, we probably need to rename drivers 
  135. ;       during the install.
  136. ;-----------------------------------------------------------------------------
  137. [TerayonWdm.W95.CopyFiles]
  138. tj2kunic.sys
  139. tj2kcr.sys,tj2kcr95.sys
  140. tj2kvcr.vxd
  141. tj2kwh.sys,tj2kwh95.sys
  142.  
  143. ;-----------------------------------------------------------------------------
  144. ;       The WDM copy list for NT -- different because things go in
  145. ;       different places.
  146. ;-----------------------------------------------------------------------------
  147. [TerayonWdm.NT.CopyFiles]
  148. tj2kunic.sys
  149. tj2kwh.sys,tj2kwhnt.sys
  150. tj2kcr.sys,tj2kcrnt.sys
  151.  
  152. ;****************************************************************************
  153. ; Localizable Strings
  154. ;****************************************************************************
  155. [strings]
  156.  
  157. ;BEGIN ENG - US English Strings
  158. Provider = "Terayon"
  159. Oem = "Terayon"
  160. DiskString = "Terayon Cable Modem installation disk"
  161.  
  162. Terayon.Ndis.Desc = "Terayon Cable Modem (WDM)"
  163. Terayon.Service.Desc = "Terayon Cable Modem (WDM)"
  164.  
  165. UpperDescription = "Terayon Cable Modem networking device"
  166.  
  167. ;END ENG - US English Strings
  168.  
  169. ;-----------------------------------------------------------------------------
  170. ; Following are symbolic constants which don't change per locale.
  171. ;-----------------------------------------------------------------------------
  172.  
  173. ;*** end of file ***
  174.