oemsetup.inf Driver File Contents (win8_32bit.zip)

;************************************************************************************
;              oemsetup.inf - (Windows 2003 and above only)
;
;		This is the INF file for Windows 2003 and above for ARECA 
;					SATA/SAS PCI RAID HOST Adapters
;
;		*********************************************************************
;		*                                                                   *
;		*  Copyright 2002 ARECA, Inc. All rights reserved.                  *
;		*                                                                   *
;		*  This file is property of ARECA, Inc. and is licensed for         *
;		*  use as is.  The receipt of or possession of this file does not   *
;		*  convey any rights to modify its contents, in whole, or in part,  *
;		*  without the specific written consent of ARECA, Inc.              *
;		*                                                                   *
;		*********************************************************************
;************************************************************************************
[Version]
Signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%ARECA%
DriverVer=01/11/2013,6.20.00.25
CatalogFile.NTx86=arcmsr.cat

[DestinationDirs]
DefaultDestDir = 12           ; DIRID_DRIVERS

[SourceDisksFiles]
arcs_x86.sys = 1

[SourceDisksNames]
1 = %Source_Disk_Name%,,,

[Manufacturer]
%ARECA%=ARECA,NTx86

[ARECA.NTx86]
%arcsataNr6.DevDesc% = arcs_x86_Inst, PCI\VEN_17D3&DEV_1110
%arcsataYr6.DevDesc% = arcs_x86_Inst, PCI\VEN_17D3&DEV_1120
%arcsataYr6.DevDesc% = arcs_x86_Inst, PCI\VEN_17D3&DEV_1130
%arcsataYr6.DevDesc% = arcs_x86_Inst, PCI\VEN_17D3&DEV_1160
%arcsataYr6.DevDesc% = arcs_x86_Inst, PCI\VEN_17D3&DEV_1170
%arcsataNr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1210
%arcsataYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1220
%arcsataYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1230
%arcsataYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1260
%arcsataYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1270
%arcsataYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1280
%arcsasYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1380
%arcsasYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1381
%arcsasYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1680
%arcsasYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1681
%arcsataNr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1201
%arcsasYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1880
%arcsataYr6.DevDesc% = arcs_x86_MsiInst, PCI\VEN_17D3&DEV_1214

[ControlFlags]
ExcludeFromSelect = PCI\VEN_17D3&DEV_1110
ExcludeFromSelect = PCI\VEN_17D3&DEV_1120
ExcludeFromSelect = PCI\VEN_17D3&DEV_1130
ExcludeFromSelect = PCI\VEN_17D3&DEV_1160
ExcludeFromSelect = PCI\VEN_17D3&DEV_1170
ExcludeFromSelect = PCI\VEN_17D3&DEV_1210
ExcludeFromSelect = PCI\VEN_17D3&DEV_1220
ExcludeFromSelect = PCI\VEN_17D3&DEV_1230
ExcludeFromSelect = PCI\VEN_17D3&DEV_1260
ExcludeFromSelect = PCI\VEN_17D3&DEV_1270
ExcludeFromSelect = PCI\VEN_17D3&DEV_1280
ExcludeFromSelect = PCI\VEN_17D3&DEV_1380
ExcludeFromSelect = PCI\VEN_17D3&DEV_1381
ExcludeFromSelect = PCI\VEN_17D3&DEV_1680
ExcludeFromSelect = PCI\VEN_17D3&DEV_1681
ExcludeFromSelect = PCI\VEN_17D3&DEV_1201
ExcludeFromSelect = PCI\VEN_17D3&DEV_1880
ExcludeFromSelect = PCI\VEN_17D3&DEV_1214

[arcs_x86_Inst]
CopyFiles = @arcs_x86.sys
CopyINF = arcvdev.inf
AddReg = arcs_x86_AddReg

[arcs_x86_Inst.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = arcs_x86_Removal_Addreg
AddReg = arcs_x86_Shutdown_Addreg
DelReg = arcs_x86_LegacyStorportValues

[arcs_x86_Inst.Services]
AddService = arcs_x86, %SPSVCINST_ASSOCSERVICE%, arcs_x86_Service_Inst, Miniport_EventLog_Inst

[arcs_x86_MsiInst]
CopyFiles = @arcs_x86.sys
CopyINF = arcvdev.inf
AddReg = arcs_x86_AddReg

[arcs_x86_MsiInst.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = arcs_x86_Removal_Addreg
AddReg = arcs_x86_Interrupt_Management_Addreg
AddReg = arcs_x86_Shutdown_Addreg
DelReg = arcs_x86_LegacyStorportValues

[arcs_x86_MsiInst.Services]
AddService = arcs_x86, %SPSVCINST_ASSOCSERVICE%, arcs_x86_Service_Inst, Miniport_EventLog_Inst

[arcs_x86_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\arcs_x86.sys
LoadOrderGroup = SCSI Miniport
AddReg         = Parameters_Addreg
AddReg         = BusTypeRAID_Addreg

[Parameters_Addreg]
HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001 ;PCIBus (5), Isa (1), Eisa (2) and PCMCIABus (8).
HKR, "Parameters\PnpInterface", "Thunderbolt", 0x00010001, 0x00000001 ;

[arcs_x86_Removal_Addreg] 
HKR, , "RemovalPolicy", 0x00010001, REMOVAL_POLICY 

[arcs_x86_Interrupt_Management_Addreg]
HKR, "Interrupt Management", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MSISupported, 0x00010001, 1

[BusTypeRAID_Addreg]
HKR, "Parameters", "BusType", 0x00010001, 0x00000008

[arcs_x86_AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\disk,TimeOutValue,0x00010001,0x5a
HKLM,SYSTEM\CurrentControlSet\Services\arcs_x86\Parameters\Device,MaximumSGList,0x00010001,0x1000
HKLM,SYSTEM\CurrentControlSet\Services\arcs_x86\Parameters\Device,NumberOfRequests,0x00010001,0x101

[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_Inst.AddReg

[Miniport_EventLog_Inst.AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\Drivers\arcs_x86.sys"
HKR,,TypesSupported,%REG_DWORD%,7

[arcs_x86_Shutdown_Addreg]
HKR,"StorPort","NeedsSystemShutdownNotification",0x00010001,1

[arcs_x86_LegacyStorportValues]
HKR,Storport,BusNumber
HKR,Storport,LegacyInterfaceType
HKR,Storport,SlotNumber

[Strings]
ARECA = "Areca Technology Corporation"

arcsataNr6.DevDesc = "ARECA (X86-32-STORPORT) SATA RAID Host Adapter"
arcsataYr6.DevDesc = "ARECA (X86-32-STORPORT) SATA RAID Host Adapter (RAID6-ENGINE Inside)"
arcsasYr6.DevDesc = "ARECA (X86-32-STORPORT) SAS RAID Host Adapter (RAID6-ENGINE Inside)"

Source_Disk_Name = "ARECA (X86-32-STORPORT) SATA/SAS PCI RAID Installation Disk"

;*******************************************
;Handy macro substitutions (non-localizable)
REMOVAL_POLICY         = 3              ;where Policy = 2 for ExpectOrderlyRemoval, Policy = 3 for ExpectSurpriseRemoval.
REQUEST_COUNT          = 257
TIMEOUT_SECS           = 90
PCI_BUS                = 5
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER  = 1
SERVICE_BOOT_START     = 0
SERVICE_ERROR_NORMAL   = 1
REG_EXPAND_SZ          = 0x00020000
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: ftp, load: 5.27