home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / Windows_ME / Cable_Modems / Terayon / 210 / tbntunic.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2000-11-07  |  6.6 KB  |  170 lines

  1. ;*****************************************************************************
  2. ;
  3. ; tbntunic.inf   -- Install USB Cable Modem WDM drivers
  4. ;
  5. ; Copyright (c) 2000 MCCI
  6. ;
  7. ; $Id: lower.inf,v 1.10 2000/10/24 01:51:24 tmm 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=10/30/2000, 3.16.0.2700
  19. ;CatalogFile=tbntunic.cat
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = *
  23.  
  24. ;-----------------------------------------------------------------------------
  25. ; Specify target paths...
  26. ;-----------------------------------------------------------------------------
  27. [DestinationDirs]
  28. DefaultDestDir                  = 11                    ; LDID_SYS
  29. TurboNetWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  30. TurboNetWdm.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%,"tbntunic.sys",,
  39.  
  40. [SourceDisksFiles]
  41. ; filename = diskid[, [subdir] [, size]]
  42. tbntunic.sys = 1
  43. tbntcr95.sys = 1
  44. tbntcrnt.sys = 1
  45. tbntvcr.vxd = 1
  46. tbntwh95.sys = 1
  47. tbntwhnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %TBNT%=TBNT
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [TBNT]
  59. %DeviceDescription% = TurboNetWdm.Install, USB\VID_040e&PID_e301
  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. [TurboNet.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. [TurboNetWdm.Install]
  80. DriverVer=10/30/2000, 3.16.0.2700
  81. CopyFiles       = TurboNetWdm.W95.CopyFiles, TurboNet.CopyFiles, PropPages.CopyFiles
  82. AddReg          = TurboNetWdm.AddReg, TurboNetWdm.W95.AddReg
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ;       How to install the WDM driver on NT
  86. ;-----------------------------------------------------------------------------
  87. [TurboNetWdm.Install.NT]
  88. DriverVer=10/30/2000, 3.16.0.2700
  89. CopyFiles       = TurboNetWdm.NT.CopyFiles
  90. AddReg          = TurboNetWdm.AddReg, TurboNetWdm.NT.AddReg
  91.  
  92. ;-----------------------------------------------------------------------------
  93. ;       How to start the WDM driver on NT
  94. ;-----------------------------------------------------------------------------
  95. [TurboNetWdm.Install.NT.Services]
  96. AddService      = tbntunic, 2, TurboNetWdm.AddService
  97.  
  98. [TurboNetWdm.AddService]
  99. DisplayName             = %ServiceDescription%
  100. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  101. StartType               = 3     ; SERVICE_DEMAND_START
  102. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  103. ServiceBinary           = %12%\tbntunic.sys
  104. LoadOrderGroup          = Base
  105.  
  106. ;-----------------------------------------------------------------------------
  107. ;       WDM registry entries (all platforms)
  108. ;-----------------------------------------------------------------------------
  109. [TurboNetWdm.AddReg]
  110. HKR,,CRUpperDescription,,%UpperDescription%
  111. HKR,,CREnum,,tbntcr
  112. HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
  113. HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
  114. HKR,,DataAltSetting, 0x10001, 02,00,00,00
  115.  
  116. ;-----------------------------------------------------------------------------
  117. ;       WDM registry entries (W95/98) (including how to start the driver)
  118. ;-----------------------------------------------------------------------------
  119. [TurboNetWdm.W95.AddReg]
  120. HKR,,DevLoader,,*ntkern
  121. HKR,,NTMPDriver,,tbntunic.sys
  122.  
  123. ;-----------------------------------------------------------------------------
  124. ;       WDM registry entries (NT only)
  125. ;-----------------------------------------------------------------------------
  126. [TurboNetWdm.NT.AddReg]
  127.  
  128. ;-----------------------------------------------------------------------------
  129. ;       The WDM copy list for Win95 -- different because things go in
  130. ;       different places.  Also, we probably need to rename drivers 
  131. ;       during the install.
  132. ;-----------------------------------------------------------------------------
  133. [TurboNetWdm.W95.CopyFiles]
  134. tbntunic.sys
  135. tbntcr.sys,tbntcr95.sys
  136. tbntvcr.vxd
  137. tbntwh.sys,tbntwh95.sys
  138.  
  139. ;-----------------------------------------------------------------------------
  140. ;       The WDM copy list for NT -- different because things go in
  141. ;       different places.
  142. ;-----------------------------------------------------------------------------
  143. [TurboNetWdm.NT.CopyFiles]
  144. tbntunic.sys
  145. tbntwh.sys,tbntwhnt.sys
  146. tbntcr.sys,tbntcrnt.sys
  147.  
  148. ;****************************************************************************
  149. ; Localizable Strings
  150. ;****************************************************************************
  151. [strings]
  152.  
  153. ;BEGIN ENG - US English Strings
  154. Provider = "TurboNet"
  155. TBNT = "TurboNet"
  156. DiskString = "USB Cable Modem installation disk"
  157.  
  158. DeviceDescription = "USB Cable Modem (WDM)"
  159. ServiceDescription = "USB Cable Modem WDM driver"
  160.  
  161. UpperDescription = "USB Cable Modem (NDIS)"
  162.  
  163. ;END ENG - US English Strings
  164.  
  165. ;-----------------------------------------------------------------------------
  166. ; Following are symbolic constants which don't change per locale.
  167. ;-----------------------------------------------------------------------------
  168.  
  169. ;*** end of file ***
  170.