home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / sisraid4.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  3.5 KB  |  85 lines

  1. ; SiSAHCI.INF
  2. ; INF file of SiS AHCI RAID Controller for Windows XP/2000
  3. ; Copyright (c) 2003 SiS Technologies, Inc. All rights reserved
  4. ;
  5.  
  6. [Version]
  7. signature="$Windows NT$"
  8. Class=SCSIAdapter
  9. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  10. Provider=%SiS%
  11. DriverVer=02/13/2007,5.1.1039.3600
  12.  
  13. ;
  14. ; Source file information
  15. ;
  16.  
  17. [SourceDisksNames]
  18. 3426=windows cd
  19.  
  20. [SourceDisksFiles]
  21. sisraid4.sys = 3426
  22.  
  23. [DestinationDirs]
  24. DefaultDestDir = 12 ; DIRID_DRIVERS
  25.  
  26. [ControlFlags]
  27.  
  28. [Manufacturer]
  29. %SiS%=SiS, NTx86, NTamd64
  30.  
  31. [SiS]
  32.  
  33. [SiS.NTx86]
  34. %PCI\VEN_1039&DEV_0184%=SISRaid4,PCI\VEN_1039&DEV_1184
  35.  
  36. [SiS.NTamd64]
  37. %PCI\VEN_1039&DEV_0184%=SISRaid4,PCI\VEN_1039&DEV_1184
  38.  
  39. [SISRaid4.NT]
  40. CopyFiles = DriverCopyFiles
  41.  
  42. [DriverCopyFiles]
  43. sisraid4.sys
  44.  
  45.  
  46. [SISRaid4.NT.Services]
  47. AddService = SiSRaid4, %SPSVCINST_ASSOCSERVICE%, SiSRAID4_Service_Inst, Miniport_Event_Inst
  48.  
  49.  
  50. [SiSRaid4_Service_Inst]
  51. ServiceType    = %SERVICE_KERNEL_DRIVER%
  52. StartType      = %SERVICE_BOOT_START%
  53. ErrorControl   = %SERVICE_ERROR_NORMAL%
  54. ServiceBinary  = %12%\sisraid4.sys
  55. LoadOrderGroup = SCSI Miniport
  56. AddReg         = PNP_PCI_ADDREG
  57.  
  58.  
  59. [PNP_PCI_ADDREG]
  60. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  61. HKR, "Parameters","BusType",0x00010001,0x0000008
  62.  
  63. [Miniport_Event_Inst]
  64. AddReg = Miniport_AddReg
  65.  
  66.  
  67. [Miniport_AddReg]
  68. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  69. HKR,,TypesSupported,%REG_DWORD%,7
  70.  
  71. [strings]
  72. ; localizable
  73. SiS="Silicon Integrated Systems Corp."
  74. PCI\VEN_1039&DEV_0184="SiS Storport AHCI Controller"
  75.  
  76. ; non-localizable
  77. SPSVCINST_ASSOCSERVICE = 0x00000002
  78. SERVICE_KERNEL_DRIVER  = 1
  79. SERVICE_BOOT_START     = 0
  80. SERVICE_ERROR_NORMAL   = 1
  81. REG_EXPAND_SZ          = 0x00020000
  82. REG_DWORD              = 0x00010001
  83.