home *** CD-ROM | disk | FTP | other *** search
- ;============================================================================
- ; Installation file for the Conexant USB Cable Modem
- ; Copyright (C) 1999-2000 Conexant Systems, Inc.
- ; http://www.conexant.com
- ;============================================================================
-
- [version]
- Signature = "$Chicago$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- CatalogFile = netbdcm.cat
- Provider = %P_CN9414%
- DriverVer = 08/13/2001, 1.0.2.21
- Compatible = 1 ; works with Win2K and Win9x
-
- [Manufacturer]
- %V_MANUFACTURER% = CN9414
-
- [CN9414]
- ;
- ; Display Name Section DeviceID
- ;_________________________________________________________________
- %ndiscm.DeviceDesc% = ndiscm.ndi, USB\VID_07DE&PID_012C
-
- [ControlFlags]
- ;
- ; Provides limited control on UI dispalys and events during installation.
- ; Must for any device on an enumerable bus like USB
- ;
- ExcludeFromSelect = USB\VID_07DE&PID_012C
- ;
- ; Windows 98 specific entry
- ;
- [ndiscm.ndi]
- AddReg = ndiscm.id.reg, ndiscm.9x.reg
- CopyFiles = ndiscm.9x.CopyFiles
-
- ;
- ; Windows 2000 specific entry
- ;
- [ndiscm.ndi.NT]
- Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI ??
- BusType = 15 ; PNPBus
- AddReg = ndiscm.nt.reg
- CopyFiles = ndiscm.nt.CopyFiles
-
- [ndiscm.ndi.nt.Services]
- AddService = ndiscm, 2, ndiscm.Service, common.EventLog
-
- ;----------------------------------------------------------------------------
- ; Win9x id registry sections
- ; These are not needed by NT
- ;
- [ndiscm.id.reg]
- HKR, Ndi, DeviceID, 0, "USB\VID_07DE&PID_012C"
- ;-----------------------------------------------------------------------------
- ; WIN2K (NT) specific
- ;
- [ndiscm.nt.reg]
- HKR, Ndi, Service, 0, "ndiscm"
- ; use ndis5 as the upper bound because NT supports it
- HKR, Ndi\Interfaces, DefUpper, 0, "ndis5"
- HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [ndiscm.Service]
- DisplayName = %ndiscm.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\netbdcm.sys
- LoadOrderGroup = NDIS
- AddReg = TextModeFlags.reg
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [TextModeFlags.reg]
- HKR, , TextModeFlags, 0x00010001, 0x0001
-
-
- ;----------------------------------------------------------------------------
- ; Win9x specific
- ;
- [ndiscm.9x.reg]
- HKR, , DevLoader, 0, "*ndis"
- HKR, , DeviceVxDs, 0, "netbdcm.sys"
- HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
- ; memphis appears to not support the ndis5 upper range, so use ndis3
- HKR, Ndi\Interfaces,DefUpper, 0, "ndis3"
- HKR, Ndi\Interfaces,DefLower, 0, "ethernet"
- HKR, Ndi\Interfaces,UpperRange, 0, "ndis3"
- HKR, Ndi\Interfaces,LowerRange, 0, "ethernet"
-
-
- HKR, NDIS, LogDriverName, 0, "NDISCM"
- HKR, NDIS, MajorNdisVersion, 1, 03
- HKR, NDIS, MinorNdisVersion, 1, 0A
-
- HKR, Ndi\Install, ndis3, 0, "ndiscm.install"
-
- [SourceDisksNames]
- 1 = %Disk1%,,,
-
- [SourceDisksFiles]
- netbdcm.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; DestinationDirs
- ;
- [ndiscm.nt.CopyFiles]
- netbdcm.sys,,,2
-
- [ndiscm.9x.CopyFiles]
- netbdcm.sys,,,2
-
- [DestinationDirs]
- DefaultDestDir = 10,System32\Drivers
- ndiscm.nt.CopyFiles = 12
- ndiscm.9x.CopyFiles = 11
-
- [Strings]
- P_CN9414 = "CN9414"
- Disk1 = "Installation disk 1"
-
- ;
- ; String that gets displayed while installing the device
- ;
- ndiscm.DeviceDesc = "Smart One CMX300 USB Cable Modem"
-
- ;
- ; NT Service name
- ;
- ndiscm.Service.DispName = "Smart One CMX300 USB Cable Modem NT Driver"
- V_MANUFACTURER = "Best Data"
-
-