; ; hptiop.INF ; ; INF file of RR3xxx controller for 32-bit Windows ; Copyright (c) HighPoint Technologies, Inc. All rights reserved ; [Version] signature="$Windows NT$" Class=SCSIAdapter ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} Provider=%HIGHPOINT% CatalogFile= hptiop.CAT DriverVer=01/03/2008, 1.2.13.3 [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS [Manufacturer] %HIGHPOINT%=HighPoint [HighPoint] %rr3220.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_3220 %rr3320.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_3320 %rr3520.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_3520 %rr4320.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_4320 %rr3510.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_3510 %rr3511.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_3511 %rr3521.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_3521 %rr3522.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_3522 %rr3410.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_3410 %rr3540.DeviceDesc%=hptiopPCI,PCI\VEN_1103&DEV_3540 %SCSI\ProcessorHPT_____RCM_DEVICE______.DeviceDesc% = NODRV, SCSI\ProcessorHPT_____RCM_DEVICE______ [NODRV] AddReg=NODRV_AddReg [NODRV.Services] AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install [hptiopPCI.NT] ;CpyFiles=@hptiop.sys [hptiopPCI.NT.Services] AddService = hptiop, %SPSVCINST_ASSOCSERVICE%, hptiopPCI_Service_Inst, Miniport_EventLog_Inst [hptiopPCI_Service_Inst] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\hptiop.sys LoadOrderGroup = SCSI Miniport AddReg = pnpsafe_pci_addreg [pnpsafe_pci_addreg] HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001 HKR, "Parameters\Device", "MaximumSGList", 0x00010001, 0x41 HKR, "Parameters\Device", "NumberOfRequests", 0x00010001, 0x101 HKLM, "System\CurrentControlSet\Services\Disk", "TimeOutValue", 0x00010001, 0x0000003C [Miniport_EventLog_Inst] AddReg = Miniport_EventLog_AddReg [Miniport_EventLog_AddReg] HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" HKR,,TypesSupported,%REG_DWORD%,7 [SourceDisksNames] 1 = %InstallDisk%,,,, [SourceDisksFiles] ;;hptiop.inf = 1,, hptiop.sys = 1,, [NODRV_AddReg] ;Dummy AddReg section [strings] HighPoint="HighPoint" rr3220.DeviceDesc="RocketRAID 3220 SATA Controller" rr3320.DeviceDesc="RocketRAID 3320 SATA Controller" rr3520.DeviceDesc="RocketRAID 3520 SATA Controller" rr4320.DeviceDesc="RocketRAID 4320 SAS Controller" rr3510.DeviceDesc="RocketRAID 3510 SATA Controller" rr3511.DeviceDesc="RocketRAID 3511 SATA Controller" rr3521.DeviceDesc="RocketRAID 3521 SATA Controller" rr3522.DeviceDesc="RocketRAID 3522 SATA Controller" rr3410.DeviceDesc="RocketRAID 3410 SATA Controller" rr3540.DeviceDesc="RocketRAID 3540 SATA Controller" SCSI\ProcessorHPT_____RCM_DEVICE______.DeviceDesc = "HighPoint RCM Device" InstallDisk = "RocketRAID 3xxx/4xxx Controller Driver Diskette" ;******************************************* ;Handy macro substitutions (non-localizable) SPSVCINST_ASSOCSERVICE = 0x00000002 SERVICE_KERNEL_DRIVER = 1 SERVICE_BOOT_START = 0 SERVICE_ERROR_NORMAL = 1 REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001