home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 June / VPR0306.ISO / DRIVER / ABIT / HPT372_DRV234 / HPT372_drv234.exe / Win_XP / hpt3xx.inf < prev    next >
Windows Setup INFormation  |  2002-10-18  |  2KB  |  79 lines

  1. ; hpt3xx.INF
  2. ; INF file of HPT3xx ATA RAID controller for Windows 2000/XP
  3. ; Copyright (c) HighPoint Technologies, Inc. All rights reserved
  4. ;
  5. [Version]
  6. signature="$Windows NT$"
  7. Class=SCSIAdapter
  8. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  9. Provider=%HIGHPOINT%
  10. CatalogFile= hpt3xx.CAT
  11. DriverVer=10/17/2002, 2.34
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir  = 12 ; DIRID_DRIVERS
  15.  
  16. [Manufacturer]
  17. %HIGHPOINT%=HighPoint
  18.  
  19. [HighPoint]
  20. %HPT3xx.DeviceDesc%=hpt3xxPCI,PCI\VEN_1103&DEV_0004,PCI\VEN_1103&DEV_0005
  21.  
  22. [hpt3xxPCI.NT]
  23. CopyFiles=@hpt3xx.sys
  24. CopyFiles=@hptpro.sys
  25. Reboot
  26.  
  27. [hpt3xxPCI.NT.Services]
  28. AddService = hpt3xx, %SPSVCINST_ASSOCSERVICE%, hpt3xxPCI_Service_Inst, Miniport_EventLog_Inst
  29. AddService = hptpro,,Hptpro_Service_Inst
  30.  
  31. [hpt3xxPCI_Service_Inst]
  32. ServiceType    = %SERVICE_KERNEL_DRIVER%
  33. StartType      = %SERVICE_BOOT_START%
  34. ErrorControl   = %SERVICE_ERROR_NORMAL%
  35. ServiceBinary  = %12%\hpt3xx.sys
  36. LoadOrderGroup = SCSI Miniport
  37. AddReg         = pnpsafe_pci_addreg
  38.  
  39. [Hptpro_Service_Inst]
  40. ServiceType    = 1
  41. StartType      = 0
  42. ErrorControl   = 1
  43. ServiceBinary  = %12%\hptpro.sys
  44. LoadOrderGroup = Filter
  45.  
  46. [pnpsafe_pci_addreg]
  47. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  48.  
  49. [Miniport_EventLog_Inst]
  50. AddReg = Miniport_EventLog_AddReg
  51.  
  52. [Miniport_EventLog_AddReg]
  53. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  54. HKR,,TypesSupported,%REG_DWORD%,7
  55.  
  56. [SourceDisksNames]
  57. 1 = %InstallDisk%,,,""
  58.  
  59. [SourceDisksFiles]
  60. ;;hpt3xx.inf = 1,,
  61. hpt3xx.sys = 1,,
  62. hptpro.sys = 1,,
  63.  
  64. [strings]
  65. HighPoint="HighPoint"
  66. HPT3xx.DeviceDesc="HighPoint HPT3xx ATA RAID Controller"
  67. InstallDisk = "HPT3xx ATA RAID Controller Driver Diskette"
  68.  
  69. ;*******************************************
  70. ;Handy macro substitutions (non-localizable)
  71. SPSVCINST_ASSOCSERVICE = 0x00000002
  72. SERVICE_KERNEL_DRIVER  = 1
  73. SERVICE_BOOT_START     = 0
  74. SERVICE_ERROR_NORMAL   = 1
  75. REG_EXPAND_SZ          = 0x00020000
  76. REG_DWORD              = 0x00010001
  77.