home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 December / VPR0012B.BIN / DRIVER / IODATA / CICN120 / CICN120.EXE / DISK.EXE / WIN2000 / DUO32W2K.INF < prev    next >
Windows Setup INFormation  |  2000-06-30  |  3KB  |  113 lines

  1. ;
  2. ;    I-O DATA CI-iCN Series DuoATA Card (CardBus 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 = PCI\VEN_10FC&DEV_0003&SUBSYS_000310FC&REV_01
  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.32% = CBIDE2_32Bit_Inst,PCI\VEN_10FC&DEV_0003&SUBSYS_000310FC&REV_01
  42.  
  43. ;*************************************************************
  44. ; CBIDE2_32Bit_Inst
  45. ;*************************************************************
  46.  
  47. [CBIDE2_32Bit_Inst]
  48. CopyFiles = @DUO32W2K.SYS
  49. AddReg    = cardbus_interface_type
  50.  
  51. [CBIDE2_32Bit_Inst.Services]
  52. AddService = DUO32W2K, %SPSVCINST_ASSOCSERVICE%, CBIDE2_32Bit_Service_Inst, Miniport_EventLog_Inst
  53. AddReg     = cardbus_interface_type
  54.  
  55. [CBIDE2_32Bit_Service_Inst]
  56. ServiceType    = %SERVICE_KERNEL_DRIVER%
  57. StartType      = %SERVICE_BOOT_START%
  58. ErrorControl   = %SERVICE_ERROR_NORMAL%
  59. ServiceBinary  = %12%\DUO32W2K.SYS
  60. LoadOrderGroup = SCSI Miniport
  61. AddReg         = pnpsafe_pci_addreg
  62. AddReg         = option_string
  63.  
  64. ;*************************************************************
  65. ;These addreg sections should be used when installins services to indicate
  66. ;which interface types are safe for PNP and which aren't.  INTERFACE_TYPE
  67. ;is defined in NTDDK.H
  68.  
  69. [pnpsafe_pci_addreg]
  70. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  71.  
  72. [pnpsafe_isa_addreg]
  73. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
  74.  
  75. [pnpsafe_pcmcia_addreg]
  76. ; isa with no legacy detection
  77. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000011
  78.  
  79. [cardbus_interface_type]
  80. HKR, "ScsiPort", "LegacyInterfaceType", 0x00010001, 0x00000005
  81.  
  82. [pcmcia_interface_type]
  83. HKR, "ScsiPort", "LegacyInterfaceType", 0x00010001, 0x00000008
  84.  
  85. [option_string]
  86. ;Default Option String
  87. HKR, "Parameters\Device", "DriverParameter", REG_EXPAND_SZ, ""
  88.  
  89. ;*************************************************************
  90. ;The EventLog entries are the same for all SCSI miniports.
  91. [Miniport_EventLog_Inst]
  92. AddReg = Miniport_EventLog_AddReg
  93.  
  94. [Miniport_EventLog_AddReg]
  95. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  96. HKR,,TypesSupported,%REG_DWORD%,7
  97.  
  98. ;*************************************************************
  99. [Strings]
  100. SCSIClassName="SCSI and RAID controllers"
  101. String0="I-O DATA"
  102. String1="I-O DATA DEVICE,INC."
  103. CBIDE2.32="CI-iCN Series DuoATA Card (CardBus Mode)"
  104.  
  105. ;*******************************************
  106. ;Handy macro substitutions (non-localizable)
  107. SPSVCINST_ASSOCSERVICE = 0x00000002
  108. SERVICE_KERNEL_DRIVER  = 1
  109. SERVICE_BOOT_START     = 0
  110. SERVICE_ERROR_NORMAL   = 1
  111. REG_EXPAND_SZ          = 0x00020000
  112. REG_DWORD              = 0x00010001
  113.