OEMSETUP.INF Driver File Contents (25r4967.zip)

;
; oemsetup.inf -- INF setup file for i960-based IBM ServeRAID Adapters
;                 for Windoww.NET Servers.
;                 This package includes the performance driver.
; Copyright (c) 2003, Adaptec. all right reserverd.

[Version]
Signature = "$Windows NT$"
Class = SCSIAdapter
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider = %IBM%
CatalogFile = nfrd6Mpf.cat
DriverVer=01/14/2004, 6.06.08

[SourceDisksNames]
1 = %INSTALL_MEDIA_DESCRIPTION%, \WIN2003\PERF\6M\NFRD6M.SYS,

[SourceDisksFiles]
nfrd6M.sys = 1
nfrd6Mpf.sys = 1
adcipf01.dll = 1

[DestinationDirs]
NFRD6M_CopyFiles = 12         ; WINNT\SYSTEM32\DRIVERS
NFRD6MPF_CopyFiles = 12       ; WINNT\SYSTEM32\DRIVERS
ADCIPF01_CopyFiles = 11		; WINNT\SYSTEM32

[Manufacturer]
%IBM%=IBM,NTx86.5.2

; models section

[IBM.NTx86.5.2]      ; Section for Windows.NET Servers
%SERVERAID6M_DESCRIPTION% = NFRDFULL_Install, PCI\VEN_9005&DEV_0250&SUBSYS_02791014

[IBM]

[ControlFlags]

[NFRDFULL_Install]
Copyfiles = NFRD6M_Copyfiles, NFRD6MPF_Copyfiles
AddReg = NFRD6MPF_AddReg

[NFRDFULL_Install.Services]
AddService = nfrd6M, %SPSVCINST_ASSOCSERVICE%, NFRD6M_Service_Install, NFRD6M_EventLog_Install
AddService = nfrd6Mpf, %SPSVCINST_NOFLAG%, NFRD6MPF_Service_Install, NFRD6MPF_EventLog_Install

[NFRD6M_Copyfiles]
nfrd6M.sys

[NFRD6MPF_Copyfiles]
nfrd6Mpf.sys

[NFRD6MPF_Service_Install]
DisplayName = %NFRD6MPF_FRIENDLY_NAME%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\nfrd6Mpf.sys
LoadOrderGroup = Filter
Dependencies = +SCSI Class

[NFRD6M_Service_Install]
DisplayName = %NFRD6M_FRIENDLY_NAME%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\nfrd6M.sys
LoadOrderGroup = SCSI Miniport
AddReg = NFRD6M_AddReg

[NFRD6M_EventLog_Install]
AddReg = NFRD6M_EventLog_AddReg

[NFRD6M_EventLog_AddReg]
HKR, , EventMessageFile, %FLG_ADDREG_TYPE_EXPAND_SZ%, "%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\Drivers\nfrd6M.sys"
HKR, , TypesSupported, %FLG_ADDREG_TYPE_DWORD%, %EVENTLOG_ERROR_WARNING_INFORMATION_TYPE%

[NFRD6MPF_EventLog_Install]
AddReg = NFRD6MPF_EventLog_AddReg

[NFRD6MPF_EventLog_AddReg]
HKR, , EventMessageFile, %FLG_ADDREG_TYPE_EXPAND_SZ%, "%%SystemRoot%%\System32\Drivers\nfrd6Mpf.sys"
HKR, , TypesSupported, %FLG_ADDREG_TYPE_DWORD%, %EVENTLOG_ERROR_WARNING_INFORMATION_TYPE%

[NFRD6M_AddReg]
HKR,"Parameters\Device", "NumberOfRequests", %FLG_ADDREG_TYPE_DWORD%, 128
HKR,"Parameters\PnpInterface", "5",%REG_DWORD%,0x00000001

[NFRD6MPF_AddReg]
HKLM,"SYSTEM\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}", "UpperFilters", 0x00010008, "nfrd6Mpf"

[NFRDFULL_Install.CoInstallers]
CopyFiles = ADCIPF01_Copyfiles
AddReg = ADCIPF01.CoInstallers_AddReg

[ADCIPF01_Copyfiles]
adcipf01.dll

[ADCIPF01.CoInstallers_AddReg]
HKR,,Coinstallers32,0x00010000,"adcipf01.dll,adcipf_Entry"


[Strings]
;Handy macro substitutions (non-localizable)

; Values for flag in the Services section
SPSVCINST_NOFLAG = 0x00000000
SPSVCINST_TAGTOFRONT = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
SPSVCINST_DELETEEVENTLOGENTRY = 0x00000004
SPSVCINST_NOCLOBBER_DISPLAYNAME = 0x00000008
SPSVCINST_NOCLOBBER_STARTTYPE = 0x00000010
SPSVCINST_NOCLOBBER_ERRORCONTROL = 0x00000020
SPSVCINST_NOCLOBBER_LOADORDERGROUP = 0x00000040
SPSVCINST_NOCLOBBER_DEPENDENCIES = 0x00000080

; Values for ServiceType
SERVICE_KERNEL_DRIVER  = 1
SERVICE_FILE_SYSTEM_DRIVER = 2
SERVICE_ADAPTER = 4
SERVICE_RECOGNIZER_DRIVER = 8
SERVICE_WIN32_OWN_PROCESS  = 16
SERVICE_WIN32_SHARE_PROCESS = 32
SERVICE_INTERACTIVE_PROCESS = 256

; Values for StartType
SERVICE_BOOT_START     = 0
SERVICE_SYSTEM_START   = 1
SERVICE_AUTO_START     = 2
SERVICE_DEMAND_START   = 3
SERVICE_DISABLED       = 4

; Values for ErrorControl
SERVICE_ERROR_IGNORE   = 0
SERVICE_ERROR_NORMAL   = 1
SERVICE_ERROR_SEVERE   = 2
SERVICE_ERROR_CRITICAL = 3

; Values for registry key data type
FLG_ADDREG_BINVALUETYPE   = 0x00000001
FLG_ADDREG_NOCLOBBER      = 0x00000002
FLG_ADDREG_DELVAL         = 0x00000004
FLG_ADDREG_APPEND         = 0x00000008
FLG_ADDREG_KEYONLY        = 0x00000010
FLG_ADDREG_OVERWRITEONLY  = 0x00000020

FLG_ADDREG_TYPE_SZ        = 0x00000000
FLG_ADDREG_TYPE_MULTI_SZ  = 0x00010000
FLG_ADDREG_TYPE_EXPAND_SZ = 0x00020000
FLG_ADDREG_TYPE_BINARY    = 0x00000001
FLG_ADDREG_TYPE_DWORD     = 0x00010001
FLG_ADDREG_TYPE_NONE      = 0x00020001

; Values for error log type
EVENTLOG_SUCCESS              = 0X0000
EVENTLOG_ERROR_TYPE           = 0x0001
EVENTLOG_WARNING_TYPE         = 0x0002
EVENTLOG_INFORMATION_TYPE     = 0x0004
EVENTLOG_AUDIT_SUCCESS        = 0x0008
EVENTLOG_AUDIT_FAILURE        = 0x0010
EVENTLOG_ERROR_WARNING_INFORMATION_TYPE = 0x0007

;
REG_DWORD              = 0x00010001

;*******************************************

; Localizable strings
IBM = "IBM Corporation"
INSTALL_MEDIA_DESCRIPTION = "IBM ServeRAID High Performace Device Driver Diskette"
SERVERAID6M_DESCRIPTION = "IBM ServeRAID 6M Controller"
NFRD6M_FRIENDLY_NAME = "IBM ServeRAID 6M Device Driver"
IPSRAIDN_FRIENDLY_NAME = "IBM ServeRAID Device Driver"
NFRD6MPF_FRIENDLY_NAME = "IBM ServeRAID 6M Performance Driver"
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: web5, load: 1.59