arcsas.inf Driver File Contents (icp-raid-win2k3-xp-x64_drv_b9179.exe)

;
; arcsas.inf for Adaptec RAID controllers.
; This INF installs the x64 miniport and its coinstaller.
;
; Copyright 2006 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 = arcsas.cat
DriverVer=06/30/2006, 5.1.0.9179

[ControlFlags]
ExcludeFromSelect = *

[SourceDisksNames]
1 = %disk1%, raidisk1,

[SourceDisksFiles]
arcsas.sys = 1

[DeviceDriverFiles]
arcsas.sys, arcsas.sys, narcsas.sys, 0x00000000

[DestinationDirs]
DefaultDestDir = 12



; ===============================================================
; =================== Table of contents =========================
; ===============================================================


[Manufacturer]
%ADPT% = ADPT,NTamd64,NTamd64.6

;-------------------------------------;
; Windows Vista and Longhorn (64-bit) ;
;-------------------------------------;
[ADPT.NTamd64.6]  ; This version of the driver does not support Vista or Longhorn (64-bit)


;------------------------------------;
; Windows XP 64-bit & WS03 (64-bit)  ;
;------------------------------------;

[ADPT.NTamd64]

%adptAvonPark.DeviceDesc% = arcsas_Inst,   	PCI\VEN_9005&DEV_0285&SUBSYS_02f21014

%adptBlackBird.DeviceDesc% = arcsas_Inst,  	PCI\VEN_9005&DEV_0285&SUBSYS_02989005

%adptMarauderX.DeviceDesc% = arcsas_Inst,	PCI\VEN_9005&DEV_0285&SUBSYS_02999005

%adptMarauderE.DeviceDesc% = arcsas_Inst,	PCI\VEN_9005&DEV_0285&SUBSYS_029A9005

%icpMarauderX.DeviceDesc% = arcsas_Inst,	PCI\VEN_9005&DEV_0285&SUBSYS_02A49005

%icpMarauderE.DeviceDesc% = arcsas_Inst,	PCI\VEN_9005&DEV_0285&SUBSYS_02A59005

%adptAurora.DeviceDesc% = arcsas_Inst,   	PCI\VEN_9005&DEV_0286&SUBSYS_95801014

%adptAuroraLite.DeviceDesc% = arcsas_Inst,   	PCI\VEN_9005&DEV_0286&SUBSYS_95401014

%adptHurricane44.DeviceDesc% = arcsas_Inst,   	PCI\VEN_9005&DEV_0286&SUBSYS_02A29005

%icpHurricane44.DeviceDesc% = arcsas_Inst,      PCI\VEN_9005&DEV_0286&SUBSYS_02A39005

%adptTyphoon44.DeviceDesc% = arcsas_Inst,	PCI\VEN_9005&DEV_0286&SUBSYS_02AC9005

%adptHurricane80.DeviceDesc% = arcsas_Inst,  	PCI\VEN_9005&DEV_0286&SUBSYS_02A79005

%ICPHurricane80.DeviceDesc% = arcsas_Inst,  	PCI\VEN_9005&DEV_0286&SUBSYS_02A99005


;----------------------------------------------------------;
; Block Windows 2000 and all other 32-bit Windows versions ;
;----------------------------------------------------------;
[ADPT]
; empty


; ==============================================================
; =================== Install Sections =========================
; ==============================================================

;-------------------------------------------;
; Install section for the Storport miniport ;
;-------------------------------------------;
[arcsas_Inst.NT]
CopyFiles = DeviceDriverFiles
AddReg = ScsiDiskReg

[arcsas_Inst.NT.Services]
AddService = arcsas, %SPSVCINST_ASSOCSERVICE%, arcsas_Service_Inst



; ==============================================================
; ================== Service install sections ==================
; ==============================================================

[arcsas_Service_Inst]
DisplayName    = %arcsas_ServiceName%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\arcsas.sys
LoadOrderGroup = SCSI miniport
AddReg         = arcsas_Parameters_Inst


; =======================================================
; ================== Registry sections ==================
; =======================================================

;----------------------------------------------------------------;
; Hardware-specific registry additions (under Parameters subkey) ;
;----------------------------------------------------------------;
[arcsas_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", "DriverParameter", %FLG_ADDREG_TYPE_SZ%, "BLEDCheck=1"


;-------------------------;
; Misc. registry sections ;
;-------------------------;
[ScsiDiskReg]
HKLM,SYSTEM\CurrentControlSet\Services\Disk,TimeOutValue,0x00010001,0x0000003C


; ======================================================
; ================== Strings sections ==================
; ======================================================

[Strings]
ADPT = "Adaptec"
disk1 = "Adaptec SAS RAID Device Drivers"
adptAvonPark.DeviceDesc = "IBM ServeRAID 8i Controller"
adptBlackBird.DeviceDesc = "Adaptec SAS RAID 4000SASx Controller"
adptMarauderX.DeviceDesc = "Adaptec SAS RAID 4800SAS Controller"
adptMarauderE.DeviceDesc = "Adaptec SAS RAID 4805SAS Controller"
icpMarauderX.DeviceDesc = "ICP SAS RAID ICP9085LI Controller"
icpMarauderE.DeviceDesc = "ICP SAS RAID ICP5085BR Controller"
adptAurora.DeviceDesc = "IBM ServeRAID 8k/8k-l Controller"
adptAuroraLite.DeviceDesc = "IBM ServeRAID 8L Controller"
adptHurricane44.DeviceDesc = "Adaptec SAS RAID 3800SAS Controller"
icpHurricane44.DeviceDesc = "ICP SAS RAID ICP5445AU Controller"
adptTyphoon44.DeviceDesc = "Adaptec SAS RAID 1800SAS Controller" 
adptHurricane80.DeviceDesc = "Adaptec SAS RAID 3805SAS Controller" 
ICPHurricane80.DeviceDesc = "ICP SAS RAID ICP5085AU Controller"
arcsas_ServiceName = "Adaptec SAS RAID Storport's 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

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: web1, load: 2.14