home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Drivere / Via / raid / VIARaid / driver / Winnt40 / viamraid.inf next >
Windows Setup INFormation  |  2005-04-26  |  2KB  |  74 lines

  1. ; VIAMRAID.INF for winnt40
  2. ; All rights reserved by  VIA Technologies, Inc. 2003
  3.  
  4. [Version]
  5. CatalogFile=viamraid.cat
  6. signature="$CHICAGO$"
  7. Class=SCSIAdapter
  8. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  9. Provider=%VIA%
  10. DriverVer=04/07/2005, 4.0.1381.430
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir = 12 ; DIRID_DRIVERS
  14. CopyRAID.NT = 12;
  15.  
  16. [ControlFlags]
  17.  
  18. [Manufacturer]
  19. %VIA%=VIA
  20.  
  21. [VIA]
  22. %PCI\VEN_1106&DEV_3249.DeviceDesc% = VIAMRAID , PCI\VEN_1106&DEV_3249
  23. %PCI\VEN_1106&DEV_3149.DeviceDesc% = VIAMRAID , PCI\VEN_1106&DEV_3149
  24. %PCI\VEN_1106&DEV_3164.DeviceDesc% = VIAMRAID , PCI\VEN_1106&DEV_3164
  25.  
  26. [VIAMRAID.NT]
  27. CopyFiles=CopyRAID.NT
  28. Reboot
  29.  
  30. [VIAMRAID.NT.Services]
  31. AddService = viamraid, 2, VIAMRAID_Service_Inst, Miniport_EventLog_Inst
  32.  
  33.  
  34. [VIAMRAID_Service_Inst]
  35. ServiceType    = 1      ; SERVICE_KERNEL_DRIVER
  36. StartType      = 0      ; SERVICE_BOOT_START
  37. ErrorControl   = 1      ; SERVICE_ERROR_NORMAL
  38. ServiceBinary  = %12%\viamraid.sys
  39. LoadOrderGroup = SCSI Miniport
  40. AddReg         = pnp_pci_addreg
  41.  
  42. [pnp_pci_addreg]
  43. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  44.  
  45. [Miniport_EventLog_Inst]
  46. AddReg = Miniport_EventLog_AddReg
  47.  
  48. [Miniport_EventLog_AddReg]
  49. HKR,,EventMessageFile,%REG_EXPAND_SZ%,%11%%IOLOGMSGDLL%
  50. HKR,,TypesSupported,%REG_DWORD%,7
  51.  
  52. [CopyRAID.NT]
  53. viamraid.sys
  54.  
  55. [SourceDisksFiles]
  56. viamraid.inf = 1
  57. viamraid.sys = 1
  58.  
  59. [SourceDisksNames]
  60. 1 = %DISKNAME1%,,,,
  61. 2 = %DISKNAME2%,,,,
  62.  
  63. [strings]
  64. VIA="VIA Technologies, Inc."
  65. PCI\VEN_1106&DEV_3249.DeviceDesc="VIA RAID Controller"
  66. PCI\VEN_1106&DEV_3149.DeviceDesc="VIA RAID Controller"
  67. PCI\VEN_1106&DEV_3164.DeviceDesc="VIA RAID Controller"
  68.  
  69. REG_EXPAND_SZ=0x00020000
  70. REG_DWORD=0x00010001
  71. IOLOGMSGDLL="\IoLogMsg.dll"
  72. DISKNAME1="VIA RAID Driver Diskette"
  73. DISKNAME2="Windows system"
  74.