home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 5 / Windows / inf / sym_hi.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  5KB  |  108 lines

  1.  ■;
  2. ; SYM_HI.INF - version LH.3 - LSI Logic
  3. ;
  4. ; This is the INF file for Windows (in-box) for the SYM_HI based
  5. ; PCI SCSI Cards (895A, 896)
  6. ;
  7. ; Copyright (c) LSI Logic Incorporated
  8. [version]
  9. signature="$Windows NT$"
  10. Class=SCSIAdapter
  11. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  12. Provider=%LSI%
  13. DriverVer=11/08/2005,4.16.06
  14. ;
  15. ; Source file information
  16. ;
  17. [SourceDisksNames]
  18. 3426=windows cd
  19. [SourceDisksFiles]
  20. sym_hi.sys = 3426
  21. [DestinationDirs]
  22. DefaultDestDir = 12 ; DIRID_DRIVERS
  23. [Manufacturer]
  24. %LSI%=LSI,NTx86,NTia64,NTamd64
  25. [LSI]
  26. [LSI.NTx86]
  27. %DevDesc2% = SYM_HI_Inst, PCI\VEN_1000&DEV_000B
  28. %DevDesc3% = SYM_HI_Inst, PCI\VEN_1000&DEV_0012
  29. [LSI.NTia64]
  30. %DevDesc2% = SYM_HI_Inst, PCI\VEN_1000&DEV_000B
  31. %DevDesc3% = SYM_HI_Inst, PCI\VEN_1000&DEV_0012
  32. [LSI.NTamd64]
  33. %DevDesc2% = SYM_HI_Inst, PCI\VEN_1000&DEV_000B
  34. %DevDesc3% = SYM_HI_Inst, PCI\VEN_1000&DEV_0012
  35. [Control Flags]
  36. ExcludeFromSelect = PCI\VEN_1000&DEV_000B
  37. ExcludeFromSelect = PCI\VEN_1000&DEV_0012
  38. [SYM_HI_Inst]
  39. CopyFiles = SYM_HI_CopyFiles
  40. AddReg = SYM_HI_AddReg
  41. [SYM_HI_Inst.HW]
  42. DelReg = LegacyScsiportValues
  43. [SYM_HI_Inst.Services]
  44. AddService = Sym_hi, %SPSVCINST_ASSOCSERVICE%, SYM_HI_Service_Inst, Miniport_EventLog_Inst
  45. [SYM_HI_Service_Inst]
  46. ServiceType    = %SERVICE_KERNEL_DRIVER%
  47. StartType      = %SERVICE_BOOT_START%
  48. ErrorControl   = %SERVICE_ERROR_NORMAL%
  49. ServiceBinary  = %12%\sym_hi.sys
  50. LoadOrderGroup = SCSI Miniport
  51. AddReg         = pnpsafe_pci_addreg
  52. AddReg         = bus_type_scsi
  53. [SYM_HI_CopyFiles]
  54. sym_hi.sys,,,1
  55. [SYM_HI_AddReg]
  56. HKLM,SYSTEM\CurrentControlSet\Services\Sym_hi\Parameters\Device,MaximumSGList,0x00010001,0x41
  57. HKLM,SYSTEM\CurrentControlSet\Services\Sym_hi\Parameters\Device,NumberOfRequests,0x00010001,0x80
  58. [LegacyScsiportValues]
  59. HKR,Scsiport,BusNumber
  60. HKR,Scsiport,LegacyInterfaceType
  61. HKR,Scsiport,SlotNumber
  62. [pnpsafe_pci_addreg]
  63. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  64. [bus_type_scsi]
  65. HKR, "Parameters", "BusType", 0x00010001, 0x00000001
  66. [Miniport_EventLog_Inst]
  67. AddReg = Miniport_EventLog_AddReg
  68. [Miniport_EventLog_AddReg]
  69. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  70. HKR,,TypesSupported,%REG_DWORD%,7
  71. [Strings]
  72. ; localizable
  73. LSI = "LSI Logic"
  74. DevDesc2 = "LSI Logic 22910, 21002 PCI SCSI Adapter; 53C896 Device"
  75. DevDesc3 = "LSI Logic 8953U PCI SCSI Adapter; 53C895A Device"
  76. ;*******************************************
  77. ;Handy macro substitutions (non-localizable)
  78. SPSVCINST_ASSOCSERVICE = 0x00000002
  79. SERVICE_KERNEL_DRIVER  = 1
  80. SERVICE_BOOT_START     = 0
  81. SERVICE_ERROR_NORMAL   = 1
  82. REG_EXPAND_SZ          = 0x00020000
  83. REG_DWORD              = 0x00010001