; AMDEIDE.INF
; Copyright 1999, AMD Corporation
; Version 1.21
[version]
signature="$Windows NT$"
Class=SCSIAdapter
; GUID for HDC
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%AMD%
LayoutFile=layout.inf
[DestinationDirs]
; Drivers directory. This is %windir%\system32\drivers on Windows NT.
DefaultDestDir = 12
[ControlFlags]
; Exclude the following devices from Select Device list.
ExcludeFromSelect.NTx86 = *PNP0600
[Manufacturer]
%AMD%=AMD
[AMD]
;device-description=install-section-name,device-id[,compatible-device-id]...
%AMDEIDE.DeviceDesc% = AMDEIDE_Inst, AMDEIDE_CHIPSET
[AMDEIDE_Inst]
CopyFiles = @amdeide.sys
;Restart
[AMDEIDE_Inst.Services]
;AddService=ServiceName,flag,service-install-section-name[,event-log-install-section-name
AddService = AMDEIDE, %SPSVCINST_ASSOCSERVICE%, AMDEIDE_Service_Inst, Miniport_EventLog_Inst
[AMDEIDE_Service_Inst]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\amdeide.sys
LoadOrderGroup = SCSI Miniport
AddReg = AMDEIDE_Parameters_AddReg
[AMDEIDE_Parameters_AddReg]
HKR,,Tag,%REG_DWORD%,25
HKR,Parameters\AMD,BiosOverride,%REG_DWORD%,0x1
HKR,Parameters\AMD,SeverityLevel,%REG_DWORD%,0x3
HKR,Parameters\AMD,OutputDevice,%REG_DWORD%,0x10
HKR,Parameters\AMD,PostCard,%REG_DWORD%,0x80
HKR,Parameters\AMD,NumSupported,%REG_DWORD%,0x4
HKR,Parameters\AMD,SeverityLevel,%REG_DWORD%,0x3
HKR,Parameters\AMD,NumSupported,%REG_DWORD%,0x2
HKR,Parameters\AMD,Vendor0,%REG_DWORD%,0x1022
HKR,Parameters\AMD,Device0,%REG_DWORD%,0x7401
HKR,Parameters\AMD,Vendor1,%REG_DWORD%,0x1022
HKR,Parameters\AMD,Device1,%REG_DWORD%,0x7409
HKR,Parameters\Device,ScsiDebug,%REG_DWORD%,0x3
;*************************************************************
;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
;[SourceDisksFiles]
;amdeide.sys=4
[Strings]
AMD= "(AMD)"
AMDEIDE.DeviceDesc = "Controller EIDE AMD-756 V1.21"
;DISK_ID=""
;*******************************************
;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
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.