home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 December / VPR0012B.BIN / DRIVER / IODATA / UID98120 / UID98120.EXE / DISK.EXE / WIN2000 / UIDEW2K.INF < prev   
Windows Setup INFormation  |  2000-09-22  |  3KB  |  115 lines

  1. ;
  2. ; INF file for I-O DATA "UIDE-98 Series for Windows 2000"
  3. ; Copyright (C) 2000 I-O DATA DEVICE, INC.
  4. ;
  5. ;     INF Version : 1.10
  6. ;     MPD Version : 1.10
  7. ;
  8.  
  9. [Version]
  10. signature="$Windows NT$"
  11. Class=SCSIAdapter
  12. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  13. Provider=%String0%
  14. LayoutFile=layout.inf
  15. DriverVer=09/22/2000,1.10.002.0
  16.  
  17. [SourceDisksNames]
  18. ;
  19. ;    diskid = description[,[tagfile][,<unused>,subdir]]
  20. ;
  21. 1 = %FLOPPY_DESCRIPTION%,,,\WIN2000
  22.  
  23. [SourceDiskFiles]
  24. UIDE982K.SYS = 1
  25.  
  26. ; Class Install
  27. [ClassInstall32.NT]
  28. Addreg=SCSIReg
  29.  
  30. [ControlFlags]
  31. ;
  32. ; Exclude the following PnP devices from Select Device list.
  33. ;
  34. ExcludeFromSelect = PCI\VEN_1191&DEV_0005
  35.  
  36. [SCSIReg]
  37. HKR,,,,%SCSIClassName%
  38. HKR,,Installer32,,"SysSetup.Dll,ScsiClassInstaller"
  39. HKR,,Icon,,"-10"
  40. HKR,,LegacyInfOption,,"SCSI"
  41. HKR,,DeviceType,0x10001,4                       ; FILE_DEVICE_CONTROLLER
  42. HKR,,DeviceCharacteristics,0x10001,0x100        ; Use same security checks on relative opens
  43.  
  44. [DestinationDirs]
  45. DefaultDestDir = 12  ; DIRID_DRIVERS = System32\Drivers directory
  46.  
  47. [Manufacturer]
  48. %String1%=IODATA
  49.  
  50. [IODATA]
  51. %String2%=UIDE98_W2K_Inst,PCI\VEN_1191&DEV_0005
  52.  
  53. [UIDE98_W2K_Inst]
  54. CopyFiles=@UIDE982K.SYS
  55.  
  56. [UIDE98_W2K_Inst.Services]
  57. AddService = Uide982k, %SPSVCINST_ASSOCSERVICE%, UIDE98_W2K_Service_Inst, Miniport_EventLog_Inst
  58.  
  59. [UIDE98_W2K_Service_Inst]
  60. ServiceType    = %SERVICE_KERNEL_DRIVER%
  61. StartType      = %SERVICE_BOOT_START%
  62. ErrorControl   = %SERVICE_ERROR_NORMAL%
  63. ServiceBinary  = %12%\UIDE982K.SYS
  64. LoadOrderGroup = SCSI Miniport
  65. AddReg         = pnpsafe_pci_addreg
  66. AddReg         = bus_type_ide
  67.  
  68. ;*************************************************************
  69. ;These addreg sections should be used when installing services to indicate
  70. ;which interface types are safe for PNP and which aren't.  INTERFACE_TYPE
  71. ;is defined in NTDDK.H
  72. ;
  73. [pnpsafe_pci_addreg]
  74. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  75.  
  76. ;*************************************************************
  77. ;These addreg sections should be used for non-SCSI miniports 
  78. ;to indicate what STORAGE_BUS_TYPE they actually do support.
  79. ;
  80. [bus_type_ide]
  81. HKR, "Parameters", "BusType", 0x00010001, 0x00000003
  82.  
  83. ;*************************************************************
  84. ;The EventLog entries are the same for all SCSI miniports.
  85. ;
  86. [Miniport_EventLog_Inst]
  87. AddReg = Miniport_EventLog_AddReg
  88.  
  89. [Miniport_EventLog_AddReg]
  90. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  91. HKR,,TypesSupported,%REG_DWORD%,7
  92.  
  93. ;*************************************************************
  94. ;Strings
  95. ;
  96. ; SCSIClassName = "SCSI and RAID controllers"
  97. ; FLOPPY_DESCRIPTION="UIDE-98 Series Support Software"
  98. ;
  99. [Strings]
  100. SCSIClassName = "SCSI と RAID コントローラ"
  101. FLOPPY_DESCRIPTION="UIDE-98 シリーズサポートソフト"
  102. String0="I-O DATA"
  103. String1="I-O DATA DEVICE,INC."
  104. String2="I-O DATA UIDE-98 Ultra ATA Bus Mastering Controller"
  105.  
  106. ;*************************************************************
  107. ;Handy macro substitutions (non-localizable)
  108. ;
  109. SPSVCINST_ASSOCSERVICE = 0x00000002
  110. SERVICE_KERNEL_DRIVER = 1
  111. SERVICE_BOOT_START = 0
  112. SERVICE_ERROR_NORMAL = 1
  113. REG_EXPAND_SZ = 0x00020000
  114. REG_DWORD = 0x00010001
  115.