oemsetup.inf Driver File Contents (am25plus.zip)

;
; dell-english-oemsetup.inf -> oemsetup.inf
;
; This file contain the description of the 
; Dell PowerEdge Expandable RAID Controller
;
; Copyright (c) 1998, Adaptec Inc.

[version]
Signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%ADPT%

[DestinationDirs]
DefaultDestDir = 12 ; For NT %SystemRoot%\system32\drivers

[Manufacturer]
%ADPT%=ADPT

[ADPT]
%perc2.DeviceDesc% = perc2_Inst, PCI\VEN_1011&DEV_0046&SUBSYS_13649005

[perc2_Inst]
DelFiles = DeviceDriverFilesRemove
DelReg = OldDeviceDriverReg
CopyFiles = DeviceDriverFiles
Reboot

[perc2_Inst.Services]
AddService = afacomm, %SPSVCINST_ASSOCSERVICE%, afacomm_Service_Inst, Miniport_EventLog_Inst
AddService = afadisk, %SPSVCINST_ASSOCSERVICE%, afadisk_Service_Inst, Miniport_EventLog_Inst
AddService = afaport, %SPSVCINST_ASSOCSERVICE%, afaport_Service_Inst, Miniport_EventLog_Inst
AddService = afascsi, %SPSVCINST_ASSOCSERVICE%, afascsi_Service_Inst, Miniport_EventLog_Inst

[afacomm_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\afacomm.sys
LoadOrderGroup = SCSI miniport
Tag            = 0x00000001

[afadisk_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\afadisk.sys
LoadOrderGroup = Primary Disk

[afascsi_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\afascsi.sys
LoadOrderGroup = port
Dependencies   = +SCSI miniport

[afaport_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\afaport.sys
LoadOrderGroup = SCSI miniport


;*************************************************************
;The EventLog entries are the same for all SCSI miniports.
[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg,DriverInfoAddReg

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

[DriverInfoAddReg]
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Description,,%DriverDescription%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,CurrentVer,,%DriverOEMVersion%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Ver_%DriverOEMVersion%,,%DriverVersionID%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,BaseDriverFileName,,%BaseDriverFileName%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,BaseDriverFileVersion,,%BaseDriverFileVersion%

[OldDeviceDriverReg]
HKLM,HARDWARE\RESOURCEMAP\AFA,afasa
HKLM,HARDWARE\RESOURCEMAP\AFA\afasa
HKLM,SYSTEM\CurrentControlSet\Services\afasa,Security
HKLM,SYSTEM\CurrentControlSet\Services\afasa,Enum
HKLM,SYSTEM\CurrentControlSet\Services,afasa
HKLM,SYSTEM\CurrentControlSet\Services\afasa
HKLM,SYSTEM\CurrentControlSet\Services,perc2
HKLM,SYSTEM\CurrentControlSet\Services\perc2
HKLM,SYSTEM\CurrentControlSet\Services\EventLog\System,afasa
HKLM,SYSTEM\CurrentControlSet\Services\EventLog\System\afasa
HKLM,HARDWARE\RESOURCEMAP\AFA,afaprfpt
HKLM,HARDWARE\RESOURCEMAP\AFA\afaprfpt
HKLM,SYSTEM\CurrentControlSet\Services\afaprfpt,Security
HKLM,SYSTEM\CurrentControlSet\Services\afaprfpt,Enum
HKLM,SYSTEM\CurrentControlSet\Services,afaprfpt
HKLM,SYSTEM\CurrentControlSet\Services\afaprfpt
HKLM,SYSTEM\CurrentControlSet\Services\afaprffs,Security
HKLM,SYSTEM\CurrentControlSet\Services\afaprffs,Enum
HKLM,SYSTEM\CurrentControlSet\Services,afaprffs
HKLM,SYSTEM\CurrentControlSet\Services\afaprffs
; 
; these entries are readonly and attempts to remove will break install of drivers. (no offer to reboot)
;HKLM,SYSTEM\CurrentControlSet\Enum\Root\LEGACY_AFASA\0000,Control
;HKLM,SYSTEM\CurrentControlSet\Enum\Root\LEGACY_AFASA,0000
;HKLM,SYSTEM\CurrentControlSet\Enum\Root,LEGACY_AFASA
;HKLM,SYSTEM\CurrentControlSet\Enum\Root\LEGACY_AFASA


;This is the list of files to be copied from the distribution
;  format: destination-file-name, [source-file-name],[temporary-file-name], flag
;	Flag is to allow overwrites
;
[DeviceDriverFiles]
afacomm.sys, afacomm.sys, nafacomm.sys, 0x00010000
afadisk.sys, afadisk.sys, nafadisk.sys, 0x00010000
afascsi.sys, afascsi.sys, nafascsi.sys, 0x00010000
afaport.sys, afaport.sys, nafaport.sys, 0x00010000

[DeviceDriverFilesRemove]
afasa.sys,,,
perc2.sys,,,
afaprfpt.sys,,,
afaprffs.sys,,,



[SourceDisksNames]
1 = "Dell PERC 2, 2/Si, 3/Si, 3/Di NT 4.0 Device Drivers",raidisk1,,

[SourceDiskFiles]
afacomm.sys = 1,,28000,,,,,,
afadisk.sys = 1,,27000,,,,,,
afascsi.sys = 1,,20000,,,,,,
afaport.sys = 1,,22000,,,,,,


[Strings]
ADPT = "Adaptec"
perc2.DeviceDesc = "Dell PERC 2, 2/Si, 3/Si, 3/Di RAID Controllers"


; Driver Information Entries
; These items will be set by IHV...
DriverMfgr="Adaptec"                                             ; IHV name
DriverVersionID="2.1-3"                                          ; The IHV driver version
; These items will be set by OEM
DriverOEM="Dell"                                                 ; name of the OEM
DriverFamily="Storage"                                           ; device family (NIC, Storage, Video...)
DriverProduct="Adaptec RAID Controller"                          ; Specific Name of device (chipset, for example)
DriverDescription="NT4.0 "                                       ; Description of device (product name, OS or system supported)
DriverOEMVersion="A01"                                           ; OEM-specified version
BaseDriverFileName="AFASCSI.SYS"                                 ; 
BaseDriverFileVersion="2.1.3.2926"                               ; fill in with actual version for AfaScsi.sys


;*******************************************
;Handy macro substitutions (non-localizable)
COPYFLG_FORCE_FILE_IN_USE = 0x00000008 
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER  = 1
SERVICE_BOOT_START     = 0
SERVICE_DISABLED       = 4
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: web2, load: 1.15