;**************************************************************************** ;* FILE NAME: FLASHUD.INF ;* FILE CONTAINS: ;* DESCRIPTION: Win 2003 "INF" file for Intel Server Management FLSHUD WDM ;* driver. ;* NOTES: . ;**************************************************************************** ;* INTEL CORPORATION PROPRIETARY INFORMATION ;* This software is supplied under the terms of a license agreement or ;* nondisclosure agreement with Intel Corporation and may not be copied ;* or disclosed except in accordance with the terms of that agreement. ;* Copyright (c) 2003 Intel Corporation. All Rights Reserved. ;**************************************************************************** [Version] Signature = "$WINDOWS NT$" Class = System ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318} Provider = %PROVIDER% ;defined later in String section LayoutFile = layout.inf ;entry used only by system installer DriverVer = 10/24/2008,6.1.0.0 Catalogfile=flashud.cat ; =================== Installation media. ====================== [SourceDisksNames] 1=%DiskId% ; =================== Files to be installed.. ====================== [SourceDisksFiles] flashud.sys = 1 ; =================== Common for all ACPI devices ====================== [DestinationDirs] DefaultDestDir = 12 ;Driver directory [Manufacturer] %INTEL_MFG% = INTEL_FLASH ;Model statement defined in Intel Flash section ; =================== INTEL FLASH ====================================== [INTEL_FLASH] %*INT0800.DeviceDesc% = Flashud_Inst,*INT0800 ;%*INT0800.DeviceDesc% = Flashud_Inst,pci\ven_8086&dev_24c0 [Flashud_Inst.NT] CopyFiles = @flashud.sys [Flashud_Inst.NT.Services] AddService = int0800, %SPSVCINST_ASSOCSERVICE%, Flashud_ServiceInstallSection ;//////////////////////////////////////////////////////////////////////////////////////////////////////////////// ;THIS IS A COMMENT. DON'T CHANGE HERE ;------------------------------------------------------------------------------------------------------------- ;AddService = flashud, 0x000000, Flashud_ServiceInstallSection ;AddReg = Flashud_Inst_AddRegSection ;[Flashud_Inst_AddRegSection] ;HKR,,DriverVersion,0x00010001,0x00000006 ;//////////////////////////////////////////////////////////////////////////////////////////////////////////////// [Flashud_ServiceInstallSection] DisplayName = %Flashud_svcdesc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\flashud.sys LoadOrderGroup = System Bus Extender AddReg = Flashud_Inst_AddRegSection [Flashud_Inst_AddRegSection] HKR,,DriverVersion,0x00010001,0x00000006 ; =================== STRINGS and CONSTANTS ============================ [Strings] INTEL_MFG = "Intel, Corp." PROVIDER = "Intel, Corp." SSD-DRYDON = "SSD Drydon III" *INT0800.DeviceDesc = "Intel 28F320C3 Flash Update Device Driver v6.1" DiskId = "Intel OFU Driver Installation Disk 1 of 1" ;service descriptions Flashud_svcdesc = "Intel 28F320C3 Flash Update Device Driver v6.1" ;******************************************* ;Handy macro substitutions (non-localizable) SPSVCINST_ASSOCSERVICE = 0x00000002 SERVICE_KERNEL_DRIVER = 1 SERVICE_BOOT_START = 0 SERVICE_DEMAND_START = 3 SERVICE_ERROR_NORMAL = 1Download 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.