home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; tbntunic.inf -- Install USB Cable Modem WDM drivers
- ;
- ; Copyright (c) 2000 MCCI
- ;
- ; $Id: lower.inf,v 1.10 2000/10/24 01:51:24 tmm 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=10/30/2000, 3.16.0.2700
- ;CatalogFile=tbntunic.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- TurboNetWdm.W95.CopyFiles = 11 ; LDID_SYS
- TurboNetWdm.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%,"tbntunic.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- tbntunic.sys = 1
- tbntcr95.sys = 1
- tbntcrnt.sys = 1
- tbntvcr.vxd = 1
- tbntwh95.sys = 1
- tbntwhnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %TBNT%=TBNT
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [TBNT]
- %DeviceDescription% = TurboNetWdm.Install, USB\VID_040e&PID_e301
-
- ;-----------------------------------------------------------------------------
- ; 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
- ;-----------------------------------------------------------------------------
- [TurboNet.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
- ;-----------------------------------------------------------------------------
- [TurboNetWdm.Install]
- DriverVer=10/30/2000, 3.16.0.2700
- CopyFiles = TurboNetWdm.W95.CopyFiles, TurboNet.CopyFiles, PropPages.CopyFiles
- AddReg = TurboNetWdm.AddReg, TurboNetWdm.W95.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [TurboNetWdm.Install.NT]
- DriverVer=10/30/2000, 3.16.0.2700
- CopyFiles = TurboNetWdm.NT.CopyFiles
- AddReg = TurboNetWdm.AddReg, TurboNetWdm.NT.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to start the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [TurboNetWdm.Install.NT.Services]
- AddService = tbntunic, 2, TurboNetWdm.AddService
-
- [TurboNetWdm.AddService]
- DisplayName = %ServiceDescription%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\tbntunic.sys
- LoadOrderGroup = Base
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (all platforms)
- ;-----------------------------------------------------------------------------
- [TurboNetWdm.AddReg]
- HKR,,CRUpperDescription,,%UpperDescription%
- HKR,,CREnum,,tbntcr
- HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
- HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
- HKR,,DataAltSetting, 0x10001, 02,00,00,00
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [TurboNetWdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,tbntunic.sys
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (NT only)
- ;-----------------------------------------------------------------------------
- [TurboNetWdm.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.
- ;-----------------------------------------------------------------------------
- [TurboNetWdm.W95.CopyFiles]
- tbntunic.sys
- tbntcr.sys,tbntcr95.sys
- tbntvcr.vxd
- tbntwh.sys,tbntwh95.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for NT -- different because things go in
- ; different places.
- ;-----------------------------------------------------------------------------
- [TurboNetWdm.NT.CopyFiles]
- tbntunic.sys
- tbntwh.sys,tbntwhnt.sys
- tbntcr.sys,tbntcrnt.sys
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "TurboNet"
- TBNT = "TurboNet"
- DiskString = "USB Cable Modem installation disk"
-
- DeviceDescription = "USB Cable Modem (WDM)"
- ServiceDescription = "USB Cable Modem WDM driver"
-
- UpperDescription = "USB Cable Modem (NDIS)"
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; Following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
- ;*** end of file ***
-