home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / boot.wim / 1 / Windows / inf / sym_hi.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  5.3 KB  |  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.  
  9. [version]
  10. signature="$Windows NT$"
  11. Class=SCSIAdapter
  12. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  13. Provider=%LSI%
  14. DriverVer=11/08/2005,4.16.06
  15.  
  16. ;
  17. ; Source file information
  18. ;
  19.  
  20. [SourceDisksNames]
  21. 3426=windows cd
  22.  
  23. [SourceDisksFiles]
  24. sym_hi.sys = 3426
  25.  
  26. [DestinationDirs]
  27. DefaultDestDir = 12 ; DIRID_DRIVERS
  28.  
  29. [Manufacturer]
  30. %LSI%=LSI,NTx86,NTia64,NTamd64
  31.  
  32. [LSI]
  33.  
  34. [LSI.NTx86]
  35. %DevDesc2% = SYM_HI_Inst, PCI\VEN_1000&DEV_000B
  36. %DevDesc3% = SYM_HI_Inst, PCI\VEN_1000&DEV_0012
  37.  
  38. [LSI.NTia64]
  39. %DevDesc2% = SYM_HI_Inst, PCI\VEN_1000&DEV_000B
  40. %DevDesc3% = SYM_HI_Inst, PCI\VEN_1000&DEV_0012
  41.  
  42. [LSI.NTamd64]
  43. %DevDesc2% = SYM_HI_Inst, PCI\VEN_1000&DEV_000B
  44. %DevDesc3% = SYM_HI_Inst, PCI\VEN_1000&DEV_0012
  45.  
  46. [Control Flags]
  47. ExcludeFromSelect = PCI\VEN_1000&DEV_000B
  48. ExcludeFromSelect = PCI\VEN_1000&DEV_0012
  49.  
  50. [SYM_HI_Inst]
  51. CopyFiles = SYM_HI_CopyFiles
  52. AddReg = SYM_HI_AddReg
  53.  
  54. [SYM_HI_Inst.HW]
  55. DelReg = LegacyScsiportValues
  56.  
  57. [SYM_HI_Inst.Services]
  58. AddService = Sym_hi, %SPSVCINST_ASSOCSERVICE%, SYM_HI_Service_Inst, Miniport_EventLog_Inst
  59.  
  60. [SYM_HI_Service_Inst]
  61. ServiceType    = %SERVICE_KERNEL_DRIVER%
  62. StartType      = %SERVICE_BOOT_START%
  63. ErrorControl   = %SERVICE_ERROR_NORMAL%
  64. ServiceBinary  = %12%\sym_hi.sys
  65. LoadOrderGroup = SCSI Miniport
  66. AddReg         = pnpsafe_pci_addreg
  67. AddReg         = bus_type_scsi
  68.  
  69. [SYM_HI_CopyFiles]
  70. sym_hi.sys,,,1
  71.  
  72. [SYM_HI_AddReg]
  73. HKLM,SYSTEM\CurrentControlSet\Services\Sym_hi\Parameters\Device,MaximumSGList,0x00010001,0x41
  74. HKLM,SYSTEM\CurrentControlSet\Services\Sym_hi\Parameters\Device,NumberOfRequests,0x00010001,0x80
  75.  
  76. [LegacyScsiportValues]
  77. HKR,Scsiport,BusNumber
  78. HKR,Scsiport,LegacyInterfaceType
  79. HKR,Scsiport,SlotNumber
  80.  
  81. [pnpsafe_pci_addreg]
  82. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  83.  
  84. [bus_type_scsi]
  85. HKR, "Parameters", "BusType", 0x00010001, 0x00000001
  86.  
  87. [Miniport_EventLog_Inst]
  88. AddReg = Miniport_EventLog_AddReg
  89.  
  90. [Miniport_EventLog_AddReg]
  91. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  92. HKR,,TypesSupported,%REG_DWORD%,7
  93.  
  94. [Strings]
  95. ; localizable
  96. LSI = "LSI Logic"
  97. DevDesc2 = "LSI Logic 22910, 21002 PCI SCSI Adapter; 53C896 Device"
  98. DevDesc3 = "LSI Logic 8953U PCI SCSI Adapter; 53C895A Device"
  99.  
  100. ;*******************************************
  101. ;Handy macro substitutions (non-localizable)
  102. SPSVCINST_ASSOCSERVICE = 0x00000002
  103. SERVICE_KERNEL_DRIVER  = 1
  104. SERVICE_BOOT_START     = 0
  105. SERVICE_ERROR_NORMAL   = 1
  106. REG_EXPAND_SZ          = 0x00020000
  107. REG_DWORD              = 0x00010001
  108.