thanks very much.
http://download.boulder.ibm.com/ibmdl/p … _32-64.exe

Server: IBM 3950 M2

;
; OEMSETUP.INF
;
; This is the INF file for Windows Server 2000 and Windows
; 2003 (32-bit) for the LSI SAS RAID Controllers
;
;********************************************************************
;                                                                    *
;   Copyright 2005 LSI Corp., Inc. All rights reserved.              *
;                                                                    *
;   This file is property of LSI Corp., 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 LSI Corp., Inc.          *
;                                                                    *
;********************************************************************

[version]
Signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%LSI%
CatalogFile=megasas.cat
CatalogFile.ntx86=megasas.cat
DriverVer=07/01/2008,2.23.0.32

[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS


[SourceDisksNames]
1 = %disk1%,megasas.sys,,

[SourceDisksFiles]
megasas.sys = 1

[SourceDisksNames.x86]
2 = %disk2%,msas2k3.sys,,

[SourceDisksFiles.x86]
msas2k3.SYS = 2
...................................................