;
; DELL CERC SATA 1.5/6ch
; This INF installs the miniport and its coinstaller.
;
; Copyright 2003 Adaptec, Inc. All rights reserved.
;
; This software contains the valuable trade secrets of Adaptec or its licensors.
; The software is protected under international copyright laws and treaties.
; This software may only be used in accordance with the terms of its accompanying license agreement.
;
[Version]
Signature = "$Windows NT$"
Class = SCSIAdapter
ClassGUID = {4d36e97b-e325-11ce-bfc1-08002be10318}
Provider = %ADPT%
CatalogFile = cercsr6.cat
DriverVer=11/06/2003, 4.1.0.7010
[ControlFlags]
ExcludeFromSelect = *
[SourceDisksNames]
1 = %disk1%, raidisk1,
[SourceDisksFiles]
cercsr6.sys = 1
cerccin.dll = 1
afamgt.sys = 1
[DeviceDriverFiles]
cercsr6.sys, cercsr6.sys, ncercsr6.sys, 0x00000000
[cercCoInstFiles]
cerccin.dll, cerccin.dll, ncerccin.dll, 0x00000000
[afaMgtFiles]
afamgt.sys, afamgt.sys, nafamgt.sys, 0x00000000
[DestinationDirs]
cercCoInstFiles = 11
DefaultDestDir = 12
; ===============================================================
; =================== Table of contents =========================
; ===============================================================
[Manufacturer]
%ADPT% = ADPT
;----------------------;
; Windows 2000 & above ;
;----------------------;
[ADPT]
%cercsr6.DeviceDesc% = cerc_inst, PCI\VEN_9005&DEV_0285&SUBSYS_02911028
; ==============================================================
; =================== Install Sections =========================
; ==============================================================
;-------------------------------------------;
; Install section for the Scsiport miniport ;
;-------------------------------------------;
[cerc_inst.NT]
CopyFiles = DeviceDriverFiles, afaMgtFiles
CopyINF = cercmgt.inf
[cerc_inst.NT.HW]
DelReg = LegacyScsiportValues
[cerc_inst.NT.Services]
AddService = cercsr6, %SPSVCINST_ASSOCSERVICE%, cerc_Service_Inst
AddService = AFAMgt, , afaMgt_Service_Inst
[cerc_inst.NT.CoInstallers]
CopyFiles = cercCoInstFiles
AddReg = cerc_CoInstallers_AddReg
; ==============================================================
; ================== Service install sections ==================
; ==============================================================
[cerc_Service_Inst]
DisplayName = %cerc_ServiceName%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cercsr6.sys
LoadOrderGroup = SCSI miniport
AddReg = cerc_Parameters_Inst
[afaMgt_Service_Inst]
DisplayName = "AFAMgt"
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\afamgt.sys
LoadOrderGroup = SCSI miniport
AddReg = afaMgt_AddReg
; =======================================================
; ================== Registry sections ==================
; =======================================================
;----------------------------------;
; Filter driver registry additions ;
;----------------------------------;
[afaMgt_AddReg]
HKLM, System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}, UpperFilters, 0x00010008, AFAMgt
;-----------------------------------------------------------;
; Coinstaller registry additions (same one for all drivers) ;
;-----------------------------------------------------------;
[cerc_CoInstallers_AddReg]
HKR,,CoInstallers32, %FLG_ADDREG_TYPE_MULTI_SZ%, "cerccin.dll, XxxCoInstaller"
;----------------------------------------------------------------;
; Hardware-specific registry additions (under Parameters subkey) ;
;----------------------------------------------------------------;
[cerc_Parameters_Inst]
HKR, "Parameters\PnpInterface", "5", %FLG_ADDREG_TYPE_REG_DWORD%, 1
HKR, "Parameters\Device", "NumberOfRequests", %FLG_ADDREG_TYPE_REG_DWORD%, 254
HKR, "Parameters\Device", "UncachedExtAlignment", 0x00010001, 14
;-------------------------;
; Misc. registry sections ;
;-------------------------;
[LegacyScsiportValues]
HKR,Scsiport,BusNumber
HKR,Scsiport,LegacyInterfaceType
HKR,Scsiport,SlotNumber
; ======================================================
; ================== Strings sections ==================
; ======================================================
[Strings]
ADPT = "Adaptec"
disk1 = "DELL CERC SATA 1.5/6ch Windows 2000/XP/2003 Device Drivers"
cercsr6.DeviceDesc = "DELL CERC SATA 1.5/6ch RAID Controller"
cerc_ServiceName = "DELL CERC SATA 1.5/6ch RAID Miniport Driver"
;=================================================================
;========== Handy macro substitutions (non-localizable) ==========
;=================================================================
COPYFLG_FORCE_FILE_IN_USE = 0x00000008
SPSVCINST_ASSOCSERVICE = 0x00000002
SPSVCINST_NOCLOBBER_DISPLAYNAME = 0x00000008
SERVICE_KERNEL_DRIVER = 1
SERVICE_WIN32_OWN_PROCESS = 0x10
SERVICE_BOOT_START = 0
SERVICE_SYSTEM_START = 1
SERVICE_AUTO_START = 2
SERVICE_DEMAND_START = 3
SERVICE_NO_START = 4
SERVICE_ERROR_IGNORE = 0
SERVICE_ERROR_NORMAL = 1
FLG_ADDREG_TYPE_SZ = 0x00000000
FLG_ADDREG_TYPE_EXPAND_SZ = 0x00020000
FLG_ADDREG_TYPE_MULTI_SZ = 0x00010000
FLG_ADDREG_TYPE_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.