home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-08-16 | 2.6 KB | 80 lines |
- ; 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%
-
- [DestinationDirs]
- ; Drivers directory. This is %windir%\system32\drivers on Windows NT.
- DefaultDestDir = 12
-
- [Manufacturer]
- %AMD%=AMD
-
- [AMD]
- ;device-description=install-section-name,device-id[,compatible-device-id]...
- %PCI\CC_0101.DeviceDesc% = AMDEIDE_Inst, PCI\CC_0101
- %ATAPI_SCSI.DeviceDesc% = AMDEIDE_Inst, ATAPI_SCSI
- %*PNP0600.DeviceDesc% = AMDEIDE_Inst, *PNP0600
-
-
- [AMDEIDE_Inst]
- ;CopyFiles = @amdeide.sys
-
- [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
-
- [Strings]
- AMD= "(AMD)"
- PCI\CC_0101.DeviceDesc = "AMD-756 Bus Master IDE Controller V1.21"
- ATAPI_SCSI.DeviceDesc = "AMD-756 Bus Master IDE Controller V1.21"
- *PNP0600.DeviceDesc = "AMD-756 Bus Master IDE Controller V1.21"
-
- ;*******************************************
- ;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
-