home *** CD-ROM | disk | FTP | other *** search
- ;/********************************************************************************\
- ; ** Copyright(C) 1997-2001 Motorola. All rights reserved. **
- ; ** http://www.motorola.com **
- ; ** Installation file for the Motorola USB Driver **
- ; ** Products: Surfboard **
- ; ** **
- ; ** INF file version: 2.3E **
- ; ** Changes/additions: this version added support for SB5100 **
- ; ** **
- ;\********************************************************************************/
-
- [version]
- Signature = "$Chicago$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %MOT%
- Compatible = 1 ; works with Win2K and Win9x
- CatalogFile = netmotcm.cat
- DriverVer=02/25/2002, 2.3.0.0
-
- [Manufacturer]
- %MOT% = MOTOROLA
-
- [ControlFlags]
- ; Provides limited control on UI displays and events during installation.
- ; Must for any device on an enumerable BUS like USB
- ; Each PNP device should be included in this list
- ExcludeFromSelect = \ ; blank for win95
- USB\VID_07B2&PID_4100, \
- USB\VID_07B2&PID_4200, \
- USB\VID_07B2&PID_5100, \
- USB\VID_07B2&PID_1000, \
- USB\VID_07B2&PID_0100
-
- [MOTOROLA]
- ;Models section - has an entry for each device installed by this file
- ; Display Name Section DeviceID
- ;_________________________________________________________________
- %USB\VID_07B2&PID_4100.DeviceDesc% = ndisSB410.ndi, USB\VID_07B2&PID_4100
- %USB\VID_07B2&PID_4200.DeviceDesc% = ndisSB420.ndi, USB\VID_07B2&PID_4200
- %USB\VID_07B2&PID_5100.DeviceDesc% = ndisSB510.ndi, USB\VID_07B2&PID_5100
- %USB\VID_07B2&PID_1000.DeviceDesc% = ndisSBG10.ndi, USB\VID_07B2&PID_1000
- %USB\VID_07B2&PID_0100.DeviceDesc% = ndisSBV42.ndi, USB\VID_07B2&PID_0100
-
-
- ;----------------------------------------------------------------------------
- ; Motorola SB4100 USB Cable Modem
- ;
- [ndisSB410.id.reg]
- ; Win9x id registry sections
- ; These are not needed by NT
- HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4100"
-
- [ndisSB410.ndi]
- ; Windows 98 specific entry
- AddReg = ndisSB410.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
- DeviceID = "USB\VID_07B2&PID_4100"
- CopyFiles = ndiscm.9x.CopyFiles
-
- [ndisSB410.ndi.NT]
- ; Windows 2000 specific entry
- Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
- BusType = 15 ; USB, or any other PNP bus
- AddReg = common.reg, ndiscm.nt.reg ;
- CopyFiles = ndiscm.nt.CopyFiles ;
-
- [ndisSB410.ndi.nt.Services]
- ; Windows 2000 specific entry
- AddService = ndiscm, 2, ndiscm.Service, common.EventLog
-
-
- ;----------------------------------------------------------------------------
- ; Motorola SB4200 USB Cable Modem
- ;
- [ndisSB420.id.reg]
- ; Win9x id registry sections
- ; These are not needed by NT
- HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4200"
-
- [ndisSB420.ndi]
- ; Windows 98 specific entry
- AddReg = ndisSB420.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
- DeviceID = "USB\VID_07B2&PID_4200"
- CopyFiles = ndiscm.9x.CopyFiles
- ;LogConfig = DefaultConfig
-
- [ndisSB420.ndi.NT]
- ; Windows 2000 specific entry
- Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
- BusType = 15 ; USB, or any other PNP bus
- AddReg = common.reg, ndiscm.nt.reg ;
- CopyFiles = ndiscm.nt.CopyFiles ;
-
- [ndisSB420.ndi.nt.Services]
- ; Windows 2000 specific entry
- AddService = ndiscm, 2, ndiscm.Service, common.EventLog
-
-
- ;----------------------------------------------------------------------------
- ; Motorola SB5100 USB Cable Modem
- ;
- [ndisSB510.id.reg]
- ; Win9x id registry sections
- ; These are not needed by NT
- HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_5100"
-
- [ndisSB510.ndi]
- ; Windows 98 specific entry
- AddReg = ndisSB510.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
- DeviceID = "USB\VID_07B2&PID_5100"
- CopyFiles = ndiscm.9x.CopyFiles
- ;LogConfig = DefaultConfig
-
- [ndisSB510.ndi.NT]
- ; Windows 2000 specific entry
- Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
- BusType = 15 ; USB, or any other PNP bus
- AddReg = common.reg, ndiscm.nt.reg ;
- CopyFiles = ndiscm.nt.CopyFiles ;
-
- [ndisSB510.ndi.nt.Services]
- ; Windows 2000 specific entry
- AddService = ndiscm, 2, ndiscm.Service, common.EventLog
-
-
- ;----------------------------------------------------------------------------
- ; Motorola SBG1000 USB Cable Modem
- ;
- [ndisSBG10.id.reg]
- ; Win9x id registry sections
- ; These are not needed by NT
- HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_1000"
-
- [ndisSBG10.ndi]
- ; Windows 98 specific entry
- AddReg = ndisSBG10.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
- DeviceID = "USB\VID_07B2&PID_1000"
- CopyFiles = ndiscm.9x.CopyFiles
- ;LogConfig = DefaultConfig
-
- [ndisSBG10.ndi.NT]
- ; Windows 2000 specific entry
- Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
- BusType = 15 ; USB, or any other PNP bus
- AddReg = common.reg, ndiscm.nt.reg ;
- CopyFiles = ndiscm.nt.CopyFiles ;
-
- [ndisSBG10.ndi.nt.Services]
- ; Windows 2000 specific entry
- AddService = ndiscm, 2, ndiscm.Service, common.EventLog
-
-
- ;----------------------------------------------------------------------------
- ; Motorola SBV4200 USB Cable Modem
- ;
- [ndisSBV42.id.reg]
- ; Win9x id registry sections
- ; These are not needed by NT
- HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_0100"
-
- [ndisSBV42.ndi]
- ; Windows 98 specific entry
- AddReg = ndisSBV42.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
- DeviceID = "USB\VID_07B2&PID_0100"
- CopyFiles = ndiscm.9x.CopyFiles
- ;LogConfig = DefaultConfig
-
- [ndisSBV42.ndi.NT]
- ; Windows 2000 specific entry
- Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
- BusType = 15 ; USB, or any other PNP bus
- AddReg = common.reg, ndiscm.nt.reg ;
- CopyFiles = ndiscm.nt.CopyFiles ;
-
- [ndisSBV42.ndi.nt.Services]
- ; Windows 2000 specific entry
- AddService = ndiscm, 2, ndiscm.Service, common.EventLog
-
-
- ;-----------------------------------------------------------------------------
- ; common registry entries
- ;
- [common.reg]
- HKR, Ndi\params\ByteSwapFlag, ParamDesc, 0, "Byte Swap Flag"
- HKR, Ndi\params\ByteSwapFlag, default, 0, "ByteSwapFlag=0"
- HKR, Ndi\params\ByteSwapFlag, type, 0, "edit"
- HKR, Ndi\params\ByteSwapFlag, LimitText, 0, "128"
- HKR, Ndi\params\ByteSwapFlag, UpperCase, 0, "0"
-
- ;----------------------------------------------------------------------------
- ; Win9x specific
- ;
- [ndiscm.flag.reg]
- ; flag is not needed by NT
- HKR, Ndi\params\ByteSwapFlag, flag, 1, 20,00,00,00
-
- [ndiscm.9x.reg]
- HKR, , DevLoader, 0, "*ndis"
- HKR, , DeviceVxDs, 0, "NetMotCM.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, "NetMotCM"
- HKR, NDIS, MajorNdisVersion, 1, 03
- HKR, NDIS, MinorNdisVersion, 1, 0A
-
- ;-----------------------------------------------------------------------------
- ; 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%\NetMotCM.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
-
-
- ;-----------------------------------------------------------------------------
- ; Files and Destination Directories
- ;
- [ndiscm.nt.CopyFiles]
- NetMotCM.sys,,,2
-
- [ndiscm.9x.CopyFiles]
- NetMotCM.sys,,,2
-
- [DestinationDirs]
- DefaultDestDir = 10,System32\Drivers
- ndiscm.nt.CopyFiles = 12
- ndiscm.9x.CopyFiles = 11
-
- [SourceDisksNames]
- 1 = %USBCM%,,,
-
- [SourceDisksFiles]
- NetMotCM.sys = 1
-
- [Strings]
- MOT = "Motorola"
- USBCM = "USBCM"
- ; String that gets displayed while installing the device
- ; ndiscm.DeviceDesc = "Motorola SurfBoard USB Cable Modem"
- USB\VID_07B2&PID_4100.DeviceDesc = "Motorola SurfBoard 4100 USB Cable Modem"
- USB\VID_07B2&PID_4200.DeviceDesc = "Motorola SurfBoard 4200 USB Cable Modem"
- USB\VID_07B2&PID_5100.DeviceDesc = "Motorola SURFboard SB5100 USB Cable Modem"
- USB\VID_07B2&PID_1000.DeviceDesc = "Motorola SurfBoard SBG1000 USB Gateway"
- USB\VID_07B2&PID_0100.DeviceDesc = "Motorola SURFboard Voice over IP Cable Modem"
-
- ; NT Service name
- ndiscm.Service.DispName = "Motorola SurfBoard USB Cable Modem Windows Driver"