; ; RR2310.INF ; ; INF file of RR231x/2300 controller for Windows XP ; Copyright (c) HighPoint Technologies, Inc. All rights reserved ; [Version] signature="$Windows NT$" Class=SCSIAdapter ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} Provider=%HIGHPOINT% DriverVer=02/01/2007, 1.15.7.201 [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS [Manufacturer] %HIGHPOINT%=HighPoint [HighPoint] %RR2310.DeviceDesc%=hptmvPCI,PCI\VEN_1103&DEV_2310 %RR2300.DeviceDesc%=hptmvPCI,PCI\VEN_1103&DEV_2300 %RR2310.DeviceDesc%=hptmvPCI,PCI\VEN_11AB&DEV_7042 [NODRV] AddReg=NODRV_AddReg [NODRV.Services] AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install [hptmvPCI.NT] ;CpyFiles=@rr2310.sys ;CopyFiles=@hptpro.sys ;Rboot [hptmvPCI.NT.Services] AddService = rr2310, %SPSVCINST_ASSOCSERVICE%, hptmvPCI_Service_Inst, Miniport_EventLog_Inst ;AddService = hptpro,,Hptpro_Service_Inst [hptmvPCI_Service_Inst] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\rr2310.sys LoadOrderGroup = SCSI Miniport AddReg = pnpsafe_pci_addreg [Hptpro_Service_Inst] ServiceType = 1 StartType = 0 ErrorControl = 1 ;ServiceBinary = %12%\hptpro.sys LoadOrderGroup = Filter [pnpsafe_pci_addreg] HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001 HKR, "Parameters\Device", "DriverParameter", 0x00000000, "autorebuild=0" [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] ;;rr2310.inf = 1,, rr2310.sys = 1,, [NODRV_AddReg] ;Dummy AddReg section [strings] HighPoint="HighPoint" RR2310.DeviceDesc="RocketRAID 231x SATA Controller" RR2300.DeviceDesc="RocketRAID 230x SATA Controller" InstallDisk = "RocketRAID 231x/230x SATA 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