;-----------------------------------------------------------------------------
;
; bcraid.inf = Installation for Ciprico RAIDCore(tm)
; 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 = SCSIAdapter
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider = %CIPRICO%
CatalogFile = bcraid.cat
DriverVer = 06/11/2008,4.1.8162.1
;-----------------------------------------------------------------------------
; - All supported devices are on enumerable buses (i.e., PCI).
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
[SourceDisksNames]
0 = %bcraid_Desc%
;-----------------------------------------------------------------------------
[SourceDisksFiles]
bcraid.sys = 0
;-----------------------------------------------------------------------------
; - 12 is the magic number for %WinDir%\System32\Drivers
[DestinationDirs]
bcraid.Files = 12
;-----------------------------------------------------------------------------
[Manufacturer]
%CIPRICO% = CIPRICO,ntamd64
;-----------------------------------------------------------------------------
[CIPRICO.ntamd64]
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_1166&DEV_024a
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_2681
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_2682
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_2683
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_2652
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_27C3
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_27C1
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_27C5
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_27C6
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_2821
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_2829
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_2824
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_282A
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_2922
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_2822
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_8086&DEV_9295
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_1002&DEV_4380
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_1002&DEV_4390
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_1002&DEV_4391
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_1002&DEV_4392
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_1002&DEV_4393
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_1002&DEV_4394
%bcraid_Desc%=bcraid_Inst_AHCI,PCI\VEN_1002&DEV_4395
;-----------------------------------------------------------------------------
[bcraid_Inst]
DelFiles = bcraid.Files
CopyFiles = bcraid.Files
;-----------------------------------------------------------------------------
[bcraid_Inst_AHCI]
DelFiles = bcraid.Files
CopyFiles = bcraid.Files
;-----------------------------------------------------------------------------
[bcraid.Files]
bcraid.sys
;-----------------------------------------------------------------------------
[bcraid_Inst.Services]
AddService = bcraid,0x00000002,bcraid_Service_Inst
;-----------------------------------------------------------------------------
[bcraid_Inst_AHCI.Services]
AddService = bcraid,0x00000002,bcraid_Service_Inst_AHCI
;-----------------------------------------------------------------------------
[bcraid_Service_Inst]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\bcraid.sys
LoadOrderGroup = "SCSI Miniport"
DelReg = bcraid_Inst_DelReg
AddReg = bcraid_Inst_AddReg
;-----------------------------------------------------------------------------
[bcraid_Service_Inst_AHCI]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\bcraid.sys
LoadOrderGroup = "SCSI Miniport"
DelReg = bcraid_Inst_DelReg,bcraid_Inst_AHCI_DelReg
AddReg = bcraid_Inst_AddReg,bcraid_Inst_AHCI_AddReg
;-----------------------------------------------------------------------------
[bcraid_Inst_AddReg]
HKR, "Parameters\PnpInterface", 5, 0x00010001, 0x00000001
HKR, "Parameters\Device", "NumberOfRequests", 0x00010001, 254
;-----------------------------------------------------------------------------
[bcraid_Inst_DelReg]
HKR, "Parameters\PnpInterface", 5
HKR, "Parameters\Device", "NumberOfRequests"
;-----------------------------------------------------------------------------
[bcraid_Inst_AHCI_AddReg]
HKR, "Parameters\Device", "DriverParameter", 0, "AHCI"
;-----------------------------------------------------------------------------
[bcraid_Inst_AHCI_DelReg]
HKR, "Parameters\Device", "DriverParameter"
;-----------------------------------------------------------------------------
[Strings]
; - Localizable strings.
CIPRICO = "Ciprico Inc."
bcraid_Desc = "Ciprico RAIDCore(tm) / VST Controller [storport]"
; - Non-localizable strings (i.e., constants).
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.