home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / drivers / stoscs / trm390 / trm390.inf < prev    next >
Windows Setup INFormation  |  1996-02-11  |  3KB  |  116 lines

  1.  
  2. ;TekRam DC-390 PCI SCSI for WINDOWS 95
  3. ;filename: tekram.inf
  4. ;
  5. ;   This INF will install the following device
  6. ;    Tekram DC-390 PCI SCSI Host Adapter
  7. ;        1 - IO Ports at base from
  8.  
  9.  
  10. [Version]
  11. ; Version Section
  12. ;   Signature="$WINDOWS 95$"
  13. ;   Class=class-name
  14. ;   Provider=INF-Creator
  15. ;   LayoutFile=filename.inf
  16. Signature="$WINDOWS 95$"
  17. Class=SCSIAdapter
  18. Provider=%Msft%
  19.  
  20. [ClassInstall]
  21. AddReg=SCSIReg
  22.  
  23. [ScsiReg]
  24. HKR,,,,%SCSIClassName%
  25. HKR,,Icon,,-10
  26. HKR,,EnumProPages,,"DLL,Entrypoint"
  27.  
  28. [Manufacturer]
  29. ; Manufacturer Section
  30. ;   manufacture-name | %string-key%=manufacturer-name-section
  31. %TRM%=Tekram
  32.  
  33. [Tekram]
  34. ; Manufacturer Name Section
  35. ;   device-description=install-section-name,device-id,[,compatible-device-id]
  36. %PCI\VEN_1022&DEV_2020.DeviceDesc%=DC390.drv,PCI\VEN_1022&DEV_2020
  37.  
  38.  
  39. [DC390.drv]
  40. ; Install Section
  41. ;   LogConfig=log-config-section-name[,log-config-section-name]...
  42. ;   Copyfiles=file-list-section[,<file-list-section>]...
  43. ;   Renfiles=file-list-section[,<file-list-section>]...
  44. ;   Delfiles=file-list-section[,<file-list-section>]...
  45. ;   UpdateInis=update-ini-section[,update-ini-section]...
  46. ;   UpdateIniFields=update-inifields-section[,update-inifields-section]...
  47. ;   AddReg=add-registry-section[,add-registry-section]...
  48. ;   DelReg=del-registry-section[,del-registry-section]...
  49. ;   Ini2Reg=ini-to-registry-section[,ini-to-registry-section]...
  50. ;   UpdateCfgSys=update-config-section
  51. ;   UpdateAutoBat=update-config-section
  52. ;   Reboot | Restart
  53. LogConfig=DC390.Log
  54. CopyFiles = MoveMiniPort
  55. AddReg = IOS,DC390Reg
  56. Reboot
  57.  
  58. [DC390.Log]
  59. ConfigPriority=Reboot
  60. MemConfig=8000@C800-DFFFF%FFFF8000
  61. IOConfig=80@0000-FFFF
  62. IRQConfig=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
  63.  
  64. [IOS]
  65. ; Add Registry Section
  66. ;   reg-root-string,[subkey],[value-name],[flag],[value]
  67. ;    reg-root-string:
  68. ;        HKCR    Same as HKEY_CLASSES_ROOT
  69. ;        HKCU    Same as HKEY_CURRENT_USER
  70. ;        HKLM    Same as HKEY_LOCAL_MACHINE
  71. ;        HKU     Same as HKEY_USERS
  72. ;        HKR     Means relative from the KEY passed into GenInstallEx
  73. ;    subkey:
  74. ;        Optional, Identifies the subkey to set. Has the form Key1\Key2\Key3
  75. ;    value-name:
  76. ;        Optional, Identofies the vale name for the subkey. For string type,
  77. ;        if the value is left empty, the subkey or value-name is set to a
  78. ;        NULL string
  79. ;    flag:
  80. ;        Optional, Determines both the value type and whether the registry
  81. ;        key is replaced if it already exists. Flag is a bit map where:
  82. ;        Bit    ValueMeaning
  83. ;        0    0   (Default) Value is an ANSI string
  84. ;        0    1   Value is a hexadecimal number
  85. ;        1    0   (Default) Replace key if it exists
  86. ;        1    1   Do not replace key if it exists.
  87. ;    value:
  88. ;        Optional
  89. HKR,,DevLoader,,*IOS
  90. HKR,,DontLoadIfConflict,,"Y"
  91.  
  92. [DC390Reg]
  93. HKR,,PortDriver,,trm390.mpd
  94.  
  95.  
  96.  
  97. [DestinationDirs]
  98.  
  99. MoveMiniPort=12
  100. DefaultDestDirs=30,bin        ; Windows\iosubsys (12 -- iosubsys directory)
  101.  
  102. [SourcesDisksFiles]
  103. trm390.mpd = 1
  104.  
  105. [SourceDisksNames]
  106. 1 = ,,,,
  107.  
  108. [MoveMiniPort]
  109. trm390.mpd
  110.  
  111. [Strings]
  112. TRM= "Tekram Technology Co., Ltd."
  113. Msft = "Tekram Technology Co., Ltd."
  114. PCI\VEN_1022&DEV_2020.DeviceDesc="Tekram DC-390 PCI SCSI Adapter"
  115.  
  116.