home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / viaSATAraidVT8237 / DriverDisk / SATA / TXTSETUP.OEM next >
Text File  |  2003-11-18  |  4KB  |  124 lines

  1. #
  2. # format for txtsetup.oem.
  3. #
  4. # General format:
  5. #
  6. # [section]
  7. # key = value1,value2,...
  8. #
  9. #
  10. # The hash ('#') introduces a comment.
  11. # Strings with embedded spaces, commas, or hashes should be double-quoted
  12. #
  13.  
  14.  
  15. # This section lists all disks in the disk set.
  16. #
  17. # <description> is a descriptive name for a disk, used when
  18. #   prompting for the disk
  19. # <tagfile> is a file whose presence allows setup to recognize
  20. #   that the disk is inserted.
  21. # <directory> is where the files are located on the disk.
  22. #
  23.  
  24. [Disks]
  25. d1 = "VIA Serial ATA RAID Controller Driver ", \VT8237, \winxp
  26. d2 = "VIA Serial ATA RAID Controller Driver ", \VT8237, \win2000
  27. d3 = "VIA Serial ATA RAID Controller Driver ", \VT8237, \winnt40
  28. d4 = "VIA Serial ATA RAID Controller Driver ", \VT8237, \2003ia32
  29.  
  30.  
  31. # This section lists the default selection for each 'required'
  32. # hardware component.  If a line is not present for a component,
  33. # the default defaults to the first item in the [<component_name>]
  34. # section (see below).
  35. #
  36. # <component_name> is one of computer, display, keyboard, mouse, scsi
  37. # <id> is a unique <within the component> string to be associated
  38. #   with an option.
  39.  
  40. [Defaults]
  41.  
  42. scsi = VIARAID_VT3149_XP
  43.  
  44.  
  45.  
  46. # This section lists the options available for a particular component.
  47. #
  48. # <id> is the unique string for the option
  49. # <description> is a text string, presented to the user in a menu
  50. # <key_name> gives the name of the key to be created for the component in
  51. #   HKEY_LOCAL_MACHINE\ControlSet001\Services
  52.  
  53. [scsi]
  54. VIARAID_VT3149_2003IA32 = "VIA Serial ATA RAID Controller(Windows 2003 IA32)",VT8237
  55. VIARAID_VT3149_XP = "VIA Serial ATA RAID Controller(Windows XP)",VT8237
  56. VIARAID_VT3149_2K = "VIA Serial ATA RAID Controller(Windows 2000)",VT8237
  57. VIARAID_VT3149_NT = "VIA Serial ATA RAID Controller(Windows NT4)",VT8237
  58.  
  59.  
  60. # This section lists the files that should be copied if the user
  61. # selects a particular component option.
  62. #
  63. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  64. #   See below.
  65. # <source_disk> identifies where the file is to be copied from, and must
  66. #   match en entry in the [Disks] section.
  67. # <filename> is the name of the file. This will be appended to the
  68. #   directory specified for the disk in the [Disks] section to form the
  69. #   full path of the file on the disk.
  70. #=======================================#
  71. [Files.scsi.VIARAID_VT3149_2003IA32]
  72. driver = d4, viasraid.sys, viasraid
  73. inf = d4, viasraid.inf
  74. ## Cat file directive. It should be marked with non-digital signed driver
  75. catalog = d4, viasraid.cat
  76.  
  77. [Files.scsi.VIARAID_VT3149_XP]
  78. driver = d1, viasraid.sys, viasraid
  79. #dll = d1, setupvia.dll
  80. inf = d1, viasraid.inf
  81. ## Cat file directive. It should be marked with non-digital signed driver
  82. catalog = d1, viasraid.cat
  83.  
  84. [Files.scsi.VIARAID_VT3149_2K]
  85. driver = d2, viasraid.sys, viasraid
  86. #dll = d2, setupvia.dll
  87. inf = d2, viasraid.inf
  88. ## Cat file directive. It should be marked with non-digital signed driver
  89. catalog = d2, viasraid.cat
  90.  
  91. [Files.scsi.VIARAID_VT3149_NT]
  92. driver = d3, viasraid.sys, viasraid
  93. inf = d3, viasraid.inf
  94.  
  95. [HardwareIds.scsi.VIARAID_VT3149_2003IA32]
  96. id = "PCI\VEN_1106&DEV_3149","viasraid"
  97.  
  98. [HardwareIds.scsi.VIARAID_VT3149_XP]
  99. id = "PCI\VEN_1106&DEV_3149","viasraid"
  100.  
  101. [HardwareIds.scsi.VIARAID_VT3149_2K]
  102. id = "PCI\VEN_1106&DEV_3149","viasraid"
  103.  
  104.  
  105.  
  106. # This section specifies values to be set in the registry for
  107. # particular component options.  Required values in the services\xxx
  108. # key are created automatically -- use this section to specify additional
  109. # keys to be created in services\xxx and values in services\xxx and
  110. # services\xxx\yyy.
  111. #
  112. # <key_name> is relative to the services node for this device.
  113. #   If it is empty, then it refers to the services node.
  114. #   If specified, the key is created first.
  115. # <value_name> specifies the value to be set within the key
  116. # <value_type> is a string like REG_DWORD.  See below.
  117. # <value> specifies the actual value; its format depends on <value_type>
  118.  
  119. [Config.VT6420]
  120.  
  121. value = "", Tag, REG_DWORD, 1
  122. #HP-Delete following line
  123. #value = "Parameters\PnpInterface", 5, REG_DWORD, 1
  124.