|
想把Dell S100控制器的驱动加入HHH333的PE内核WINPE.IS_
驱动中有两个SYS文件,其中inf和OEM文件见附件。 我按照论坛的方法改好了TXTSETUP.SIF文件(附件)。 但是蓝屏。 请问如何修改才对,另外inf中的注册表项,需要不需要加入setupreg.hiv中?
OEM 文件贴出如下:
#-----------------------------------------------------------------------------
[Disks]
disk1 = "Dell PERC S100 S300 Controller 32 Bit",\bcraid,\
#-----------------------------------------------------------------------------
[Defaults]
SCSI = DELL_SATA_VST
#-----------------------------------------------------------------------------
[SCSI]
DELL_SATA_VST = "Dell PERC S100 S300 Controller 32 Bit [storport]"
#-----------------------------------------------------------------------------
[Files.SCSI.DELL_SATA_VST]
inf = disk1, bcraid.inf
driver = disk1, bcraid.sys, bcraid_VST
driver = disk1, bccfg.sys, bccfg
catalog = disk1, bcraid.cat
#-----------------------------------------------------------------------------
[HardwareIds.SCSI.DELL_SATA_VST]
id = "PCI\VEN_1028&DEV_0016&subsys_1F241028", "bcraid"
id = "PCI\VEN_8086&DEV_3A25&subsys_020F1028", "bcraid"
id = "PCI\VEN_8086&DEV_3A25&subsys_028D1028", "bcraid"
id = "PCI\VEN_8086&DEV_1C04&subsys_04DE1028", "bcraid"
id = "PCI\VEN_8086&DEV_1C04&subsys_04DD1028", "bcraid"
id = "PCI\VEN_8086&DEV_3B24&subsys_02A51028", "bcraid"
id = "PCI\VEN_8086&DEV_3B25&subsys_02A51028", "bcraid"
id = "PCI\VEN_8086&DEV_3A25&subsys_02F11028", "bcraid"
id = "PCI\VEN_8086&DEV_3B24&subsys_02A61028", "bcraid"
id = "PCI\VEN_8086&DEV_3B25&subsys_02A61028", "bcraid"
id = "PCI\VEN_8086&DEV_3B24&subsys_02A41028", "bcraid"
id = "PCI\VEN_8086&DEV_3B25&subsys_02A41028", "bcraid"
id = "PCI\VEN_8086&DEV_2925&subsys_02101028", "bcraid"
id = "PCI\VEN_8086&DEV_3B24&subsys_02A31028", "bcraid"
id = "PCI\VEN_8086&DEV_3B25&subsys_02A31028", "bcraid"
id = "PCI\VEN_8086&DEV_3A25&subsys_028C1028", "bcraid"
#-----------------------------------------------------------------------------
[Config.bcraid_VST]
value = parameters\PnpInterface, 5, REG_DWORD, 1
value = "Parameters\Device", "NumberOfRequests", REG_DWORD, 254
value = "Parameters\Device", "DriverParameter", REG_SZ, "VST"
value = "", Tag, REG_DWORD, 1
inf如下:
;-----------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Class = SCSIAdapter
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider = %DELL%
CatalogFile = bcraid.cat
DriverVer = 01/10/2011,2.0.0.0162
PnpLockDown = 0
DriverPackageDisplayName = %bcraid_Desc%
DriverPackageType = PlugAndPlay
;-----------------------------------------------------------------------------
[SourceDisksNames]
1 = %bcraid_Desc%
;-----------------------------------------------------------------------------
[SourceDisksFiles]
bcraid.sys = 1
bccfg.sys = 1
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ;%WinDir%\System32\Drivers directory on NT-based systems
;-----------------------------------------------------------------------------
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
[Manufacturer]
%DELL% = DELL,ntx86
;-----------------------------------------------------------------------------
[DELL.ntx86]
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_1028&DEV_0016&subsys_1F241028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3A25&subsys_020F1028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3A25&subsys_028D1028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_1C04&subsys_04DE1028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_1C04&subsys_04DD1028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3B24&subsys_02A51028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3B25&subsys_02A51028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3A25&subsys_02F11028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3B24&subsys_02A61028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3B25&subsys_02A61028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3B24&subsys_02A41028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3B25&subsys_02A41028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_2925&subsys_02101028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3B24&subsys_02A31028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3B25&subsys_02A31028
%bcraid_Desc%=bcraid_Inst_VST,PCI\VEN_8086&DEV_3A25&subsys_028C1028
%bccfg_Desc% = bccfg_Inst, SCSI\ProcessorRAIDCOREConfiguration___V1.1
;-----------------------------------------------------------------------------
[bcraid_Inst]
CopyFiles = DefaultDestDir
;-----------------------------------------------------------------------------
[bcraid_Inst_VST]
CopyFiles = DefaultDestDir
;-----------------------------------------------------------------------------
[DefaultDestDir]
bcraid.sys,,,0x00002004
bccfg.sys,,,0x00002004
;-----------------------------------------------------------------------------
[bcraid_Inst.Services]
AddService = bcraid,0x00000002,bcraid_Service_Inst
;-----------------------------------------------------------------------------
[bcraid_Inst_VST.Services]
AddService = bcraid,0x00000002,bcraid_Service_Inst_VST
;-----------------------------------------------------------------------------
[bcraid_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 0 ; SERVICE_BOOT_START
ErrorControl = 2 ; SERVICE_ERROR_SEVERE
ServiceBinary = %12%\bcraid.sys
DelReg = bcraid_Inst_DelReg
AddReg = bcraid_Inst_AddReg
;-----------------------------------------------------------------------------
[bcraid_Service_Inst_VST]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 0 ; SERVICE_BOOT_START
ErrorControl = 2 ; SERVICE_ERROR_SEVERE
ServiceBinary = %12%\bcraid.sys
DelReg = bcraid_Inst_DelReg,bcraid_Inst_VST_DelReg
AddReg = bcraid_Inst_AddReg,bcraid_Inst_VST_AddReg
;-----------------------------------------------------------------------------
[bcraid_Inst_DelReg]
HKR, "Parameters\PnpInterface", 5
HKR, "Parameters\Device", "NumberOfRequests"
HKR, "Parameters", "BusType"
;-----------------------------------------------------------------------------
[bcraid_Inst_AddReg]
HKR, "Parameters\PnpInterface", 5, 0x00010001, 0x00000001
HKR, "Parameters\Device", "NumberOfRequests", 0x00010001, 254
HKR, "Parameters", "BusType", 0x00010001, 0x00000008
HKLM,"System\CurrentControlSet\Services\Disk","TimeOutValue",0x00010001,0x0000003C
;-----------------------------------------------------------------------------
[bcraid_Inst_VST_DelReg]
HKR, "Parameters\Device", "DriverParameter"
;-----------------------------------------------------------------------------
[bcraid_Inst_VST_AddReg]
HKR, "Parameters\Device", "DriverParameter", 0, "VST"
;-----------------------------------------------------------------------------
[bccfg_Inst]
CopyFiles = DefaultDestDir
;-----------------------------------------------------------------------------
[bccfg_Inst.Services]
AddService = bccfg,0x00000002,bccfg_Service_Inst
;-----------------------------------------------------------------------------
[bccfg_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\bccfg.sys
DisplayName = %bccfg_Desc%
;-----------------------------------------------------------------------------
[Strings]
DELL = "Dell Inc."
bcraid_Desc = "Dell PERC S100 S300 Controller [storport]"
bccfg_Desc = "Dell PERC S100 S300 Configuration Device [storport]" |
-
-
s100.zip
17.45 KB, 下载次数: 68, 下载积分: 无忧币 -2
|