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

  1. ; hpt3xx.INF
  2. ; INF file of HPT3xx ATA RAID controller for Windows 2000
  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. [ControlFlags]
  17. ExcludeFromSelect = SCSI\ProcessorHPT_____RCM_DEVICE______
  18.  
  19. [Manufacturer]
  20. %HIGHPOINT%=HighPoint
  21.  
  22. [HighPoint]
  23. %HPT3xx.DeviceDesc%=hpt3xxPCI,PCI\VEN_1103&DEV_0004,PCI\VEN_1103&DEV_0005
  24. %SCSI\ProcessorHPT_____RCM_DEVICE______.DeviceDesc% = NODRV, SCSI\ProcessorHPT_____RCM_DEVICE______
  25.  
  26. [NODRV]
  27. AddReg=NODRV_AddReg
  28.  
  29. [NODRV.Services]
  30. AddService = , %SPSVCINST_ASSOCSERVICE%   ; null service install
  31.  
  32. [hpt3xxPCI.NT]
  33. CopyFiles=@hpt3xx.sys
  34. CopyFiles=@hptpro.sys
  35. Reboot
  36.  
  37. [hpt3xxPCI.NT.Services]
  38. AddService = hpt3xx, %SPSVCINST_ASSOCSERVICE%, hpt3xxPCI_Service_Inst, Miniport_EventLog_Inst
  39. AddService = hptpro,,Hptpro_Service_Inst
  40.  
  41. [hpt3xxPCI_Service_Inst]
  42. ServiceType    = %SERVICE_KERNEL_DRIVER%
  43. StartType      = %SERVICE_BOOT_START%
  44. ErrorControl   = %SERVICE_ERROR_NORMAL%
  45. ServiceBinary  = %12%\hpt3xx.sys
  46. LoadOrderGroup = SCSI Miniport
  47. AddReg         = pnpsafe_pci_addreg
  48.  
  49. [Hptpro_Service_Inst]
  50. ServiceType    = 1
  51. StartType      = 0
  52. ErrorControl   = 1
  53. ServiceBinary  = %12%\hptpro.sys
  54. LoadOrderGroup = Filter
  55.  
  56. [pnpsafe_pci_addreg]
  57. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  58.  
  59. [Miniport_EventLog_Inst]
  60. AddReg = Miniport_EventLog_AddReg
  61.  
  62. [Miniport_EventLog_AddReg]
  63. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  64. HKR,,TypesSupported,%REG_DWORD%,7
  65.  
  66. [SourceDisksNames]
  67. 1 = %InstallDisk%,,,,
  68.  
  69. [SourceDisksFiles]
  70. ;;hpt3xx.inf = 1,,
  71. hpt3xx.sys = 1,,
  72. hptpro.sys = 1,,
  73.  
  74. [NODRV_AddReg]
  75. ;Dummy AddReg section 
  76.  
  77. [strings]
  78. HighPoint="HighPoint"
  79. HPT3xx.DeviceDesc="HighPoint HPT3xx ATA RAID Controller"
  80. SCSI\ProcessorHPT_____RCM_DEVICE______.DeviceDesc = "HighPoint RCM Device"
  81. InstallDisk = "HPT3xx ATA RAID Controller Driver Diskette"
  82.  
  83. ;*******************************************
  84. ;Handy macro substitutions (non-localizable)
  85. SPSVCINST_ASSOCSERVICE = 0x00000002
  86. SERVICE_KERNEL_DRIVER  = 1
  87. SERVICE_BOOT_START     = 0
  88. SERVICE_ERROR_NORMAL   = 1
  89. REG_EXPAND_SZ          = 0x00020000
  90. REG_DWORD              = 0x00010001
  91.