home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 December / VPR0012B.BIN / DRIVER / IODATA / CBS2108 / CBS2108.EXE / DISK.EXE / WIN2000 / SC32W2K.INF < prev    next >
Windows Setup INFormation  |  2000-02-18  |  2KB  |  93 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 = PCI\VEN_10FC&DEV_0005&SUBSYS_000510FC&REV_01
  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%=CBSC32, PCMCIA\IO_DATA-CBSC32_______-73D2
  34. %String3%=CBSC32, PCI\VEN_10FC&DEV_0005&SUBSYS_000510FC&REV_01
  35.  
  36. [CBSC32]
  37. CopyFiles=@CBSC32.SYS
  38. ;; Add ---
  39. AddReg         = cardbus_interface_type
  40. ;; -------
  41.  
  42. [CBSC32.Services]
  43. AddService = CBSC32, %SPSVCINST_ASSOCSERVICE%, CBSC32_Service_Inst, Miniport_EventLog_Inst_CBSC32
  44. ;; Add ---
  45. AddReg         = cardbus_interface_type
  46. ;; -------
  47.  
  48. [CBSC32_Service_Inst]
  49. ServiceType    = %SERVICE_KERNEL_DRIVER%
  50. StartType      = %SERVICE_BOOT_START%
  51. ErrorControl   = %SERVICE_ERROR_NORMAL%
  52. ServiceBinary  = %12%\CBSC32.SYS
  53. LoadOrderGroup = SCSI Miniport
  54. ;; Add ---
  55. AddReg         = pnpsafe_pci_addreg
  56. ;; -------
  57.  
  58. ;; Add ---
  59. [pnpsafe_pci_addreg]
  60. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  61. [pnpsafe_isa_addreg]
  62. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
  63.  
  64. [cardbus_interface_type]
  65. HKR, "ScsiPort", "LegacyInterfaceType", 0x00010001, 0x00000005
  66. ;; -------
  67.  
  68.  
  69. [Miniport_EventLog_Inst_CBSC32]
  70. AddReg = Miniport_EventLog_AddReg_CBSC32
  71.  
  72. [Miniport_EventLog_AddReg_CBSC32]
  73. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  74. HKR,,TypesSupported,%REG_DWORD%,7
  75.  
  76. ;;HKLM,%String6%,"DeviceType",%FLG_ADDREG_NOCLOBBER%,"SCSI"
  77. ;;HKLM,%String6%,"Driver",%FLG_ADDREG_NOCLOBBER%,"CBSC32"
  78.  
  79. [Strings]
  80. String0="I-O DATA"
  81. String1="I-O DATA DEVICE,INC."
  82. String3="CBSCII DuoSCSI Card(CardBus Mode)"
  83. String6="SYSTEM\CurrentControlSet\Services\Pcmcia\DataBase\IO DATA\CBSC32       "
  84. String7="SYSTEM\CurrentControlSet\Services\CBSC321\Parameters"
  85.  
  86. SPSVCINST_ASSOCSERVICE = 0x00000002
  87. SERVICE_KERNEL_DRIVER  = 1
  88. SERVICE_BOOT_START     = 0
  89. SERVICE_ERROR_NORMAL   = 1
  90. REG_EXPAND_SZ          = 0x00020000
  91. REG_DWORD              = 0x00010001
  92. ;;FLG_ADDREG_NOCLOBBER   = 0x00000002
  93.