; ; OEMSETUP.INF - version 2K.2 (Windows 2000 and above only) ; ; This is the INF file for Windows 2000 and above for the SYMC8XX based ; PCI SCSI Cards (810/810A, 815, 825/825A, 860, 875, 885, 895) ; ; ******************************************************************** ; * ; Copyright 2000 LSI Logic, Inc. All rights reserved. * ; * ; This file is property of LSI Logic, Inc. and is licensed for * ; use as is. The receipt of or possession of this file does not * ; convey any rights to modify its contents, in whole, or in part, * ; without the specific written consent of LSI Logic, Inc. * ; * ; ******************************************************************** [version] signature="$Windows NT$" Class=SCSIAdapter ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} Provider=%LSI% DriverVer=12/19/2000,4.16.00 ;CatalogFile=symc8xx.cat [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS [SourceDisksFiles] symc8xx.sys = 1 ;symc8xx.cat = 1 [SourceDisksNames] 1 = "Symbios 53C8XX PCI SCSI Install Disk",, [Manufacturer] %LSI%=LSI [LSI] %DevDesc1% = SYMC8XX_Inst, PCI\VEN_1000&DEV_0001 %DevDesc2% = SYMC8XX_Inst, PCI\VEN_1000&DEV_0003 %DevDesc3% = SYMC8XX_Inst, PCI\VEN_1000&DEV_0004 %DevDesc4% = SYMC8XX_Inst, PCI\VEN_1000&DEV_0005 %DevDesc5% = SYMC8XX_Inst, PCI\VEN_1000&DEV_0006 %DevDesc6% = SYMC8XX_Inst, PCI\VEN_1000&DEV_000C %DevDesc7% = SYMC8XX_Inst, PCI\VEN_1000&DEV_000D %DevDesc8% = SYMC8XX_Inst, PCI\VEN_1000&DEV_000F [SYMC8XX_Inst] CopyFiles = @symc8xx.sys AddReg = SYMC8XX_AddReg [SYMC8XX_Inst.Services] AddService = Symc8xx, %SPSVCINST_ASSOCSERVICE%, SYMC8XX_Service_Inst, Miniport_EventLog_Inst [SYMC8XX_Service_Inst] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\symc8xx.sys LoadOrderGroup = SCSI Miniport AddReg = pnpsafe_pci_addreg [SYMC8XX_AddReg] HKLM,SYSTEM\CurrentControlSet\Services\Symc8xx\Parameters\Device,MaximumSGList,0x00010001,0x41 HKLM,SYSTEM\CurrentControlSet\Services\Symc8xx\Parameters\Device,NumberOfRequests,0x00010001,0x80 [pnpsafe_pci_addreg] HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001 [Miniport_EventLog_Inst] AddReg = Miniport_EventLog_AddReg [Miniport_EventLog_AddReg] HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" HKR,,TypesSupported,%REG_DWORD%,7 [Strings] LSI = "LSI Logic, Inc." DevDesc1 = "Symbios 8100S PCI SCSI Adapter; 53C810 Device" DevDesc2 = "Symbios 825XS|D PCI SCSI Adapter; 53C825, 53C825A Device" DevDesc3 = "Symbios 815XS PCI SCSI Adapter; 53C815 Device" DevDesc4 = "Symbios 8100ASP, 2081X PCI SCSI Adapter; 53C810A Device" DevDesc5 = "Symbios 8600SP PCI SCSI Adapter; 53C860 Device" DevDesc6 = "Symbios 8951U, 8952U PCI SCSI Adapter; 53C895 Device" DevDesc7 = "Symbios 23800 PCI SCSI-Ethernet Adapter; 53C885 Device" DevDesc8 = "Symbios 875XS|D, 2280X PCI SCSI Adapter; 53C875, 53C876 Device" ;******************************************* ;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