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

  1. ; hpt3xx.INF
  2. ; INF file of HPT3xx ATA RAID Controller for Windows NT 4.0
  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
  21. %SCSI\HPT_____RCM_DEVICE_______.DeviceDesc% = NODRV, SCSI\HPT_____RCM_DEVICE_______
  22.  
  23. [hpt3xxPCI.NT]
  24. CopyFiles=@hpt3xx.sys
  25. Reboot
  26.  
  27. [hpt3xxPCI.NT.Services]
  28. AddService = hpt3xx, %SPSVCINST_ASSOCSERVICE%, hpt3xxPCI_Service_Inst, Miniport_EventLog_Inst
  29.  
  30. [hpt3xxPCI_Service_Inst]
  31. ServiceType    = %SERVICE_KERNEL_DRIVER%
  32. StartType      = %SERVICE_BOOT_START%
  33. ErrorControl   = %SERVICE_ERROR_NORMAL%
  34. ServiceBinary  = %12%\hpt3xx.sys
  35. LoadOrderGroup = SCSI Miniport
  36. AddReg         = pnpsafe_pci_addreg
  37.  
  38. [pnpsafe_pci_addreg]
  39. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  40.  
  41. [Miniport_EventLog_Inst]
  42. AddReg = Miniport_EventLog_AddReg
  43.  
  44. [Miniport_EventLog_AddReg]
  45. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  46. HKR,,TypesSupported,%REG_DWORD%,7
  47.  
  48. [SourceDisksNames]
  49. 1 = %InstallDisk%,,,,
  50.  
  51. [SourceDisksFiles]
  52. ;;hpt3xx.inf = 1,,
  53. hpt3xx.sys = 1,,
  54.  
  55. [strings]
  56. HighPoint="HighPoint"
  57. HPT3xx.DeviceDesc="HighPoint HPT3xx ATA RAID Controller"
  58. SCSI\HPT_____RCM_DEVICE_______.DeviceDesc = "HighPoint RCM Device"
  59. InstallDisk = "HPT3xx ATA RAID Controller Driver Diskette"
  60.  
  61. ;*******************************************
  62. ;Handy macro substitutions (non-localizable)
  63. SPSVCINST_ASSOCSERVICE = 0x00000002
  64. SERVICE_KERNEL_DRIVER  = 1
  65. SERVICE_BOOT_START     = 0
  66. SERVICE_ERROR_NORMAL   = 1
  67. REG_EXPAND_SZ          = 0x00020000
  68. REG_DWORD              = 0x00010001
  69.