Metropoli BBS
VIEWER: ob600ss.inf MODE: TEXT (ASCII)
; OB600SS.INF
; Installation of PCMCIA Support for OmniBook 600C 
; Copyright 1994 Hewlett-Packard Corporation

; ---------------------------------------------------------------------------
; Version Section
; ---------------------------------------------------------------------------
; Note: LAYOUT.INF resides in the WINDOWS\INF and describes the
; Windows 95 distribution file layout.  This is needed for finding PCCARD
; and related files.

[Version]
Signature="$WINDOWS 95$"
Class=PCMCIA
Provider=%HPMfg%
LayoutFile=LAYOUT.INF

; ---------------------------------------------------------------------------
; Class Install Section
; ---------------------------------------------------------------------------
; Add the PCMCIA class.

[ClassInstall]
AddReg=ClassAddReg

[ClassAddReg]
HKR,,,,%ClassName%
HKR,,Installer,,PCMCIA.cpl
HKR,,Icon,,0
HKR,,EnumPropPages,,"PCMCIA.cpl, EnumClassPropPages"
HKR,,Memory,3,00,00,0C,00,FF,FF,0D,00,00,40,00,00

; ---------------------------------------------------------------------------
; Manufacturer Section
; ---------------------------------------------------------------------------
; Specify the name of the manufacturer-name section.

[Manufacturer]
%HPMfg%=HPMfgName

; ---------------------------------------------------------------------------
; Manufacturer Name Section
; ---------------------------------------------------------------------------
; Specify the install section name and the device-id.

[HPMfgName]
%HPOB600PCMCIA%=OB600PCMCIA,*HWPC0A1

; ---------------------------------------------------------------------------
; Install Section
; ---------------------------------------------------------------------------

[OB600PCMCIA]
LogConfig=*HWPC0A1.LC0
CopyFiles=CSCopyfiles, @ob600ss.vxd, @pccard.vxd
AddReg=CSReg, OB600PCMCIAReg, MAINIODUPReg

; purpose ???

[OB600PCMCIA.HW]
AddReg=SSReg

; purpose ???

[OB600PCMCIAReg]
HKR,,Driver,,"ob600ss.vxd"
HKR,,Properties,,"PCMCIA.cpl, PCICProperties"

; ---------------------------------------------------------------------------
; PosDup Section
; ---------------------------------------------------------------------------
; Attempt to avoid an unnecessary conflict with the HWPC0A1 node that
; is known to Windows 95 because it is present in the PnP BIOS.
 
[Device-Id.PosDup]
*HWPC0A1

; ---------------------------------------------------------------------------
; Logical Configuration Section
; ---------------------------------------------------------------------------
; IO range and IRQ number are hardwired to these values.

[*HWPC0A1.LC0]
ConfigPriority=HARDWIRED
IOConfig=EC-ED(3ff::)
IRQConfig=9

; ---------------------------------------------------------------------------
; Source Disks Files Section
; ---------------------------------------------------------------------------

[SourceDisksFiles]
ob600ss.vxd=1
pccard.vxd=1

; ---------------------------------------------------------------------------
; Source Disks Names Section
; ---------------------------------------------------------------------------

[SourceDisksNames]
1="HP SS Installation Disk","",0000

;----------------------------------------------------------------------------
; File-List Section
;----------------------------------------------------------------------------
; Card Services files to be obtained from Win95 distribution disks.

; How do we know what this list should be?  Seems like this needs to
; be picked up from Windows 95!!!!

[CSCopyfiles]
csmapper.sys
carddrv.exe
SRAMMTD.VXD
FLS1MTD.VXD
FLS2MTD.VXD

; ---------------------------------------------------------------------------
; Add Registry Section(s)
; ---------------------------------------------------------------------------

; Should be specified in a Windows 95 file shouldn't it?

[CSReg]
HKR,,DevLoader,,"PCCARD.vxd"

; Purpose ???

[SSReg]
HKR,,ConfigFlags,3,01,00,00,00

; ---------------------------------------------------------------------------
; Destination Directories Section
; ---------------------------------------------------------------------------

[DestinationDirs]
DefaultDestDir=11               ; LDID_SYS => system directory

; Purpose ???

[MAINIODUPReg]
HKR,,MainIODup,3,01

; Purpose ???

[ForceCopy]
HKR,,NoSetupUI,,1

;----------------------------------------------------------------------------
; File Removal Sections
;----------------------------------------------------------------------------
;
; Config.Sys drivers to remove
;
[ConfigSysDrivers]

; HP real mode socket services

OBSS.EXE

; SystemSoft PCMCIA support

CS.EXE
CS_APM.EXE
CSALLOC.EXE
ATADRV.EXE
MTSRAM.EXE      
MTDDRV.EXE      
CARDID.EXE

; Autoexec.Bat drivers to remove

[AutoexecBatDrivers]
; None for OmniBook

; System.Ini drivers to remove

[SystemIniDrivers]
; None for OmniBook

;----------------------------------------------------------------------------
; Strings Section
;----------------------------------------------------------------------------

[Strings]
ClassName="PCMCIA socket"
HPMfg="Hewlett-Packard"
HPOB600PCMCIA="HP OmniBook 600 PCMCIA controller"
[ RETURN TO DIRECTORY ]