home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAideRAIDvt6410 / DriverDisk / win98-me / VIARAID.INF < prev    next >
Windows Setup INFormation  |  2003-10-31  |  2KB  |  89 lines

  1. [Version]
  2. signature="$CHICAGO$"
  3. CatalogFile=viaraid.cat
  4. ;Class=hdc
  5. ;ClassGUID={4d36e96a-e325-11ce-bfc1-08002be10318}
  6. Class=SCSIAdapter
  7. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  8. Provider=%VIA%
  9. DriverVer=10/17/2003,2.0.950.210
  10.  
  11. ; Class Install
  12. ;[ClassInstall32.NT]
  13. ;Addreg=HDC_Class
  14.  
  15. ;[HDC_Class]
  16. ;HKR,,,,%HDCClassName%
  17.  
  18. ; Class Install
  19. [ClassInstall32.NT]
  20. Addreg=SCSIReg
  21.  
  22. [SCSIReg]
  23. HKR,,,,%SCSIClassName%
  24. HKR,,Installer32,,"SysSetup.Dll,ScsiClassInstaller"
  25. HKR,,Icon,,"-10"
  26. HKR,,LegacyInfOption,,"SCSI"
  27.  
  28. [Manufacturer]
  29. %VIA%=VIA
  30.  
  31. [VIA]
  32. %PCI\VEN_1106&DEV_3164.DeviceDesc% = viaraid, PCI\VEN_1106&DEV_3164
  33. [DestinationDirs]
  34. DefaultDestDir = 12 ; DIRID_DRIVERS
  35. System32Dir    = 11 ; System32
  36. MoveMiniPort   = 12;
  37.  
  38. ;*********************** VIA RAID VT3164 ************************
  39. [viaraid]
  40. CopyFiles=MoveMiniPort
  41. AddReg=ios,viaraid.reg
  42. Reboot
  43. ;*************************************************************
  44. ;These addreg sections should be used when installins services to indicate
  45. ;which interface types are safe for PNP and which aren't.  INTERFACE_TYPE
  46. ;is defined in NTDDK.H
  47.  
  48. [pnpsafe_pci_addreg]
  49. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  50.  
  51. [pnpsafe_isa_addreg]
  52. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
  53.  
  54. [pnpsafe_eisa_addreg]
  55. HKR, "Parameters\PnpInterface", "2", 0x00010001, 0x00000001
  56.  
  57. [pnpsafe_mca_addreg]
  58. HKR, "Parameters\PnpInterface", "3", 0x00010001, 0x00000001
  59.  
  60. [cardbus_interface_type]
  61. HKR, "ScsiPort", "LegacyInterfaceType", 0x00010001, 0x00000005
  62.  
  63. ;*************************************************************
  64. [IOS]
  65. HKR,,DevLoader,,*IOS
  66. HKR,,DontLoadIfConflict,,"Y"
  67.  
  68. [viaraid.reg]
  69. HKR,,PortDriver,,viaraid.mpd
  70.  
  71. [SourceDisksFiles]
  72. viaraid.mpd = 1
  73. viaraid.inf = 1
  74. vraidvsd.vxd = 1
  75.  
  76. [MoveMiniPort]
  77. viaraid.mpd
  78. vraidvsd.vxd
  79.  
  80. [SourceDisksNames]
  81. 1 = %VIA_DiskNames%,, 
  82.  
  83. [strings]
  84. HDCClassName            = "Hard disk controllers"
  85. SCSIClassName        = "VIA RAID Controller"
  86. VIA="VIA Technologies, Inc."
  87. VIA_DiskNames           = ""
  88. PCI\VEN_1106&DEV_3164.DeviceDesc = "VIA VT6410 IDE RAID Controller"
  89.