INTELATA.INF Driver File Contents (GENERAL.EXE)

;****************************************************************************
; IntelATA.INF -- This file contains descriptions of the
;		Intel Ultra ATA Storage Controller under Windows NT 4.0
; Copyright (c) 1999, Intel Corporation
;
; Revision History:
;       26 Mar, 1999  Cleaned up [intelata_Parameters_AddReg] section,
;                     added DriverInfoAddReg section, added to Strings.
;       18 Mar, 1999  Created the file.
;****************************************************************************
[version]
signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%INTEL%


;****************************************************************************
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS


;****************************************************************************
[ControlFlags]
;
; Exclude the following devices from Select Device list.
ExcludeFromSelect = INTELATA_SCSI
ExcludeFromSelect.NTx86 = *PNP0600


;****************************************************************************
[Manufacturer]
%INTEL%=INTEL


;****************************************************************************
; This driver provides support for all Intel 82371FB/82371SB/82371AB/EB/MB
; and 82801AA/AB ATA Storage controllers
[INTEL]
%intelata.DeviceDesc%    = intelata_Inst, INTELATA_SCSI  ; Fake ID used during migration
%PCI\CC_0101.DeviceDesc% = intelata_Inst, PCI\CC_0101    ; Device IDs for generic Dual PCI IDE 
%*PNP0600.DeviceDesc%    = intelata_Inst, *PNP0600       ; generic IDE (for matching on PnP ISA devices)


;****************************************************************************
[intelata_Inst]
CopyFiles = @intelata.sys
Delfiles = piixide_del_files
DelReg = piixide_del_registry
Restart


;****************************************************************************
[piixide_del_files]
piixide.sys


;****************************************************************************
[piixide_del_registry]
HKR,piixide,


;****************************************************************************
[intelata_Inst.Services]
AddService = intelata, %SPSVCINST_ASSOCSERVICE%, intelata_Service_Inst, Miniport_EventLog_Inst
DelService = piixide


;****************************************************************************
[intelata_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\intelata.sys
LoadOrderGroup = SCSI Miniport
AddReg = intelata_Parameters_AddReg, DriverInfoAddReg


;****************************************************************************
[intelata_Parameters_AddReg]
HKR,,Tag,%REG_DWORD%,25
; See the product documentation for a description of the following keys
HKR,Parameters,PrimaryMasterMode,%REG_DWORD%,0xffffffff
HKR,Parameters,PrimarySlaveMode,%REG_DWORD%,0xffffffff
HKR,Parameters,SecondaryMasterMode,%REG_DWORD%,0xffffffff
HKR,Parameters,SecondarySlaveMode,%REG_DWORD%,0xffffffff
HKR,Parameters,EnableFlush,%REG_DWORD%,0x0
; If the following key is not set, the Windows NT 4.0 SCSI command timeout
; is ~9.5 sec.  Remove the ';' from the line below to create this key
;HKLM,System\CurrentControlSet\Services\Disk,TimeOutValue,%REG_DWORD%,<value>


;****************************************************************************
; This section adds driver information registry keys
[DriverInfoAddReg]
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%, Description,,%DriverDescription%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%, CurrentVer,,%DriverOEMVersion%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%, Ver_%DriverOEMVersion%,,%DriverVersionID%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%, BaseDriverFileName,,%BaseDriverFileName%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%, BaseDriverFileVersion,,%BaseDriverFileVersion%


;*************************************************************
;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]
INTEL= "Intel"
intelata.DeviceDesc    = "Intel Ultra ATA Controller"
PCI\CC_0101.DeviceDesc = "Intel Ultra ATA Controller"
*PNP0600.DeviceDesc    = "Intel Ultra ATA Controller"
DriverMfgr             = "Intel Corporation"
DriverVersionID        = "4.00"
BaseDriverFileName     = "INTELATA.SYS"
BaseDriverFileVersion  = "4.00"
DriverOEM              = "Intel Corporation"
DriverFamily           = "Ultra ATA"
DriverProduct          = "Intel Ultra ATA Controller"
DriverDescription      = "Intel Ultra ATA Storage Driver for Windows NT 4.0"
DriverOEMVersion       = "4.00"


;*******************************************
;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
Download Driver Pack

How To Update Drivers Manually

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.

server: web3, load: 3.14