home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 August / VPR0008B.BIN / BIOS / RIOWORKS / U130B35 / FT66U130b35.ZIP / _USER1.CAB / USERSETUP_LANGINDOSIND / oemsetup.inf < prev    next >
Windows Setup INFormation  |  2000-03-23  |  4KB  |  97 lines

  1. ; SCSI.INF -- This file contains descriptions of all the SCSI
  2. ;             Host Adapters supported in Windows NT
  3.  
  4. ; Copyright (c) 1993-1996, Microsoft Corporation
  5.  
  6. [version]
  7. signature="$Windows NT$"
  8. Class=SCSIAdapter
  9. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  10. Provider=%PROMISE%
  11. ;LayoutFile=layout.inf
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir = 12 ; DIRID_DRIVERS
  15.  
  16. [SourceDisksNames]
  17. 1 = %PROMISE%,disk1,,""
  18.  
  19. [SourceDisksFiles]
  20. fasttrak.sys = 1
  21.  
  22. [ControlFlags]
  23. ;
  24. ; Exclude the following devices from Select Device list.
  25. ; These represent 'combination' driver nodes, for which there are separate items to be
  26. ; presented to the user.  These combination nodes are only used when figuring out what
  27. ; driver node to associate with a pre-existing service.
  28. ;
  29. ExcludeFromSelect = SPARROW_SCSI, ARROW_SCSI, BUSLOGIC_SCSI, DPTSCSI_SCSI, FD16_700_SCSI, ATAPI_SCSI
  30. ExcludeFromSelect = DAC960NT_SCSI, SYMC810_SCSI, NCR53C9X_SCSI, NCRC710_SCSI, FD8XX_SCSI, MITSUMI_SCSI
  31. ExcludeFromSelect = FASTTRAK_SCSI
  32. ;
  33. ; Exclude the following devices from the platforms where they are not available.
  34. ;
  35. ExcludeFromSelect.NTPPC = CPQARRAY_SCSI, DELLDSA_SCSI, *ADP1740, *ADP7770, *ADP7771, *ADP2840, AMI0NT_SCSI, mca_7f4c, mca_7f4d, mca_7f4f, MF\EISA_ZDS2000_DEV2, OLISCSI_SCSI, mca_004e, mca_01ba, *pnpa003, *ctl2001, *pnpA02B, *USC0140, *USC0141
  36. ExcludeFromSelect.NTPPC = mca_01bb, *CPQ4410, *CPQ4411, mca_8eff, *PNPA022, *WDC2001, *FDC0950, *pnpa030, *pnpa031, *pnpa032, *USC0142, *USC0143, *USC0240, FLASHPNT_SCSI, CPQFWS2E_SCSI
  37. ExcludeFromSelect.NTAlpha = mca_7f4c, mca_7f4d, mca_7f4f, MF\EISA_ZDS2000_DEV2, OLISCSI_SCSI, mca_004e, mca_01ba, mca_01bb, *CPQ4410, *CPQ4411, mca_8eff, *PNPA022, *WDC2001, *FDC0950, *pnpa030, *pnpa031, *pnpa032, *pnpa003, *ctl2001, *pnpA02B
  38. ExcludeFromSelect.NTAlpha = *USC0140, *USC0141, *USC0142, *USC0143, *USC0240, FLASHPNT_SCSI, CPQFWS2E_SCSI
  39. ExcludeFromSelect.NTMIPS = MF\EISA_ZDS2000_DEV2, *CPQ4410, *CPQ4411, mca_8eff, *PNPA022, *WDC2001, *FDC0950, *pnpa030, *pnpa031, *pnpa032, *pnpa003, *ctl2001, *pnpA02B, *USC0140, *USC0141, *USC0142, *USC0143, *USC0240, FLASHPNT_SCSI, CPQFWS2E_SCSI
  40.  
  41. ;
  42. ; Exclude the generic (non-PCI) IDE description from all platforms.  We can't do this globally (i.e.,
  43. ; "ExcludeFromSelect" with no suffix) because then we'll think it was hidden because we wanted that to
  44. ; be the migration name.
  45. ;
  46. ExcludeFromSelect.NTPPC = *PNP0600
  47. ExcludeFromSelect.NTAlpha = *PNP0600
  48. ExcludeFromSelect.NTMIPS = *PNP0600
  49. ExcludeFromSelect.NTx86 = *PNP0600
  50.  
  51. [Manufacturer]
  52. %PROMISE%=Promise
  53.  
  54. ;****************************
  55. ;Promise Manufacturer device list
  56. [Promise]
  57. %FASTTRAK.DeviceDesc%               = fasttrak_Inst, SCSIADAPTER\FASTTRAK
  58. ;%PCI\VEN_105A&DEV_4D33.DeviceDesc% = fasttrak_Inst, PCI\VEN_105A&DEV_4D33
  59.  
  60. [fasttrak_Inst]
  61. CopyFiles = @fasttrak.sys
  62. Reboot
  63.  
  64. [fasttrak_Inst.Services]
  65. AddService = fasttrak, %SPSVCINST_ASSOCSERVICE%, fasttrak_Service_Inst, Miniport_EventLog_Inst
  66.  
  67. [fasttrak_Service_Inst]
  68. ServiceType    = %SERVICE_KERNEL_DRIVER%
  69. StartType      = %SERVICE_BOOT_START%
  70. ErrorControl   = %SERVICE_ERROR_NORMAL%
  71. ServiceBinary  = %12%\fasttrak.sys
  72. LoadOrderGroup = SCSI Miniport
  73.  
  74.  
  75. ;*************************************************************
  76. ;The EventLog entries are the same for all SCSI miniports.
  77. [Miniport_EventLog_Inst]
  78. AddReg = Miniport_EventLog_AddReg
  79.  
  80. [Miniport_EventLog_AddReg]
  81. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  82. HKR,,TypesSupported,%REG_DWORD%,7
  83. [Strings]
  84. PROMISE = "Promise technology Inc."
  85. FASTTRAK.DeviceDesc="Promise FastTrak PCI RAID Driver (NT)"
  86. ;PCI\VEN_105A&DEV_4D33.DeviceDesc = %FASTTRAK.DeviceDesc%
  87.  
  88.  
  89. ;*******************************************
  90. ;Handy macro substitutions (non-localizable)
  91. SPSVCINST_ASSOCSERVICE = 0x00000002
  92. SERVICE_KERNEL_DRIVER  = 1
  93. SERVICE_BOOT_START     = 0
  94. SERVICE_ERROR_NORMAL   = 1
  95. REG_EXPAND_SZ          = 0x00020000
  96. REG_DWORD              = 0x00010001
  97.