aacsas.inf Driver File Contents (aac-5.1.0-9114.zip)

;
; aacsas.inf for Adaptec RAID controllers.
; This INF installs the 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 = aacsas.cat
DriverVer=03/27/2006, 5.1.0.9114

[ControlFlags]
ExcludeFromSelect = *

[SourceDisksNames]
1 = %disk1%, raidisk1,

[SourceDisksFiles]
aacsas.sys = 1
aaccin.dll = 1

[DeviceDriverFiles]
aacsas.sys, aacsas.sys, naacsas.sys, 0x00000000

[aacCoInstFiles]
aaccin.dll, aaccin.dll, naaccin.dll, 0x00000000

[DestinationDirs]
aacCoInstFiles = 11
DefaultDestDir = 12



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

[Manufacturer]
%ADPT% = ADPT


;----------------------;
; Windows 2000 & above ;
;----------------------;

[ADPT]
%adptAvonPark.DeviceDesc% = aacsas_Inst,  		PCI\VEN_9005&DEV_0285&SUBSYS_02f21014

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

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

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

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

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

%adptRombAurora.DeviceDesc% = aacsas_Inst,		PCI\VEN_9005&DEV_0286&SUBSYS_95801014
 
%adptRombAuroraLite.DeviceDesc% = aacsas_Inst,	PCI\VEN_9005&DEV_0286&SUBSYS_95401014

%adptHurricane8.DeviceDesc% = aacsas_Inst,		PCI\VEN_9005&DEV_0286&SUBSYS_02A29005

%icpHurricane8.DeviceDesc% = aacsas_Inst,		PCI\VEN_9005&DEV_0286&SUBSYS_02A39005


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

;-------------------------------------------;
; Install section for the Scsiport miniport ;
;-------------------------------------------;

[aacsas_Inst.NT]
CopyFiles = DeviceDriverFiles
CopyINF = aacmgt.inf
AddReg = ScsiDiskReg

[aacsas_Inst.NT.HW]
DelReg = LegacyScsiportValues

[aacsas_Inst.NT.Services]
AddService = aacsas, %SPSVCINST_ASSOCSERVICE%, aacsas_Service_Inst, Miniport_EventLog_Inst

[aacsas_Inst.NT.CoInstallers]
CopyFiles = aacCoInstFiles
AddReg = aac_CoInstallers_AddReg

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

[aacsas_Service_Inst]
DisplayName    = %aacsas_ServiceName%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\aacsas.sys
LoadOrderGroup = SCSI miniport
AddReg         = aacsas_Parameters_Inst

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

;------------------------------;
; Event log registry additions ;
;------------------------------;

[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg

[Miniport_EventLog_AddReg]
HKR,,EventMessageFile, %FLG_ADDREG_TYPE_EXPAND_SZ%, "%11%\IoLogMsg.dll;%12%\aacsas.sys"
HKR,,TypesSupported, %FLG_ADDREG_TYPE_REG_DWORD%, 7

;-----------------------------------------------------------;
; Coinstaller registry additions (same one for all drivers) ;
;-----------------------------------------------------------;

[aac_CoInstallers_AddReg]
HKR,,CoInstallers32, %FLG_ADDREG_TYPE_MULTI_SZ%, "aaccin.dll, XxxCoInstaller"

;----------------------------------------------------------------;
; Hardware-specific registry additions (under Parameters subkey) ;
;----------------------------------------------------------------;

[aacsas_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
HKR, "Parameters\Device", "DriverParameters", %FLG_ADDREG_TYPE_SZ%, "QueueStartThreshold=4,QueueDumpThreshold=1,MaxIoSizeQueued=8192,QueueAllowed=1,BLEDCheck=1"

;-------------------------;
; Misc. registry sections ;
;-------------------------;

[ScsiDiskReg]
HKLM,SYSTEM\CurrentControlSet\Services\Disk,TimeOutValue,0x00010001,0x0000003C

[LegacyScsiportValues]
HKR,Scsiport,BusNumber
HKR,Scsiport,LegacyInterfaceType
HKR,Scsiport,SlotNumber
HKR,Scsiport

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

[Strings]
ADPT = "Adaptec"
disk1 = "Adaptec SAS RAID Windows 2000/XP/2003 Device Drivers"
adpt.DeviceDesc = "Adaptec SAS RAID Controller"
adptAvonPark.DeviceDesc = "IBM ServeRAID 8i Controller"
adptBlackBird.DeviceDesc = "Adaptec SAS RAID 4000SAS 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"
adptRombAurora.DeviceDesc = "IBM ServeRAID 8k Controller"
adptRombAuroraLite.DeviceDesc = "IBM ServeRAID 8L Controller"
adptHurricane8.DeviceDesc = "Adaptec SAS RAID 4810SAS Controller"
icpHurricane8.DeviceDesc = "ICP SAS RAID ICP5085AU Controller"
aacsas_ServiceName = "Adaptec SAS 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

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: web4, load: 1.30