home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 December / VPR0012B.BIN / DRIVER / IODATA / CICN120 / CICN120.EXE / DISK.EXE / WIN2000 / DUO16W2K.INF next >
Windows Setup INFormation  |  2000-05-19  |  3KB  |  125 lines

  1. ;
  2. ;    I-O DATA CI-iCN Series DuoATA Card (16Bit Mode)  
  3. ;                for Windows2000
  4. ;
  5. ;      Copyright (C) 2000 I-O DATA DEVICE,INC.
  6. ;              All rights reserved.
  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=01/21/2000
  16. #CatalogFile=Duo32w2k.cat
  17.  
  18. [ControlFlags]
  19. ;
  20. ; Exclude the following PnP devices from Select Device list.
  21. ;
  22. ExcludeFromSelect = PCMCIA\IO_DATA-CBIDE2______-1B13
  23.  
  24. ; Class Install
  25. [ClassInstall32.NT]
  26. Addreg=SCSIReg
  27.  
  28. [SCSIReg]
  29. HKR,,,,%SCSIClassName%
  30. HKR,,Installer32,,"SysSetup.Dll,ScsiClassInstaller"
  31. HKR,,Icon,,"-10"
  32. HKR,,LegacyInfOption,,"SCSI"
  33.  
  34. [DestinationDirs]
  35. DefaultDestDir=12
  36.  
  37. [Manufacturer]
  38. %String1%=IODATA
  39.  
  40. [IODATA]
  41. %CBIDE2.16% = CBIDE2_16Bit_Inst,PCMCIA\IO_DATA-CBIDE2______-1B13
  42.  
  43.  
  44. ;*************************************************************
  45. ; CBIDE2_16Bit_Inst
  46. ;*************************************************************
  47.  
  48. [CBIDE2_16Bit_Inst]
  49. CopyFiles = @DUO16W2K.SYS
  50. addReg    = pcmcia_interface_type
  51.  
  52. ;LogConfig = CBIDE2_16Bit.LogConfig,CBIDE2_16Bit.LogConfig2
  53.  
  54. [CBIDE2_16Bit_Inst.Services]
  55. AddService = DUO16W2K, %SPSVCINST_ASSOCSERVICE%, CBIDE2_16Bit_Service_Inst, Miniport_EventLog_Inst
  56. addReg    = pcmcia_interface_type
  57.  
  58.  
  59. [CBIDE2_16Bit_Service_Inst]
  60. ServiceType    = %SERVICE_KERNEL_DRIVER%
  61. StartType      = %SERVICE_BOOT_START%
  62. ErrorControl   = %SERVICE_ERROR_NORMAL%
  63. ServiceBinary  = %12%\DUO16W2K.SYS
  64. LoadOrderGroup = SCSI Miniport
  65. AddReg         = pnpsafe_pcmcia_addreg
  66.  
  67. [CBIDE2_16Bit.LogConfig]
  68. ConfigPriority=HARDRECONFIG
  69. #IOConfig=140-15f,340-35f
  70. #IRQConfig=9,10,11,12
  71.  
  72. [CBIDE2_16Bit.LogConfig2]
  73. ConfigPriority=HARDRECONFIG
  74. #IOConfig=140-15f,340-35f
  75. #IRQConfig=9,10,11,12,15
  76.  
  77.  
  78.  
  79. ;*************************************************************
  80. ;These addreg sections should be used when installins services to indicate
  81. ;which interface types are safe for PNP and which aren't.  INTERFACE_TYPE
  82. ;is defined in NTDDK.H
  83.  
  84. [pnpsafe_pci_addreg]
  85. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  86.  
  87. [pnpsafe_isa_addreg]
  88. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
  89.  
  90. [pnpsafe_pcmcia_addreg]
  91. ; isa with no legacy detection
  92. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000011
  93.  
  94. [cardbus_interface_type]
  95. HKR, "ScsiPort", "LegacyInterfaceType", 0x00010001, 0x00000005
  96.  
  97. [pcmcia_interface_type]
  98. HKR, "ScsiPort", "LegacyInterfaceType", 0x00010001, 0x00000008
  99.  
  100.  
  101. ;*************************************************************
  102. ;The EventLog entries are the same for all SCSI miniports.
  103. [Miniport_EventLog_Inst]
  104. AddReg = Miniport_EventLog_AddReg
  105.  
  106. [Miniport_EventLog_AddReg]
  107. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  108. HKR,,TypesSupported,%REG_DWORD%,7
  109.  
  110. ;*************************************************************
  111. [Strings]
  112. SCSIClassName="SCSI and RAID controllers"
  113. String0="I-O DATA"
  114. String1="I-O DATA DEVICE,INC."
  115. CBIDE2.16="CI-iCN Series DuoATA Card (16Bit Mode)"
  116.  
  117. ;*******************************************
  118. ;Handy macro substitutions (non-localizable)
  119. SPSVCINST_ASSOCSERVICE = 0x00000002
  120. SERVICE_KERNEL_DRIVER  = 1
  121. SERVICE_BOOT_START     = 0
  122. SERVICE_ERROR_NORMAL   = 1
  123. REG_EXPAND_SZ          = 0x00020000
  124. REG_DWORD              = 0x00010001
  125.