; amdsbs/amdsbs.INF ; Copyright Tue 03/03/2009 Advanced Micro Devices, Inc. ; [Version] signature="$Windows NT$" Class=SCSIAdapter ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} Provider=%ATI% DriverVer=03/17/2009, 3.6.1540.127 ; [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS [SourceDisksNames] 3426=windows cd [SourceDisksFiles] amdsbs.sys=3426 [ControlFlags] ExcludeFromSelect=* [Manufacturer] %ATI%=ATI, ntamd64, ntx86 [ATI.ntamd64] %NapaDesc%=Napa_Inst,PCI\VEN_1002&DEV_4392 %ATI_Raid_ControllerDesc%=NODRV,SCSI\ProcessorAMD_____ [ATI.ntx86] %NapaDesc%=Napa_Inst,PCI\VEN_1002&DEV_4392 %ATI_Raid_ControllerDesc%=NODRV,SCSI\ProcessorAMD_____ [NODRV] CopyFiles=MoveNODRV [MoveNODRV] [NODRV.Services] ; ; this is blank to just allow the install to succeed ; AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install [Napa_Inst.ntx86] CopyFiles = @amdsbs.sys [Napa_Inst.ntx86.Services] AddService = amdsbs,0x00000002,Napa_Service_Instx86, Napa_EventLog_Inst [Napa_Service_Instx86] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\amdsbs.sys LoadOrderGroup = "SCSI Miniport" AddReg = pnpsafe_pci_addreg AddReg = ATI_Installer_AddReg [Napa_Inst.ntamd64] CopyFiles = @amdsbs.sys [Napa_Inst.ntamd64.Services] AddService = amdsbs,0x00000002,Napa_Service_Instamd64, Napa_EventLog_Inst [Napa_Service_Instamd64] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\amdsbs.sys LoadOrderGroup = "SCSI Miniport" AddReg = pnpsafe_pci_addreg AddReg = ATI_Installer_AddReg [Napa_EventLog_Inst] AddReg = Napa_EventLog_Inst.AddReg [Napa_EventLog_Inst.AddReg] HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" HKR,,TypesSupported,%REG_DWORD%,7 [pnpsafe_pci_addreg] HKR, Parameters\PnpInterface, 5, 0x00010001, 0x00000001 HKR, Parameters,BusType,0x00010001,0x00000008 ;by tammy Raid bus HKR, Settings\CAM, EnableALPEDisableHotplug, 0x00010001, 0x00000000 HKR, Settings\CAM, EnableCCC, 0x00010001, 0x00000000 HKR, Settings\CAM, CCCTimeoutValue, 0x00010001, 10 HKR, Settings\CAM, CCCCompletionValue, 0x00010001, 32 HKR, Settings\CAM, NCQEnableDiskIDBits, 0x00010001, 0x00000000 HKR, Settings\CAM, EnableHIPM, 0x00010001, 0x00000000 HKR, Settings\CAM, EnableDIPM, 0x00010001, 0x00000000 HKR, Settings\CAM, EnableHDDParking, 0x00010001, 0x00000001 HKR, Settings\CAM, CAMTimeOutValue, 0x00010001, 0x00000005 [ATI_Installer_AddReg] HKLM,"Software\ATI Technologies\Install\South Bridge\ATI_AHCI_RAID",DisplayName,,"AMD AHCI RAID" HKLM,"Software\ATI Technologies\Install\South Bridge\ATI_AHCI_RAID",Version,,"3.6.1540.127" HKLM,"Software\ATI Technologies\Install\South Bridge\ATI_AHCI_RAID",Install,,"Success" [Strings] ;Localizable Strings ATI= "Advanced Micro Devices, Inc." NapaDesc= "AMD AHCI Compatible RAID Controller" NapaDesc_DC5750= "AMD AHCI Compatible RAID Controller - DC5750" NapaDesc_HP5850= "AMD AHCI Compatible RAID Controller - HP5850" ATI_Raid_ControllerDesc= "AMD RAID Console" ;Non-Localizable Strings SERVICE_BOOT_START = 0x0 SERVICE_SYSTEM_START = 0x1 SERVICE_AUTO_START = 0x2 SERVICE_DEMAND_START = 0x3 SERVICE_DISABLED = 0x4 SERVICE_KERNEL_DRIVER = 0x1 SERVICE_ERROR_IGNORE = 0x0 SERVICE_ERROR_NORMAL = 0x1 SERVICE_ERROR_SEVERE = 0x2 SERVICE_ERROR_CRITICAL = 0x3 REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001 SPSVCINST_ASSOCSERVICE=0x00000002