home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / drvlib / storage / cpqfcalm / i386 / cpqfcalm.inf next >
Windows Setup INFormation  |  1999-10-14  |  2KB  |  71 lines

  1. ; OEMSETUP.INF -- This file contains descriptions of all the Compaq
  2. ;                 Fiber Channel Host Controller supported in Windows NT
  3.  
  4. ; Copyright (c) 1993-1998, Compaq Corporation, ALL RIGHTS RESERVED
  5. ; Compaq Confidential
  6.  
  7. [version]
  8. signature="$Windows NT$"
  9. Class=SCSIAdapter
  10. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  11. Provider=%Cpq%
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir = 12 ; DIRID_DRIVERS
  15.  
  16. [Manufacturer]
  17. %StdMfg%=StdMfg
  18. %Compaq%=COMPAQ
  19.  
  20. ;*******************************
  21. ;Compaq Manufacturer device list
  22. [COMPAQ]
  23. %cpqfcalm.DeviceDesc% = cpqfcalm_Inst, cpqfcalm_SCSI
  24.  
  25. [cpqfcalm_Inst]
  26. CopyFiles = @cpqfcalm.sys
  27. Reboot
  28.  
  29. [cpqfcalm_Inst.Services]
  30. AddService = cpqfcalm, %SPSVCINST_ASSOCSERVICE%, cpqfcalm_Service_Inst, Miniport_EventLog_Inst
  31.  
  32. [cpqfcalm_Service_Inst]
  33. ServiceType    = %SERVICE_KERNEL_DRIVER%
  34. StartType      = %SERVICE_BOOT_START%
  35. ErrorControl   = %SERVICE_ERROR_NORMAL%
  36. ServiceBinary  = %12%\cpqfcalm.sys
  37. LoadOrderGroup = SCSI Miniport
  38. AddReg = cpqfcalm_Service_AddReg
  39.  
  40. ;*************************************************************
  41. ;The EventLog entries are the same for all SCSI miniports.
  42. [Miniport_EventLog_Inst]
  43. AddReg = Miniport_EventLog_AddReg
  44.  
  45. [Miniport_EventLog_AddReg]
  46. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  47. HKR,,TypesSupported,%REG_DWORD%,7
  48.  
  49. ;
  50. ; Software Installation (special reg key settings)
  51. ;
  52.  
  53. [cpqfcalm_Service_AddReg]
  54. HKR,, Tag,                     %REG_DWORD%,    200
  55.  
  56.  
  57. [Strings]
  58. Msft = "Microsoft"
  59. COMPAQ = "Compaq"
  60.  
  61. cpqfcalm.DeviceDesc = "Compaq Fibre Channel Host Controllers"
  62.  
  63. ;*******************************************
  64. ;Handy macro substitutions (non-localizable)
  65. SPSVCINST_ASSOCSERVICE = 0x00000002
  66. SERVICE_KERNEL_DRIVER  = 1
  67. SERVICE_BOOT_START     = 0
  68. SERVICE_ERROR_NORMAL   = 1
  69. REG_EXPAND_SZ          = 0x00020000
  70. REG_DWORD              = 0x00010001
  71.