; ; $Id: vp1000.inf,v 1.44 2004/04/06 18:07:32 vesper Exp $ ; ; ; Installation file (.inf) for the VolumePro10000 device. ; ; TeraRecon, Inc. ; [Version] Signature="$WINDOWS NT$" ClassGuid={4D36E96C-E325-11CE-BFC1-08002BE10318} Class=MEDIA Provider=%RTViz% ; DriverVer should be mm/dd/yyyy, a.b.c.d where mm and dd are always two digits, yyyy is always 4. DriverVer=08/03/2004, 3.3.0.0 CatalogFile=vp1000.cat ; No catalog exists but quites the sanity checker [Strings] RTViz = "TeraRecon RTViz" RTViz.DeviceDesc = "VolumePro1000 [08/03/2004 Driver 3.3.0.29, VLI 3.3]" vgb.SvcDesc="VolumePro1000" DiskId = "VolumePro1000 Installation Disk" [SourceDisksNames] 1 = %DiskId% [SourceDisksFiles] vp1000.sys = 1 vli3.dll = 1 [DestinationDirs] DefaultDestDir = 11 ; DIRID_SYSTEM vp1000_sys.CopyList = 12 ; DIRID_DRIVERS vli3_dll.CopyList = 11 ; DIRID_SYSTEM [Manufacturer] %RTViz%=RTViz.Mfg [RTViz.Mfg] %RTViz.DeviceDesc% = vp1000, PCI\VEN_1753&DEV_1004&REV_01, PCI\VEN_1753&DEV_1004&REV_02 [vp1000] CopyFiles=vp1000_sys.CopyList,vli3_dll.CopyList DelReg=vp1000_sys.DelReg,vli3_dll.DelReg AddReg=vp1000_sys.AddReg,vli3_dll.AddReg [vp1000.Services] AddService = vp1000, 0x00000002 , vp1000_Service_Inst [vp1000_Service_Inst] DisplayName = %vp1000.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 2 ; SERVICE_AUTO_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\vp1000.sys ; ; Source file information ; [vp1000_sys.CopyList] vp1000.sys ; AddReg flags: ; 0x00000000 The given value entry and/or value is of type REG_SZ. Note that this is the default type for a specified value entry, so the flags value can be omitted from any reg-root= line in an add-registry section that operates on a value entry of this type. ; 0x00000001 The given value is "raw" data. (This value is identical to the Windows 2000-specific FLG_ADDREG_TYPE_BINARY.) ; 0x00000002 Prevent a given value from replacing the value of an existing value entry. ; 0x00000004 Delete the given subkey from the registry, or delete the specified value-entry-name from the specified registry subkey. ; 0x00000010 Create the given subkey, but ignore any supplied value-entry-name and/or value. ; 0x00000020 Reset to the supplied value only if the specified value-entry-name already exists in the given subkey. ; 0x00010000 The given value entry and/or value is of the registry type REG_MULTI_SZ. This specification does not require any NUL terminator for a given string value. ; 0x00000008 Append a given value to that of an existing named value entry. This flag is valid only for value entries of type REG_MULTI_SZ. ; 0x00020000 The given value entry and/or value is of the registry type REG_EXPAND_SZ. ; 0x00010001 The given value entry and/or value is of the registry type REG_DWORD. ; 0x00020001 The given value entry and/or value is of the Windows 2000 registry type REG_NONE. [vp1000_sys.AddReg] HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,DebugLevel,0x00000003,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11 HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,DMAInTimeout,0x00010001,10000 HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,RenderTimeout,0x00010001,10000 HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,DMAOutTimeout,0x00010001,10000 HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,PCI_BR_LT,0x00010003,0xffffffff HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,PCI_BR_CLS,0x00010003,0xffffffff HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,PCI_BAR0_MAX_SIZE,0x00010003,0xffffffff HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,ForcePCIRev,0x00010003,0 HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,DebugRenderDump,0x00010003,0 HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,LogFileName_NOTE,0x00000000,"IMPORTANT: LogFileName must be on the same file system type as Windows. \SystemRoot\vg1000log.txt will always log to the windows boot directory. Use a fully qualified DOS filename to log to a specific drive, e.g. c:\vp1000log.txt." HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,LogFileName,0x00000000,"\SystemRoot\vp1000log.txt" ; NOTE: The log file name MUST be on the boot drive initially to be safe. ; This setting does not have the 'no clobber' bit set to ensure it gets set ; to a safe value. [vli3_dll.CopyList] vli3.dll vp1000_control.exe [vli3_dll.AddReg] ;These settings were incorrectly set as strings in builds 10-13 of the driver. Remove ;the strings before correcting. [vp1000_sys.DelReg] HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,DMAInTimeout HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,RenderTimeout HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,DMAOutTimeout HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,PCI_BR_LT HKLM,SYSTEM\CurrentControlSet\Services\vp1000\parameters,PCI_BR_CLS [vli3_dll.DelReg]