home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 December / VPR0012B.BIN / DRIVER / IODATA / CBS2108 / CBS2108.EXE / DISK.EXE / WIN2000 / SC16W2K.INF < prev    next >
Windows Setup INFormation  |  2000-02-18  |  2KB  |  99 lines

  1. [Version]
  2. signature="$Windows NT$"
  3. Class=SCSIAdapter
  4. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  5. Provider=%String0%
  6. LayoutFile=LAYOUT.INF
  7.  
  8. [ControlFlags]
  9. ;
  10. ; Exclude the following PnP devices from Select Device list.
  11. ;
  12. ExcludeFromSelect = PCMCIA\IO_DATA-CBSC16_______-73D2
  13.  
  14. ;; Add ---
  15. ; Class Install
  16. [ClassInstall32.NT]
  17. Addreg=SCSIReg
  18.  
  19. [SCSIReg]
  20. HKR,,,,%SCSIClassName%
  21. HKR,,Installer32,,"SysSetup.Dll,ScsiClassInstaller"
  22. HKR,,Icon,,"-10"
  23. HKR,,LegacyInfOption,,"SCSI"
  24. ;; -------
  25.  
  26. [DestinationDirs]
  27. DefaultDestDir=12
  28.  
  29. [Manufacturer]
  30. %String1%=IODATA
  31.  
  32. [IODATA]
  33. %String3%=CBSC16W2, PCMCIA\IO_DATA-CBSC16_______-73D2
  34.  
  35. [CBSC16W2]
  36. CopyFiles=@CBSC16W2.SYS
  37. ;; Add ---
  38. LogConfig = CBSC16W2.LogConfig,CBSC16W2.LogConfig2
  39. ;; -------
  40. ;;;Reboot
  41.  
  42. [CBSC16W2.Services]
  43. AddService = CBSC16W2, %SPSVCINST_ASSOCSERVICE%, CBSC16W2_Service_Inst, Miniport_EventLog_Inst_CBSC16W2
  44.  
  45. [CBSC16W2_Service_Inst]
  46. ServiceType    = %SERVICE_KERNEL_DRIVER%
  47. StartType      = %SERVICE_BOOT_START%
  48. ErrorControl   = %SERVICE_ERROR_NORMAL%
  49. ServiceBinary  = %12%\CBSC16W2.SYS
  50. LoadOrderGroup = SCSI Miniport
  51. ;; Add ---
  52. AddReg         = pnpsafe_isa_addreg
  53. ;; -------
  54.  
  55. ;; Add ---
  56. [CBIDE2_16Bit.LogConfig]
  57. ConfigPriority=HARDRECONFIG
  58.  
  59. [CBIDE2_16Bit.LogConfig2]
  60. ConfigPriority=HARDRECONFIG
  61. ;; -------
  62.  
  63.  
  64. ;; Add ---
  65. [pnpsafe_pci_addreg]
  66. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  67. [pnpsafe_isa_addreg]
  68. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
  69.  
  70. [cardbus_interface_type]
  71. HKR, "ScsiPort", "LegacyInterfaceType", 0x00010001, 0x00000005
  72. ;; -------
  73.  
  74.  
  75. [Miniport_EventLog_Inst_CBSC16W2]
  76. AddReg = Miniport_EventLog_AddReg_CBSC16W2
  77.  
  78. [Miniport_EventLog_AddReg_CBSC16W2]
  79. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  80. HKR,,TypesSupported,%REG_DWORD%,7
  81.  
  82. ;;HKLM,%String6%,"DeviceType",%FLG_ADDREG_NOCLOBBER%,"SCSI"
  83. ;;HKLM,%String6%,"Driver",%FLG_ADDREG_NOCLOBBER%,"CBSC16W2"
  84.  
  85. [Strings]
  86. String0="I-O DATA"
  87. String1="I-O DATA DEVICE,INC."
  88. String3="CBSCII DuoSCSI Card(16Bit Mode)"
  89. String6="SYSTEM\CurrentControlSet\Services\Pcmcia\DataBase\IO DATA\CBSC16       "
  90. String7="SYSTEM\CurrentControlSet\Services\CBSC16W21\Parameters"
  91.  
  92. SPSVCINST_ASSOCSERVICE = 0x00000002
  93. SERVICE_KERNEL_DRIVER  = 1
  94. SERVICE_BOOT_START     = 0
  95. SERVICE_ERROR_NORMAL   = 1
  96. REG_EXPAND_SZ          = 0x00020000
  97. REG_DWORD              = 0x00010001
  98. ;;FLG_ADDREG_NOCLOBBER   = 0x00000002
  99.