home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; tj2kunic.inf -- Install Terayon Cable Modem WDM drivers
- ;
- ; Copyright (c) 1997-2001 MCCI
- ;
- ; $Id: lower.inf,v 1.13 2001/06/20 17:20:06 maryg Exp $
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ;*****************************************************************************
-
- [version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=11/09/2001, 3.21.0.2700
- CatalogFile=tj2kunic.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- TerayonWdm.W95.CopyFiles = 11 ; LDID_SYS
- TerayonWdm.NT.CopyFiles = 12 ; system32\drivers
- PropPages.CopyFiles = 11 ; system
-
- ;-----------------------------------------------------------------------------
- ; Specify the install disks. A bit unwieldy during development.
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"tj2kunic.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- tj2kunic.sys = 1
- tj2kcr95.sys = 1
- tj2kcrnt.sys = 1
- tj2kvcr.vxd = 1
- tj2kwh95.sys = 1
- tj2kwhnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Oem%=Terayon
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [Terayon]
- %Terayon.Ndis.Desc% = TerayonWdm.Install, USB\VID_06cc&PID_0101
-
- ;-----------------------------------------------------------------------------
- ; How to install them: On W9x, the [section] name is used directly.
- ; On NT, the system first tries [section.NT], then [section].
- ;-----------------------------------------------------------------------------
-
- ;-----------------------------------------------------------------------------
- ; Diagnostics Files CopyFiles List Section
- ;-----------------------------------------------------------------------------
- [Terayon.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; XXX when we have a property page DLL, add it to the following section.
- ;-----------------------------------------------------------------------------
- [PropPages.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on W95/W98
- ;-----------------------------------------------------------------------------
- [TerayonWdm.Install]
- DriverVer=11/09/2001, 3.21.0.2700
- CopyFiles = TerayonWdm.W95.CopyFiles, Terayon.CopyFiles, PropPages.CopyFiles
- AddReg = TerayonWdm.AddReg, TerayonWdm.W95.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [TerayonWdm.Install.NT]
- DriverVer=11/09/2001, 3.21.0.2700
- CopyFiles = TerayonWdm.NT.CopyFiles
- AddReg = TerayonWdm.AddReg, TerayonWdm.NT.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to start the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [TerayonWdm.Install.NT.Services]
- AddService = tj2kunic, 2, TerayonWdm.AddService
-
- [TerayonWdm.AddService]
- DisplayName = %Terayon.Service.Desc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\tj2kunic.sys
- LoadOrderGroup = Base
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (all platforms)
- ;-----------------------------------------------------------------------------
- [TerayonWdm.AddReg]
- HKR,,CRUpperDescription,,%UpperDescription%
- HKR,,CREnum,,TJ2KCR
- HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
- HKR,,nRxBulkStreamObjects, 0x10001, 08,00,00,00
- HKR,,DataAltSetting, 0x10001, 01,00,00,00
- HKR,,EnableDriverCdcCmdProcessing, 0x10001, 01,00,00,00
- HKR,,EnableDriverCdcPktFiltering, 0x10001, 01,00,00,00
- HKR,,DevicePhysicalMedium, 0x10001, 02,00,00,00
- HKR,,IgnoreInterruptEndpoint, 0x10001, 01,00,00,00
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [TerayonWdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,tj2kunic.sys
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (NT only)
- ;-----------------------------------------------------------------------------
- [TerayonWdm.NT.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for Win95 -- different because things go in
- ; different places. Also, we probably need to rename drivers
- ; during the install.
- ;-----------------------------------------------------------------------------
- [TerayonWdm.W95.CopyFiles]
- tj2kunic.sys
- tj2kcr.sys,tj2kcr95.sys
- tj2kvcr.vxd
- tj2kwh.sys,tj2kwh95.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for NT -- different because things go in
- ; different places.
- ;-----------------------------------------------------------------------------
- [TerayonWdm.NT.CopyFiles]
- tj2kunic.sys
- tj2kwh.sys,tj2kwhnt.sys
- tj2kcr.sys,tj2kcrnt.sys
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "Terayon"
- Oem = "Terayon"
- DiskString = "Terayon Cable Modem installation disk"
-
- Terayon.Ndis.Desc = "Terayon Cable Modem (WDM)"
- Terayon.Service.Desc = "Terayon Cable Modem (WDM)"
-
- UpperDescription = "Terayon Cable Modem networking device"
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; Following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
- ;*** end of file ***
-