home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / virtualdrive / virtualdrive.exe / Files / INF / Win2k / cdawdm.inf
Encoding:
Windows Setup INFormation  |  2002-08-13  |  3.4 KB  |  129 lines

  1. ; CDAWDM.INF -- This is a INF that installs support
  2. ;                for the Cdawdm device under both
  3. ;                Windows 98 and Windows 2000
  4. ;
  5.  
  6. ; Copyright (c) 1993,1999 Farstone Corporation
  7.  
  8. [Version]
  9. ;;;signature="$CHICAGO$"
  10. signature="$Windows NT$"      
  11. Class=SCSIAdapter
  12. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  13. Provider=%INF_PROVIDER%
  14. DriverVer=08/15/2001                                            ;;;,7.0.010729
  15. ;CatalogFile.NTx86=ahntx86.cat  ; Sample catalog file names for ntx86
  16. ;;;CatalogFile=cdawdm2k.cat          ; and win98
  17.  
  18. ;;;[SourceDisksNames]
  19. ;;;1 = %FLOPPY_DESCRIPTION%,,,\Win98
  20. ;;;2 = %FLOPPY_DESCRIPTION%,,,\WinNT
  21.  
  22.  
  23. [SourceDisksFiles]
  24. cdawdm.mpd = 1
  25.  
  26. ;;;[SourceDisksFiles.x86]
  27. ;;;cdawdm.sys = 2,\x86
  28.  
  29.  
  30.  
  31. ; Table of Contents
  32. [Manufacturer]
  33. %ADP%=FARSTONE
  34.  
  35. ;**************************************
  36. ;Adaptec-manufacturer device list
  37. [FARSTONE]
  38. %*CDAWDM2001.DeviceDesc%= CDAWDM,*cdawdm2     
  39.  
  40. ;********************************Adaptec Driver Installation Sections
  41. ;
  42. ;;;[CDAWDM]
  43. ;;;CopyFiles=@CDAWDM.MPD
  44. ;;;AddReg=IOS,CDAWDM.Reg
  45. ;;;DelFiles=ASPIDEV             ;???
  46. ;;;UpdateInis=DoubleBuffer      ;??? 
  47. ;;;;;;LogConfig=*ADP1540.LogConfig ;???   why*
  48. ;;;LogConfig=*CDAWDM.LogConfig
  49.  
  50.  
  51. ;;; later when I have time, I shopuld try use the follwoing 
  52. ;;;  to replace [CDAWDM.NTx86]
  53. ;;;2000 install, borrowed from CDS4
  54. [CDAWDM]
  55. ;;;;;;;CopyFiles=@CDAWDM.SYS
  56. LogConfig=*CDAWDM.LogConfig      ;???
  57. ;;;;;;LogConfig=CDAWDM.LogConfigOverride
  58.  
  59.  
  60. [CDAWDM.REG]
  61. HKR,,PortDriver,,CDAWDM.MPD
  62.  
  63. [CDAWDM.NTx86]
  64. ;;;CopyFiles=@CDAWDM.SYS
  65. LogConfig=*CDAWDM.LogConfig      ;???
  66. ;;;;;;LogConfig=CDAWDM.LogConfigOverride
  67.  
  68. [CDAWDM.NTx86.Services]
  69. AddService = cdawdm, 2, cdawdm_Service_Inst, Miniport_EventLog_Inst
  70.  
  71. [cdawdm_Service_Inst]
  72. ServiceType    = 1      ; SERVICE_KERNEL_DRIVER
  73. StartType      = 1;    ;;;///0      ; SERVICE_BOOT_START
  74. ErrorControl   = 1      ; SERVICE_ERROR_NORMAL
  75. ServiceBinary  = %12%\cdawdm.sys
  76. LoadOrderGroup = SCSI Miniport
  77. AddReg         = pnpsafe_isa_addreg
  78.  
  79. [pnpsafe_isa_addreg]
  80. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
  81.  
  82. [*CDAWDM.LogConfig]
  83. ;;;ConfigPriority = HARDRECONFIG
  84. ;;;IOConfig       = 130-133(3FF::),230-233(3FF::),330-333(3FF::),134-137(3FF::),234-237(3FF::),334-337(3FF::)
  85. ;;;IRQConfig      = 9,10,11,12,14,15
  86. ;;;DMAConfig      = W:5,6,7
  87. ;;;ConfigPriority = NORMAL
  88. ConfigPriority=DESIRED
  89. ;;;IOConfig      = 1@0-FFFF%FFFF(FFFF::)
  90.  
  91.  
  92. ;********************************IOS common section
  93. [IOS]
  94. HKR,,DevLoader,,*IOS
  95. HKR,,DontLoadIfConflict,,"Y"
  96.  
  97. [ASPIDEV]
  98. VASPID.VXD
  99.  
  100. [DoubleBuffer]
  101. %31%\msdos.sys,Options,,"DoubleBuffer=1"
  102.  
  103.  
  104. ;*************************************************************
  105. ;The NT EventLog entries are the same for all SCSI miniports.
  106. [Miniport_EventLog_Inst]
  107. AddReg = Miniport_EventLog_AddReg
  108.  
  109. [Miniport_EventLog_AddReg]
  110. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  111. HKR,,TypesSupported,0x00010001,7
  112.  
  113.  
  114. ;*****************************************************************
  115. [DestinationDirs]
  116. ASPIDEV = 11                    ; delete from SYSTEM dir if exists
  117. DefaultDestDir = 12             ; DIRID_DRIVERS (this is IOSubsys on
  118.                                 ; Win95, and System32\Drivers on NT)
  119.  
  120. [Strings]
  121. INF_PROVIDER="Far Stone"
  122. ADP="Far Stone"
  123. FLOPPY_DESCRIPTION="FarStone Drivers Disk"
  124. *CDAWDM2001.DeviceDesc="FarStone CDAWDM2001 SCSI Host Adapter"
  125.  
  126.  
  127.  
  128.  
  129.