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

  1.  ■; iirsp.inf
  2. ;
  3. ; Installation file for the IIRSP.SYS Storport driver
  4. ; Copyright (c) 1999 - 2004 Intel Corp. and ICP vortex GmbH
  5. ; Copyright (c) 2003 - 2004 Adaptec Inc.
  6. ;
  7. [Version]
  8. Signature="$Chicago$"
  9. Class=SCSIAdapter
  10. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  11. Provider=%ICP%
  12. DriverVer=08/12/2004, 5.4.19.0
  13. ;
  14. ; Source file information
  15. ;
  16. [SourceDisksNames]
  17. 3426=windows cd
  18. [SourceDisksFiles]
  19. iirsp.sys = 3426
  20. [DestinationDirs]
  21. DefaultDestDir = 12
  22. [ControlFlags]
  23. ExcludeFromSelect = PCI\VEN_1119&DEV_0300
  24. ExcludeFromSelect = PCI\VEN_8086&DEV_0600
  25. ;
  26. ; Driver information
  27. ;
  28. [Manufacturer]
  29. %ICP%=IIRSP,NTx86,NTamd64
  30. [IIRSP]
  31. [IIRSP.NTx86]
  32. %*PCI\VEN_1119&DEV_0300.DeviceDesc%=src_pci,PCI\VEN_1119&DEV_0300
  33. %*PCI\VEN_8086&DEV_0600.DeviceDesc%=src_pci,PCI\VEN_8086&DEV_0600
  34. [IIRSP.NTamd64]
  35. %*PCI\VEN_1119&DEV_0300.DeviceDesc%=src_pci,PCI\VEN_1119&DEV_0300
  36. %*PCI\VEN_8086&DEV_0600.DeviceDesc%=src_pci,PCI\VEN_8086&DEV_0600
  37. ;
  38. ; General installation section
  39. ;
  40. [src_pci.ntx86]
  41. CopyFiles=@iirsp.sys
  42. [src_pci.ntamd64]
  43. CopyFiles=@iirsp.sys
  44. ;
  45. ; File sections
  46. ;
  47. ; 1. ntx86
  48. ;
  49. [src_pci.ntx86.Services]
  50. AddService = iirsp, 0x00000002, src_pci.svc_inst, src_pci.svc_log
  51. ;
  52. ; 3. ntamd64
  53. ;
  54. [src_pci.ntamd64.Services]
  55. AddService = iirsp, 0x00000002, src_pci.svc_inst, src_pci.svc_log
  56. ;
  57. ; Service
  58. ;
  59. [src_pci.svc_inst]
  60. ServiceType = 1         ;SERVICE_KERNEL_DRIVER
  61. StartType = 0           ;SERVICE_BOOT_START
  62. ErrorControl = 1        ;SERVICE_ERROR_NORMAL
  63. LoadOrderGroup = SCSI Miniport
  64. ServiceBinary = %12%\iirsp.sys
  65. AddReg = pnpsafe_pci_addreg
  66. AddReg = bus_type_raid
  67. [pnpsafe_pci_addreg]
  68. HKR,"Parameters\PnpInterface","5",0x00010001,0x00000001
  69. [bus_type_raid]
  70. HKR, "Parameters", "BusType", 0x00010001, 0x00000008
  71. [src_pci.svc_log]
  72. AddReg = src_pci.svc_log_add
  73. [src_pci.svc_log_add]
  74. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  75. HKR,,TypesSupported,0x00010001,7
  76. [Strings]
  77. ; localizable
  78. ICP="ICP vortex"
  79. DiskID="RAID Controller"
  80. ; not localizable
  81. *PCI\VEN_1119&DEV_0300.DeviceDesc="ICP RAID Controller"
  82. *PCI\VEN_8086&DEV_0600.DeviceDesc="RAID Controller"