;######################################################################### ; ; Copyright 1998 Symbios Inc. All rights reserved. ; ; This file is confidential and a trade secret of Symbios Logic. The ; receipt of or possession of this file does not convey any rights to ; reproduce or disclose its contents or to manufacture, use, or sell ; anything it may describe, in whole, or in part, without the specific ; written consent of Symbios Logic Inc. ; ;######################################################################## ;######################################################################### ; ; #BeginDescription ; This is the INF file for the SYM41650 driver ; #EndDescription ; ; Version History ; --------------- ; ; Date Who Description ; ________ ___ _________________________________________________ ; #BeginRevision ; 04/27/98 NHP Initial Version ; #EndRevision ; ;######################################################################## ; ; This is the INF file for the SYM41650 ; [Version] Signature="$Windows NT$" Class=SCSIAdapter ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} Provider=%SYMBIOS% [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS [Manufacturer] %SYMBIOS%=SYMBIOS [SYMBIOS] %sym41650.DeviceDesc% = sym41650_Inst, *SLI4163, *SLI4161 ;;;%sym41650.NoIrqDeviceDesc% = sym41650_NoIrqInst, *SLI4163, *SLI4161 [sym41650_Inst] CopyFiles = @sym41650.sys ;;;[sym41650_NoIrqInst] ;;;CopyFiles = @sym41650.sys [sym41650_Inst.Services] AddService = sym41650, %SPSVCINST_ASSOCSERVICE%, sym41650_Service_Inst, Miniport_EventLog_Inst [sym41650_Service_Inst] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\sym41650.sys LoadOrderGroup = SCSI Miniport AddReg = pnpsafe_isa_addreg DelReg = IrqMode [IrqMode] HKR, "Parameters\Device", "DriverParameter" ;;;[sym41650_NoIrqInst.Services] ;;;AddService = sym41650, %SPSVCINST_ASSOCSERVICE%, sym41650_Service_NoIrqInst, Miniport_EventLog_Inst ;;;[sym41650_Service_NoIrqInst] ;;;ServiceType = %SERVICE_KERNEL_DRIVER% ;;;StartType = %SERVICE_BOOT_START% ;;;ErrorControl = %SERVICE_ERROR_NORMAL% ;;;ServiceBinary = %12%\sym41650.sys ;;;LoadOrderGroup = SCSI Miniport ;;;AddReg = pnpsafe_isa_addreg ;;;AddReg = NoIrq ;;;[NoIrq] ;;;HKR, "Parameters\Device", "DriverParameter", 0x00000000, "/Polling=1" ;;;[sym41650_NoIrqInst.LogConfigOverride] ;;;LogConfig=sym41650_NoIrqInst_LogConfig ;;;[sym41650_NoIrqInst_LogConfig] ;;;ConfigPriority=NORMAL ;;;IOConfig=20@200-FFE0%FFE0 ;************************************************************* ;These addreg sections should be used when installing services to indicate ;which interface types are safe for PNP and which aren't. INTERFACE_TYPE ;is defined in NTDDK.H [pnpsafe_isa_addreg] HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001 ;************************************************************* ;The EventLog entries are the same for all SCSI miniports. [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] SYMBIOS="Symbios Inc." sym41650.DeviceDesc="Symbios 53C416 PnP SCSI Adapter" ;;;sym41650.NoIrqDeviceDesc="Symbios 53C416 no-IRQ PnP SCSI Adapter" ;******************************************* ;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 = 0x00010001Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.