clbpdb.inf Driver File Contents (7320_98ME2KXP_v1.0.zip)

;/*******************************************************************************
;			Copyright (c) 2002 Cirrus Logic, Inc.
;				Cirrus Logic Confidential
;				 All rights reserved
;
; CLBPDB.INF -	this is the setup information file for the Cirrus Logic Whitecap
;	protocol. Supported OS include Windows 98SE, Windows Me, Windows 2000 and 
;	Windows XP.
;
;/*******************************************************************************
[Version]
LayoutFile  = layout.inf
Signature	= "$Chicago$"
Class		= NetTrans
Compatible	= 1
ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider	= %Cirrus%
DriverVer = 09/26/2002,04.03.00.038
;CatalogFile	= clbpdb9x.cat
;CatalogFile.NT	= clbpdb2k.cat


;/*******************************************************************************
; Manufacturer and device sections
;/*******************************************************************************
[Manufacturer]
%Cirrus%	= Cirrus

[Cirrus]
; DisplayName				Install-Section		DeviceID
; -----------				---------------		---------------------
%Bodega.DeviceDesc%		=	Bodega.Ndi,			CLBPD


;/*******************************************************************************
; Windows 2000 main section
;/*******************************************************************************
[Bodega.Ndi.NT]
Characteristics	= 0			; Has no characteristic
AddReg			= Bodega.NT.Reg
;CopyFiles		= CopyFile.NT.Sys, CopyFile.NT.Dll
DriverVer = 09/26/2002,04.03.00.038

[Bodega.Ndi.NT.Services]
AddService		= clbpd, 2, Bodega.Service, Common.EventLog


;/*******************************************************************************
; Win98 main section
;/*******************************************************************************
[Bodega.Ndi]
AddReg			= Bodega.Reg
DelReg			= Bodega.DelReg

DeviceID		= clbpd
MaxInstance		= 8

;CopyFiles		= CopyFile.Sys, CopyFile.INF
DriverVer = 09/26/2002,04.03.00.038



;/*******************************************************************************
; Install section for Windows 2000
;/*******************************************************************************
[Bodega.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, DefUpper,		0,	"ndis5"
HKR, Ndi\Interfaces, UpperRange,	0,	"noupper"
HKR, Ndi\Interfaces, DefLower,		0,	"ndis5"
HKR, Ndi\Interfaces, LowerRange,	0,	"ndis5"
HKR, Ndi,            Service,		0,	"clbpd"
HKR, Ndi,			 HelpText,		0,	%Help_Text%
HKR, Ndi,			 ComponentDll,	0, "clbndi2k.dll"
HKR, Ndi,			 ClsId,			0, {df2e4f67-e93a-11d1-bb14-0000f8779051}

[Bodega.Service]
DisplayName    = %Bodega.DisplayName%
ServiceType    = 1	;%SERVICE_KERNEL_DRIVER%
StartType      = 2	;%SERVICE_DEMAND_START%
ErrorControl   = 1	;%SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\clbpd.sys
LoadOrderGroup = PNP_TDI
AddReg		   = Bodega.Service.Reg
Description    = %Bodega.DisplayName%

[Bodega.Service.Reg]
;HKLM,"System\CurrentControlSet\Services\clbpd","TextModeFlags",%REG_DWORD%,0x0001

[Common.EventLog]
AddReg	= Common.AddEventLog.Reg

[Common.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported  , 0x00010001, 7


;/*******************************************************************************
; Install section for Windows 98
;/*******************************************************************************
[Bodega.Reg]
HKR,Ndi,DeviceID,,clbpd
HKR,Ndi,MaxInstance,,8
HKR,Ndi,NdiInstaller,,"clbndi9x.dll,WcPdNdiProc"

HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,"vtdi.386,vip.386,vtcp.386,vdhcp.386,vnbt.386,clbpd.vxd,fserver.vxd"

; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,clbpd

; Interfaces
HKR, Ndi\Interfaces, DefUpper,,		""
HKR, Ndi\Interfaces, UpperRange,,	""
HKR, Ndi\Interfaces, DefLower,,		"ndis3"
HKR, Ndi\Interfaces, LowerRange,,	"ndis3"

; Need for advanced page
HKR, Ndi\Params\None, ParamDesc,,%PARAM_NONE%
HKR, Ndi\Params\None, default,,""
HKR, Ndi\Params\None, type,,keyonly

; Need for driver page
HKR,,ProviderName,,"Cirrus Logic Protocol Development Team"
HKR,,Driver,,"clbpd.vxd"

HKR,Ndi,HelpText,,%Help_Text%


;/*******************************************************************************
; Cleanup section for Windows 98
;/*******************************************************************************
[Bodega.DelReg]


;/*******************************************************************************
; File copy section for Windows 2000
;/*******************************************************************************
[CopyFile.NT.Sys]
;clbpd.sys,,,2

[CopyFile.NT.Dll]
;clbndi2k.dll,,,2

[CopyFile.NT.INF]
;clbpdb.inf


;/*******************************************************************************
; File copy section for Windows 98
;/*******************************************************************************
[CopyFile.Sys]
;clbpd.vxd,,,2
;clbndi9x.dll,,,2

[CopyFile.INF]
;clbpdb.inf

;/*******************************************************************************
; Destination directories
;/*******************************************************************************
[DestinationDirs]
DefaultDestDir			= 12				; drivers directory
;CopyFile.Sys			= 11				; DIRID_SYSTEM
;CopyFile.NT.Sys			= 12				; drivers directory
;CopyFile.NT.Dll			= 11				; DIRID_SYSTEM
;CopyFile.NT.INF			= 17				; inf directory


[SourceDisksNames]
99=%DriverCDName%,,

[SourceDisksFiles]
clbndi2k.dll=99,.,clbndi2k.dll,10000
clbndi9x.dll=99,.,clbndi9x.dll,10000
clbpd.sys=99,.,clbpd.sys,10000
clbpd.vxd=99,.,clbpd.vxd,10000
clbpdb.inf=99,.,clbpdb.inf,10000


;/*******************************************************************************
; Localizable strings
;/*******************************************************************************
[Strings]
Cirrus					= "Cirrus Logic, Inc."
Bodega.DeviceDesc		= "Cirrus Logic Whitecap Protocol"
Bodega.DisplayName		= "Cirrus Logic Whitecap Protocol"
DriverCDName      = "Cirrus Logic Wireless Access Point CD"
Help_Text				= "Cirrus Logic's Whitecap protocol for use in Bodega (WiFi/ Multimedia) Wireless device"
PARAM_NONE				= "None"

; *********************************************************************
; End of CLBPDB.INF
; *********************************************************************
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 3.23