home *** CD-ROM | disk | FTP | other *** search
/ Windows NT Super Tune-Up Kit / PIE-WindowsNTSuperTuneUpKit-1997.iso / DRIVERS / SCSI_CD / NEC_TRAN / T160TR / TXTSETUP.OEM < prev   
Text File  |  1994-09-30  |  3KB  |  137 lines

  1.  
  2. #
  3. # format for txtsetup.oem.
  4. #
  5. # General format:
  6. #
  7. # [section]
  8. # key = value1,value2,...
  9. #
  10. #
  11. # The hash ('#') introduces a comment.
  12. # Strings with embedded spaces, commas, or hashes should be double-quoted
  13. #
  14.  
  15.  
  16. [Disks]
  17.  
  18. # This section lists all disks in the disk set.
  19. #
  20. # <description> is a descriptive name for a disk, used when
  21. #   prompting for the disk
  22. # <tagfile> is a file whose presence allows setup to recognize
  23. #   that the disk is inserted.
  24. # <directory> is where the files are located on the disk.
  25. #
  26.  
  27. d1 = "WINNT Drivers Disk", \disk1, \winnt
  28.  
  29.  
  30. [Defaults]
  31.  
  32. # This section lists the default selection for each 'required'
  33. # hardware component.  If a line is not present for a component,
  34. # the default defaults to the first item in the [<component_name>]
  35. # section (see below).
  36. #
  37. # <component_name> is one of computer, display, keyboard, mouse, scsi
  38. # <id> is a unique <within the component> string to be associated
  39. #   with an option.
  40.  
  41. scsi = t160
  42. scsi = t358
  43. scsi = t348
  44. scsi = t338
  45. #scsi = t128
  46. #scsi = t13b
  47.  
  48.  
  49. [scsi]
  50.  
  51. # This section lists the options available for a particular component.
  52. #
  53. # <id> is the unique string for the option
  54. # <description> is a text string, presented to the user in a menu
  55.  
  56. t160   = "Trantor T160/T260"
  57. t358    = "Trantor MiniSCSI EPP"
  58. t348    = "Trantor MiniSCSI Plus"
  59. t338    = "Trantor MiniSCSI"
  60. #t128    = "Trantor T128/T228"
  61. #t13b    = "Trantor T130B"
  62.  
  63.  
  64.  
  65.  
  66. # This section lists the files that should be copied if the user
  67. # selects a particular component option.
  68. #
  69. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  70. #   See below.
  71. # <source_disk> identifies where the file is to be copied from, and must
  72. #   match en entry in the [Disks] section.
  73. # <filename> is the name of the file. This will be appended to the
  74. #   directory specified for the disk in the [Disks] section to form the
  75. #   full path of the file on the disk.
  76.  
  77. [Files.scsi.t160]
  78.  
  79. driver = d1, t160.sys, t160
  80.  
  81.  
  82. [Files.scsi.t358]
  83.  
  84. driver = d1, t358.sys, t358
  85.  
  86.  
  87. [Files.scsi.t348]
  88.  
  89. driver = d1, t348.sys, t348
  90.  
  91.  
  92. [Files.scsi.t338]
  93.  
  94. driver = d1, t338.sys, t338
  95.  
  96.  
  97. #[Files.scsi.t128]
  98. #
  99. #driver = d1, t128.sys, t128
  100.  
  101.  
  102. #[Files.scsi.t13b]
  103. #
  104. #driver = d1, t13b.sys, t13b
  105.  
  106.  
  107.  
  108.  
  109.  
  110. # This section specifies values to be set in the registry for
  111. # particular component options.  Required values in the services\xxx
  112. # key are created automatically -- use this section to specify additional
  113. # keys to be created in services\xxx and values in services\xxx and
  114. # services\xxx\yyy.
  115. #
  116. # <key_name> is relative to the services node for this device.
  117. #   If it is empty, then it refers to the services node.
  118. #   If specified, the key is created first.
  119. # <value_name> specifies the value to be set within the key
  120. # <value_type> is a string like REG_DWORD.  See below.
  121. # <value> specifies the actual value; its format depends on <value_type>
  122.  
  123.  
  124. [Config.oemscsi]
  125.  
  126. value = "", ErrorControl, REG_DWORD, 0
  127. value = "", Group, REG_SZ, "SCSI miniport"
  128. value = "", Start, REG_DWORD, 1
  129. value = "", Type, REG_DWORD, 1
  130.  
  131.  
  132. [Config.T160]
  133. value = Device0, DriverParameter, REG_SZ, "IRQ=10"
  134.  
  135.  
  136.  
  137.