home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2000 October / PCpro_2000_10.ISO / basics / treiber / amddrvpk_100.exe / %WIN% / Inf / AMDEIDE.inf < prev    next >
Encoding:
INI File  |  2000-08-16  |  2.6 KB  |  80 lines

  1. ; AMDEIDE.INF 
  2. ; Copyright 1999, AMD Corporation
  3. ; Version 1.21
  4.  
  5. [version]
  6. signature="$Windows NT$"
  7. Class=SCSIAdapter
  8. ; GUID for HDC
  9. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  10. Provider=%AMD%
  11.  
  12. [DestinationDirs]
  13. ; Drivers directory. This is %windir%\system32\drivers on Windows NT.
  14. DefaultDestDir = 12 
  15.  
  16. [Manufacturer]
  17. %AMD%=AMD
  18.  
  19. [AMD]
  20. ;device-description=install-section-name,device-id[,compatible-device-id]...
  21. %PCI\CC_0101.DeviceDesc% = AMDEIDE_Inst, PCI\CC_0101
  22. %ATAPI_SCSI.DeviceDesc% = AMDEIDE_Inst, ATAPI_SCSI
  23. %*PNP0600.DeviceDesc% = AMDEIDE_Inst, *PNP0600     
  24.  
  25.  
  26. [AMDEIDE_Inst]
  27. ;CopyFiles = @amdeide.sys
  28.  
  29. [AMDEIDE_Inst.Services]
  30. ;AddService=ServiceName,flag,service-install-section-name[,event-log-install-section-name
  31. AddService = AMDEIDE, %SPSVCINST_ASSOCSERVICE%, AMDEIDE_Service_Inst, Miniport_EventLog_Inst
  32.  
  33. [AMDEIDE_Service_Inst]
  34. ServiceType    = %SERVICE_KERNEL_DRIVER%
  35. StartType      = %SERVICE_BOOT_START%
  36. ErrorControl   = %SERVICE_ERROR_NORMAL%
  37. ServiceBinary  = %12%\amdeide.sys
  38. LoadOrderGroup = SCSI Miniport
  39. AddReg = AMDEIDE_Parameters_AddReg
  40.  
  41. [AMDEIDE_Parameters_AddReg]
  42. HKR,,Tag,%REG_DWORD%,25
  43. HKR,Parameters\AMD,BiosOverride,%REG_DWORD%,0x1
  44. HKR,Parameters\AMD,SeverityLevel,%REG_DWORD%,0x3
  45. HKR,Parameters\AMD,OutputDevice,%REG_DWORD%,0x10
  46. HKR,Parameters\AMD,PostCard,%REG_DWORD%,0x80
  47. HKR,Parameters\AMD,NumSupported,%REG_DWORD%,0x4
  48. HKR,Parameters\AMD,SeverityLevel,%REG_DWORD%,0x3
  49. HKR,Parameters\AMD,NumSupported,%REG_DWORD%,0x2
  50. HKR,Parameters\AMD,Vendor0,%REG_DWORD%,0x1022
  51. HKR,Parameters\AMD,Device0,%REG_DWORD%,0x7401
  52. HKR,Parameters\AMD,Vendor1,%REG_DWORD%,0x1022
  53. HKR,Parameters\AMD,Device1,%REG_DWORD%,0x7409
  54. HKR,Parameters\Device,ScsiDebug,%REG_DWORD%,0x3
  55.  
  56. ;*************************************************************
  57. ;The EventLog entries are the same for all SCSI miniports.
  58. [Miniport_EventLog_Inst]
  59. AddReg = Miniport_EventLog_AddReg
  60.  
  61. [Miniport_EventLog_AddReg]
  62. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  63. HKR,,TypesSupported,%REG_DWORD%,7
  64.  
  65. [Strings]
  66. AMD= "(AMD)"
  67. PCI\CC_0101.DeviceDesc       = "AMD-756 Bus Master IDE Controller V1.21"
  68. ATAPI_SCSI.DeviceDesc        = "AMD-756 Bus Master IDE Controller V1.21"
  69. *PNP0600.DeviceDesc          = "AMD-756 Bus Master IDE Controller V1.21"
  70.  
  71. ;*******************************************
  72. ;Handy macro substitutions (non-localizable)
  73.  
  74. SPSVCINST_ASSOCSERVICE = 0x00000002
  75. SERVICE_KERNEL_DRIVER  = 1
  76. SERVICE_BOOT_START     = 0
  77. SERVICE_ERROR_NORMAL   = 1
  78. REG_EXPAND_SZ          = 0x00020000
  79. REG_DWORD              = 0x00010001
  80.