home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 August / VPR0008B.BIN / DRIVER / ADAPTEC / W2KV100J / w2k_v100J_pci_drvs.exe / 2930U2 / 2930U2.INF < prev    next >
Windows Setup INFormation  |  2000-04-12  |  4KB  |  161 lines

  1. ;----------------------------------------------------------------
  2. ;
  3. ; OEMSETUP.INF -- This is a preliminary INF that installs support
  4. ;                 for the Adaptec PCI SCSI devices under Win 2000
  5. ;
  6. ; Copyright (c) 2000 Adaptec Incorporated
  7. ;
  8. ;----------------------------------------------------------------
  9.  
  10. ;----------------------------------------------------------------
  11. ;
  12. ; [Version]
  13. ;
  14. ; Class and ClassGUID are defined in devguid.h
  15. ;
  16. ;----------------------------------------------------------------
  17. [Version]
  18. signature="$Windows NT$"
  19. Class=SCSIAdapter
  20. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  21. Provider=%INF_PROVIDER%
  22. CatalogFile="2930u2.cat"
  23. DriverVer=03/15/2000,[3.02]
  24.  
  25.  
  26. ;----------------------------------------------------------------
  27. ;
  28. ; [SourceDisksNames]
  29. ;
  30. ; diskid = description[,[tagfile][,<unused>,subdir]]
  31. ;
  32. ;----------------------------------------------------------------
  33. [SourceDisksNames]
  34. 1 = %FLOPPY_DESCRIPTION%,,,
  35.  
  36. ;----------------------------------------------------------------
  37. ;
  38. ; [SourceDisksFiles.x86]
  39. ;
  40. ; filename_on_source = diskid[,[subdir][,size]]
  41. ;
  42. ;----------------------------------------------------------------
  43. [SourceDisksFiles]
  44. 2930U2.sys= 1,,,,,,,,
  45.  
  46. ;----------------------------------------------------------------
  47. ;
  48. ; [Manufacturer]
  49. ;
  50. ; manufacturer-name 
  51. ; %strkey%=models-section-name
  52. ; [%strkey%=models-section-name] ...
  53. ;
  54. ;----------------------------------------------------------------
  55. ; Table of Contents
  56. [Manufacturer]
  57. %ADP%= ADAPTEC
  58.  
  59. ;----------------------------------------------------------------
  60. ;
  61. ; [ControlFlags]
  62. ;
  63. ;----------------------------------------------------------------
  64. ;[ControlFlags]
  65. ;ExcludFromFiles.x86=
  66. ;CopyFilesOnly=
  67.  
  68. ;----------------------------------------------------------------
  69. ;
  70. ; Models
  71. ;
  72. ; device-description=install-section-name,hw-id[,compatible-id...]
  73. ;
  74. ; "*" indicates that device is supported by more than one
  75. ;     enumerator.
  76. ;
  77. ;----------------------------------------------------------------
  78. [ADAPTEC]
  79. %PCI\VEN_9005&DEV_0011.DeviceDesc% = 2930U2_Inst, PCI\VEN_9005&DEV_0011
  80.  
  81. ;----------------------------------------------------------------
  82. ;
  83. ; Install
  84. ;
  85. ;----------------------------------------------------------------
  86.  
  87. [2930U2_Inst.NT]
  88. CopyFiles=@2930U2.SYS
  89.  
  90. ;----------------------------------------------------------------
  91. ;
  92. ; Services
  93. ;
  94. ; Flag = 0x1 (SPSVCINST_TAGTOFRONT)
  95. ;        Make sure that device loads at
  96. ;        the front of its group
  97. ;
  98. ;----------------------------------------------------------------
  99.  
  100. [2930U2_Inst.NT.Services]
  101. AddService = 2930U2, 0x2, 2930U2_Service_Inst, Miniport_EventLog_Inst,,
  102.  
  103. [2930U2_Service_Inst]
  104. ServiceType    = 1      ; SERVICE_KERNEL_DRIVER
  105. StartType      = 0      ; SERVICE_BOOT_START
  106. ErrorControl   = 1      ; SERVICE_ERROR_NORMAL
  107. ServiceBinary  = %12%\2930U2.sys
  108. LoadOrderGroup = SCSI Miniport
  109. AddReg         = pnpsafe_pci_addreg
  110.  
  111. [pnpsafe_pci_addreg]
  112. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  113.  
  114. [adf6u160_Inst.NT.HW]
  115. DelReg            = LegacyScsiportValues
  116.  
  117. [LegacyScsiportValues]
  118. HKR,Scsiport,BusNumber
  119. HKR,Scsiport,LegacyInterfaceType
  120. HKR,Scsiport,SlotNumber
  121.  
  122. ;----------------------------------------------------------------
  123. ;
  124. ; Event Log Install
  125. ;
  126. ;The NT EventLog entries are the same for all SCSI miniports.
  127. ;
  128. ;----------------------------------------------------------------
  129. [Miniport_EventLog_Inst]
  130. AddReg = Miniport_EventLog_AddReg
  131.  
  132. [Miniport_EventLog_AddReg]
  133. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  134. HKR,,TypesSupported,0x00010001,7
  135.  
  136. ;----------------------------------------------------------------
  137. ;
  138. ; [DestinationDirs]
  139. ;
  140. ; file-list-section=dirid[,subdir]] ... 
  141. ;
  142. ;----------------------------------------------------------------
  143. [DestinationDirs]
  144. DefaultDestDir = 12             ; DIRID_DRIVERS (this is IOSubsys on
  145.                                 ; Win95, and System32\Drivers on NT)
  146.  
  147. ;----------------------------------------------------------------
  148. ;
  149. ; [Strings]
  150. ;
  151. ;----------------------------------------------------------------
  152. [Strings]
  153. INF_PROVIDER="Adaptec"
  154. ADP="Adaptec"
  155. FLOPPY_DESCRIPTION="Windows 2000 Driver Set v1.00"
  156.  
  157. PCI\VEN_9005&DEV_0011.DeviceDesc = "Adaptec AHA-2930U2 - Ultra2 SCSI"
  158.  
  159.  
  160.  
  161.