oemsetup.inf Driver File Contents (arcm32_V6.20.00.14Build70322.zip)

;************************************************************************************
;              oemsetup.inf - (Windows 2000 and above only)
;
;		This is the INF file for Windows 2000 and above for the 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=03/22/2007,6.20.00.14
CatalogFile=arcmsr.cat

[DestinationDirs]
DefaultDestDir = 12           ; DIRID_DRIVERS

[SourceDisksFiles]
arcm_x86.sys = 1

[SourceDisksNames]
1 = %Source_Disk_Name%,,,

[Manufacturer]
%ARECA%=ARECA

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

[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

[arcm_x86_Inst]
CopyFiles = @arcm_x86.sys
CopyINF = arcvdev.inf
AddReg = arcm_x86_AddReg

[arcm_x86_Inst.Services]
AddService = arcm_x86, %SPSVCINST_ASSOCSERVICE%, arcm_x86_Service_Inst, arcm_x86_EventLog_Inst

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

[Parameters_Addreg]
HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001

[arcm_x86_AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\disk,TimeOutValue,0x00010001,0x5a
HKLM,SYSTEM\CurrentControlSet\Services\arcm_x86\Parameters\Device,MaximumSGList,0x00010001,0x26
HKLM,SYSTEM\CurrentControlSet\Services\arcm_x86\Parameters\Device,NumberOfRequests,0x00010001,0x101

[arcm_x86_EventLog_Inst]
AddReg = arcm_x86_EventLog_AddReg

[arcm_x86_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7

[Strings]
ARECA = "Areca Technology Corporation"

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

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

;*******************************************
;Handy macro substitutions (non-localizable)
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: 2.40