home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / HighSpeedSurfing / netcnucm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-03-16  |  4.1 KB  |  144 lines

  1. ;============================================================================
  2. ;   Installation file for the Conexant USB Cable Modem
  3. ;   Copyright (C) 1999-2000 Conexant Systems, Inc.
  4. ;   http://www.conexant.com
  5. ;============================================================================
  6.  
  7. [version]
  8. Signature   = "$Chicago$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. CatalogFile = netcnucm.cat
  12. Provider    = %CNXT%
  13. DriverVer   = 03/16/2001, 1.0.2.19
  14. Compatible  = 1                    ; works with Win2K and Win9x 
  15.  
  16. [Manufacturer]
  17. %V_MANUFACTURER% = Conexant
  18.  
  19. [Conexant]
  20. ;
  21. ; Display Name          Section           DeviceID
  22. ;_________________________________________________________________ 
  23. %ndiscm.DeviceDesc% =   ndiscm.ndi,       USB\VID_1394&PID_9414
  24.  
  25. [ControlFlags]
  26. ;
  27. ; Provides limited control on UI dispalys and events during installation.
  28. ; Must for any device on an enumerable bus like USB
  29. ;
  30. ExcludeFromSelect = USB\VID_1394&PID_9414
  31.  
  32. ;
  33. ; Windows 98 specific entry
  34. ;
  35. [ndiscm.ndi]
  36. AddReg = ndiscm.id.reg, ndiscm.9x.reg
  37. CopyFiles       = ndiscm.9x.CopyFiles     
  38.  
  39. ;
  40. ; Windows 2000  specific entry
  41. ;
  42. [ndiscm.ndi.NT]
  43. Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI ??
  44. BusType         = 15                         ; PNPBus
  45. AddReg          = ndiscm.nt.reg  
  46. CopyFiles       = ndiscm.nt.CopyFiles    
  47.  
  48. [ndiscm.ndi.nt.Services]
  49. AddService = ndiscm, 2, ndiscm.Service, common.EventLog
  50.  
  51. ;----------------------------------------------------------------------------
  52. ; Win9x id registry sections
  53. ; These are not needed by NT
  54. ;
  55. [ndiscm.id.reg]
  56. HKR, Ndi, DeviceID, 0, "USB\VID_1394&PID_9414"
  57.  
  58. ;-----------------------------------------------------------------------------
  59. ; WIN2K (NT) specific
  60. ;
  61. [ndiscm.nt.reg]
  62. HKR, Ndi,                       Service,    0, "ndiscm"
  63. ; use ndis5 as the upper bound because NT supports it
  64. HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
  65. HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
  66. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  67. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  68.  
  69. [ndiscm.Service]
  70. DisplayName     = %ndiscm.Service.DispName%
  71. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  72. StartType       = 3 ;%SERVICE_DEMAND_START%
  73. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  74. ServiceBinary   = %12%\netcnucm.sys
  75. LoadOrderGroup  = NDIS
  76. AddReg          = TextModeFlags.reg
  77.  
  78. [common.EventLog]
  79. AddReg = common.AddEventLog.reg
  80.  
  81. [common.AddEventLog.reg]
  82. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  83. HKR, , TypesSupported,   0x00010001, 7
  84.  
  85. [TextModeFlags.reg]
  86. HKR, , TextModeFlags, 0x00010001, 0x0001
  87.  
  88.  
  89. ;----------------------------------------------------------------------------
  90. ; Win9x specific
  91. ;
  92. [ndiscm.9x.reg]
  93. HKR, ,              DevLoader,          0, "*ndis"
  94. HKR, ,              DeviceVxDs,         0, "netcnucm.sys"
  95. HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
  96. ; memphis appears to not support the ndis5 upper range, so use ndis3
  97. HKR, Ndi\Interfaces,DefUpper,       0, "ndis3"
  98. HKR, Ndi\Interfaces,DefLower,       0, "ethernet"
  99. HKR, Ndi\Interfaces,UpperRange,     0, "ndis3"
  100. HKR, Ndi\Interfaces,LowerRange,     0, "ethernet"
  101.  
  102.  
  103. HKR, NDIS,          LogDriverName,      0, "NDISCM"
  104. HKR, NDIS,          MajorNdisVersion,   1, 03
  105. HKR, NDIS,          MinorNdisVersion,   1, 0A
  106.  
  107. HKR, Ndi\Install,   ndis3,              0, "ndiscm.install"
  108.  
  109. [SourceDisksNames]
  110. 1 = %Disk1%,,,
  111.  
  112. [SourceDisksFiles]
  113. netcnucm.sys = 1 
  114.  
  115. ;-----------------------------------------------------------------------------
  116. ; DestinationDirs
  117. ;
  118. [ndiscm.nt.CopyFiles]
  119. netcnucm.sys,,,2
  120.  
  121. [ndiscm.9x.CopyFiles]
  122. netcnucm.sys,,,2
  123.  
  124. [DestinationDirs]
  125. DefaultDestDir = 10,System32\Drivers
  126. ndiscm.nt.CopyFiles = 12
  127. ndiscm.9x.CopyFiles = 11
  128.  
  129. [Strings]
  130. CNXT     = "Conexant"
  131. Disk1    = "Installation disk 1"
  132.  
  133. ;
  134. ; String that gets displayed while installing the device
  135. ;
  136. ndiscm.DeviceDesc = "Conexant USB Cable Modem"
  137.  
  138. ;
  139. ; NT Service name
  140. ;
  141. ndiscm.Service.DispName = "Conexant USB based Cable Modem NT Driver"
  142. V_MANUFACTURER = "Conexant Systems, Inc."
  143.  
  144.