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

  1.  ■;
  2. ; SYMC8XX.INF - version LH.3 - LSI Logic
  3. ;
  4. ; This is the INF file for Windows (in-box) for the SYMC8XX based
  5. ; PCI SCSI Cards (860, 875/876, 895)
  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. symc8xx.sys = 3426
  21. [DestinationDirs]
  22. DefaultDestDir = 12 ; DIRID_DRIVERS
  23. [Manufacturer]
  24. %LSI%=LSI,NTx86,NTia64,NTamd64
  25. [LSI]
  26. [LSI.NTx86]
  27. %DevDesc5% = SYMC8XX_Inst, PCI\VEN_1000&DEV_0006
  28. %DevDesc6% = SYMC8XX_Inst, PCI\VEN_1000&DEV_000C
  29. %DevDesc8% = SYMC8XX_Inst, PCI\VEN_1000&DEV_000F
  30. [LSI.NTia64]
  31. %DevDesc5% = SYMC8XX_Inst, PCI\VEN_1000&DEV_0006
  32. %DevDesc6% = SYMC8XX_Inst, PCI\VEN_1000&DEV_000C
  33. %DevDesc8% = SYMC8XX_Inst, PCI\VEN_1000&DEV_000F
  34. [LSI.NTamd64]
  35. %DevDesc5% = SYMC8XX_Inst, PCI\VEN_1000&DEV_0006
  36. %DevDesc6% = SYMC8XX_Inst, PCI\VEN_1000&DEV_000C
  37. %DevDesc8% = SYMC8XX_Inst, PCI\VEN_1000&DEV_000F
  38. [Control Flags]
  39. ExcludeFromSelect = PCI\VEN_1000&DEV_0006
  40. ExcludeFromSelect = PCI\VEN_1000&DEV_000C
  41. ExcludeFromSelect = PCI\VEN_1000&DEV_000F
  42. [SYMC8XX_Inst]
  43. CopyFiles = SYMC8XX_CopyFiles
  44. AddReg = SYMC8XX_AddReg
  45. [SYMC8XX_Inst.HW]
  46. DelReg = LegacyScsiportValues
  47. [SYMC8XX_Inst.Services]
  48. AddService = Symc8xx, %SPSVCINST_ASSOCSERVICE%, SYMC8XX_Service_Inst, Miniport_EventLog_Inst
  49. [SYMC8XX_Service_Inst]
  50. ServiceType    = %SERVICE_KERNEL_DRIVER%
  51. StartType      = %SERVICE_BOOT_START%
  52. ErrorControl   = %SERVICE_ERROR_NORMAL%
  53. ServiceBinary  = %12%\symc8xx.sys
  54. LoadOrderGroup = SCSI Miniport
  55. AddReg         = pnpsafe_pci_addreg
  56. AddReg         = bus_type_scsi
  57. [SYMC8XX_CopyFiles]
  58. symc8xx.sys,,,1
  59. [SYMC8XX_AddReg]
  60. HKLM,SYSTEM\CurrentControlSet\Services\Symc8xx\Parameters\Device,MaximumSGList,0x00010001,0x41
  61. HKLM,SYSTEM\CurrentControlSet\Services\Symc8xx\Parameters\Device,NumberOfRequests,0x00010001,0x80
  62. [LegacyScsiportValues]
  63. HKR,Scsiport,BusNumber
  64. HKR,Scsiport,LegacyInterfaceType
  65. HKR,Scsiport,SlotNumber
  66. [pnpsafe_pci_addreg]
  67. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  68. [bus_type_scsi]
  69. HKR, "Parameters", "BusType", 0x00010001, 0x00000001
  70. [Miniport_EventLog_Inst]
  71. AddReg = Miniport_EventLog_AddReg
  72. [Miniport_EventLog_AddReg]
  73. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  74. HKR,,TypesSupported,%REG_DWORD%,7
  75. [Strings]
  76. ; localizable
  77. LSI = "LSI Logic"
  78. DevDesc5 = "LSI Logic 8600SP PCI SCSI Adapter; 53C860 Device"
  79. DevDesc6 = "LSI Logic 8951U, 8952U PCI SCSI Adapter; 53C895 Device"
  80. DevDesc8 = "LSI Logic 875XS|D, 2280X PCI SCSI Adapter; 53C875, 53C876 Device"
  81. ;*******************************************
  82. ;Handy macro substitutions (non-localizable)
  83. SPSVCINST_ASSOCSERVICE = 0x00000002
  84. SERVICE_KERNEL_DRIVER  = 1
  85. SERVICE_BOOT_START     = 0
  86. SERVICE_ERROR_NORMAL   = 1
  87. REG_EXPAND_SZ          = 0x00020000
  88. REG_DWORD              = 0x00010001