home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / viaSATAraidVT8237 / DriverDisk / PIDE / Winxp / viapide.inf < prev   
Windows Setup INFormation  |  2003-10-31  |  2KB  |  95 lines

  1. ; Copyright (c) 2003 VIA Technologies, Inc.
  2. ; ****************************************************************************
  3. ; ****************************************************************************
  4. ; **    Filename:  VIAPIDE.INF
  5. ; **    Revision:  
  6. ; **    Date:      01/23/2003
  7. ; **    Abstract:  Windows* INF File for VIA 4149 
  8. ; ****************************************************************************
  9. ; ****************************************************************************
  10.  
  11. [Version]
  12. signature="$CHICAGO$"
  13. Class=SCSIAdapter
  14. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  15. Provider=%VIA%
  16. CatalogFile=viapdsk.cat
  17. DriverVer=10/30/2003,5.1.2600.104
  18.  
  19.  
  20. [DestinationDirs]
  21. DefaultDestDir = 12 ; DIRID_DRIVERS
  22. CopyRAIDDir = 12
  23.  
  24.  
  25. [CopyRAIDDir]
  26. viapdsk.sys
  27.  
  28. [SourceDisksNames]
  29. 1 = %DiskName1%,,,
  30.  
  31. [SourceDisksFiles]
  32. viapdsk.sys = 1
  33.  
  34. [Manufacturer]
  35. %VIA-Drivers%=VIA_RAID
  36.  
  37.  
  38. [VIA_RAID]
  39. %4149.DeviceDesc%= VIAPDSK, PCI\VEN_1106&DEV_4149
  40.  
  41. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  42. ;; Controller
  43. ;;
  44. [VIAPDSK]
  45. AddReg = VIAPDSK.addReg 
  46. CopyFiles= CopyRAIDDir 
  47.  
  48. [VIAPDSK.Services]
  49. AddService = viapdsk, 2, VIAPDSK_Service_Inst, VIAPDSK_EventLog_Inst
  50.  
  51.  
  52. [VIAPDSK_Service_Inst]
  53. DisplayName    = %4149.DeviceDesc%
  54. ServiceType    = 1
  55. StartType      = 0
  56. ErrorControl   = 1
  57. ServiceBinary  = %12%\viapdsk.sys
  58. LoadOrderGroup = SCSI Miniport
  59. AddReg         = SpecificParam
  60.  
  61.  
  62. [VIAPDSK_EventLog_Inst]
  63. AddReg = VIAPDSK_EventLog_AddReg
  64.  
  65.  
  66. [VIAPDSK_EventLog_AddReg]
  67. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\viapdsk.sys"
  68. HKR,,TypesSupported,%REG_DWORD%,7
  69.  
  70. [SpecificParam]
  71. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  72.  
  73.  
  74. [VIAPDSK.addReg]
  75.  
  76.  
  77.  
  78.  
  79.  
  80. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  81. ;; string
  82. ;;
  83. [strings]
  84. VIA                 = "VIA Technologies, Inc."
  85. VIA-Drivers         = "VIA ATA/ATAPI Host Controller"
  86. DiskName1           = "VIA VT6420 IDE Driver Diskette"
  87. 4149.DeviceDesc        = "VIA ATA/ATAPI Host Controller"
  88. 4149.PriDeviceDesc    = "Primary Channel"
  89. REG_EXPAND_SZ       = 0x00020000
  90. REG_DWORD           = 0x00010001
  91.  
  92.  
  93.  
  94.  
  95.