home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 February / cicawindowscollection199702-1.iso / disc1 / drivers / video / ob600ss.exe / OB600SS.INF next >
INI File  |  1995-04-07  |  5KB  |  189 lines

  1. ; OB600SS.INF
  2. ; Installation of PCMCIA Support for OmniBook 600C 
  3. ; Copyright 1994 Hewlett-Packard Corporation
  4.  
  5. ; ---------------------------------------------------------------------------
  6. ; Version Section
  7. ; ---------------------------------------------------------------------------
  8. ; Note: LAYOUT.INF resides in the WINDOWS\INF and describes the
  9. ; Windows 95 distribution file layout.  This is needed for finding PCCARD
  10. ; and related files.
  11.  
  12. [Version]
  13. Signature="$WINDOWS 95$"
  14. Class=PCMCIA
  15. Provider=%HPMfg%
  16. LayoutFile=LAYOUT.INF
  17.  
  18. ; ---------------------------------------------------------------------------
  19. ; Class Install Section
  20. ; ---------------------------------------------------------------------------
  21. ; Add the PCMCIA class.
  22.  
  23. [ClassInstall]
  24. AddReg=ClassAddReg
  25.  
  26. [ClassAddReg]
  27. HKR,,,,%ClassName%
  28. HKR,,Installer,,PCMCIA.cpl
  29. HKR,,Icon,,0
  30. HKR,,EnumPropPages,,"PCMCIA.cpl, EnumClassPropPages"
  31. HKR,,Memory,3,00,00,0C,00,FF,FF,0D,00,00,40,00,00
  32.  
  33. ; ---------------------------------------------------------------------------
  34. ; Manufacturer Section
  35. ; ---------------------------------------------------------------------------
  36. ; Specify the name of the manufacturer-name section.
  37.  
  38. [Manufacturer]
  39. %HPMfg%=HPMfgName
  40.  
  41. ; ---------------------------------------------------------------------------
  42. ; Manufacturer Name Section
  43. ; ---------------------------------------------------------------------------
  44. ; Specify the install section name and the device-id.
  45.  
  46. [HPMfgName]
  47. %HPOB600PCMCIA%=OB600PCMCIA,*HWPC0A1
  48.  
  49. ; ---------------------------------------------------------------------------
  50. ; Install Section
  51. ; ---------------------------------------------------------------------------
  52.  
  53. [OB600PCMCIA]
  54. LogConfig=*HWPC0A1.LC0
  55. CopyFiles=CSCopyfiles, @ob600ss.vxd, @pccard.vxd
  56. AddReg=CSReg, OB600PCMCIAReg, MAINIODUPReg
  57.  
  58. ; purpose ???
  59.  
  60. [OB600PCMCIA.HW]
  61. AddReg=SSReg
  62.  
  63. ; purpose ???
  64.  
  65. [OB600PCMCIAReg]
  66. HKR,,Driver,,"ob600ss.vxd"
  67. HKR,,Properties,,"PCMCIA.cpl, PCICProperties"
  68.  
  69. ; ---------------------------------------------------------------------------
  70. ; PosDup Section
  71. ; ---------------------------------------------------------------------------
  72. ; Attempt to avoid an unnecessary conflict with the HWPC0A1 node that
  73. ; is known to Windows 95 because it is present in the PnP BIOS.
  74.  
  75. [Device-Id.PosDup]
  76. *HWPC0A1
  77.  
  78. ; ---------------------------------------------------------------------------
  79. ; Logical Configuration Section
  80. ; ---------------------------------------------------------------------------
  81. ; IO range and IRQ number are hardwired to these values.
  82.  
  83. [*HWPC0A1.LC0]
  84. ConfigPriority=HARDWIRED
  85. IOConfig=EC-ED(3ff::)
  86. IRQConfig=9
  87.  
  88. ; ---------------------------------------------------------------------------
  89. ; Source Disks Files Section
  90. ; ---------------------------------------------------------------------------
  91.  
  92. [SourceDisksFiles]
  93. ob600ss.vxd=1
  94. pccard.vxd=1
  95.  
  96. ; ---------------------------------------------------------------------------
  97. ; Source Disks Names Section
  98. ; ---------------------------------------------------------------------------
  99.  
  100. [SourceDisksNames]
  101. 1="HP SS Installation Disk","",0000
  102.  
  103. ;----------------------------------------------------------------------------
  104. ; File-List Section
  105. ;----------------------------------------------------------------------------
  106. ; Card Services files to be obtained from Win95 distribution disks.
  107.  
  108. ; How do we know what this list should be?  Seems like this needs to
  109. ; be picked up from Windows 95!!!!
  110.  
  111. [CSCopyfiles]
  112. csmapper.sys
  113. carddrv.exe
  114. SRAMMTD.VXD
  115. FLS1MTD.VXD
  116. FLS2MTD.VXD
  117.  
  118. ; ---------------------------------------------------------------------------
  119. ; Add Registry Section(s)
  120. ; ---------------------------------------------------------------------------
  121.  
  122. ; Should be specified in a Windows 95 file shouldn't it?
  123.  
  124. [CSReg]
  125. HKR,,DevLoader,,"PCCARD.vxd"
  126.  
  127. ; Purpose ???
  128.  
  129. [SSReg]
  130. HKR,,ConfigFlags,3,01,00,00,00
  131.  
  132. ; ---------------------------------------------------------------------------
  133. ; Destination Directories Section
  134. ; ---------------------------------------------------------------------------
  135.  
  136. [DestinationDirs]
  137. DefaultDestDir=11               ; LDID_SYS => system directory
  138.  
  139. ; Purpose ???
  140.  
  141. [MAINIODUPReg]
  142. HKR,,MainIODup,3,01
  143.  
  144. ; Purpose ???
  145.  
  146. [ForceCopy]
  147. HKR,,NoSetupUI,,1
  148.  
  149. ;----------------------------------------------------------------------------
  150. ; File Removal Sections
  151. ;----------------------------------------------------------------------------
  152. ;
  153. ; Config.Sys drivers to remove
  154. ;
  155. [ConfigSysDrivers]
  156.  
  157. ; HP real mode socket services
  158.  
  159. OBSS.EXE
  160.  
  161. ; SystemSoft PCMCIA support
  162.  
  163. CS.EXE
  164. CS_APM.EXE
  165. CSALLOC.EXE
  166. ATADRV.EXE
  167. MTSRAM.EXE      
  168. MTDDRV.EXE      
  169. CARDID.EXE
  170.  
  171. ; Autoexec.Bat drivers to remove
  172.  
  173. [AutoexecBatDrivers]
  174. ; None for OmniBook
  175.  
  176. ; System.Ini drivers to remove
  177.  
  178. [SystemIniDrivers]
  179. ; None for OmniBook
  180.  
  181. ;----------------------------------------------------------------------------
  182. ; Strings Section
  183. ;----------------------------------------------------------------------------
  184.  
  185. [Strings]
  186. ClassName="PCMCIA socket"
  187. HPMfg="Hewlett-Packard"
  188. HPOB600PCMCIA="HP OmniBook 600 PCMCIA controller"
  189.