;-----------------------------------------------------------------------------
;
; bccfg.inf - Installation for Ciprico RAIDCore(tm)
; configuration device driver
;
; Copyright (c) 2002-2008 Ciprico, Inc. All rights reserved.
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
; - This version supports Windows 2000 and later operating systems.
; - Class and ClassGUID specify the type of driver and must match
; (see $DDKPATH/inc/api/devguid.h).
; - Driver provided by Ciprico Inc. for RAIDCore(tm) 4.1 software.
; (2008162.1)
[Version]
Signature = "$Windows NT$"
Class = System
ClassGUID = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider = %CIPRICO%
CatalogFile = bccfg.cat
DriverVer = 06/11/2008,4.1.8162.1
;-----------------------------------------------------------------------------
; - All supported devices are on enumerable buses (i.e., PCI).
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
[SourceDisksNames]
0 = %bccfg_Desc%
;-----------------------------------------------------------------------------
[SourceDisksFiles]
bccfg.sys = 0
;-----------------------------------------------------------------------------
; - 12 is the magic number for %WinDir%\System32\Drivers
[DestinationDirs]
bccfg.Files = 12
;-----------------------------------------------------------------------------
[Manufacturer]
%CIPRICO% = CIPRICO,ntx86
;-----------------------------------------------------------------------------
[CIPRICO.ntx86]
%bccfg_Desc% = bccfg_Inst, SCSI\ProcessorRAIDCORE
%bccfg_Desc% = bccfg_Inst, SCSI\ProcessorRAIDCORE___Configuration
%bccfg_Desc% = bccfg_Inst, RAIDCORE___ConfigurationV
%bccfg_Desc% = bccfg_Inst, SCSI\RAIDCORE___ConfigurationV
%bccfg_Desc% = bccfg_Inst, ProcessorRAIDCOREConfiguration___V1.1
%bccfg_Desc% = bccfg_Inst, SCSI\ProcessorRAIDCOREConfiguration___V1.1
%MultiCardDesc% = bccfg_Inst, ProcessorRAIDCOREMultiCard_______V1.1
%MultiCardDesc% = bccfg_Inst, SCSI\ProcessorRAIDCOREMultiCard_______V1.1
%MultiCardDesc% = bccfg_Inst, ProcessorRAIDCORE_______MultiCardV1.1
%MultiCardDesc% = bccfg_Inst, SCSI\ProcessorRAIDCORE_______MultiCardV1.1
;-----------------------------------------------------------------------------
[bccfg_Inst]
AddReg = bccfg_Inst_AddReg
DelFiles = bccfg.Files
CopyFiles = bccfg.Files
;-----------------------------------------------------------------------------
[bccfg.Files]
bccfg.sys,,,0x00001000
;-----------------------------------------------------------------------------
[bccfg_Inst.Services]
AddService = bccfg,0x00000002,bccfg_Service_Inst,,
;-----------------------------------------------------------------------------
[bccfg_Service_Inst]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_SYSTEM_START%
ErrorControl = %SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\bccfg.sys
;-----------------------------------------------------------------------------
[bccfg_Inst_AddReg]
;-----------------------------------------------------------------------------
[Strings]
; - Localizable strings.
CIPRICO = "Ciprico Inc."
bccfg_Desc = "Ciprico RAIDCore(tm) Configuration Device [scsiport]"
MultiCardDesc = "Ciprico RAIDCore(tm) MultiCard Device [scsiport]"
ConfigServiceName = "Ciprico RAIDCore(tm) Configuration Device [scsiport]"
; - Non-localizable strings (i.e., constants).
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
Download Driver Pack
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.