:
BASEDEV=PCMCIA.SYS --→ Card Services
BASEDEV=IBM2SS14.SYS --→ Socket Services
BASEDEV=AUTODRV2.SYS --→ Auto Configurator
DEVICE=C:\THINKPAD\VPCMCIA.SYS --→ Virtual Card Services
:
DEVICE=C:\THINKPAD\xxxxxxx.SYS --→ Storage card device driver
:
REM PC_Card_Client_Device_Driver
:
DEVICE=C:\THINKPAD\$ICPMOS2.SYS --→ Power Management Support driver
Example of using only an ATA card:
:
BASEDEV=PCM2ATA.ADD /!DM --→ ATA card device driver
DEVICE=C:\THINKPAD\PCMSSDIF.SYS --→ Storage API device driver
:
BASEDEV=OS2PCARD.DMD --→ Storage Card Device Manager
Example of using an ATA card and an SRAM card:
:
BASEDEV=PCM2ATA.ADD /!DM --→ ATA card device driver
DEVICE=C:\THINKPAD\PCMSSDIF.SYS --→ Storage API device driver
DEVICE=C:\THINKPAD\PCM2SRAM.SYS → SRAM card device driver
BASEDEV=OS2PCARD.DMD --→ Storage Card Device Manager
Example of using an ATA card and a Flash card:
:
BASEDEV=PCM2ATA.ADD /!DM --→ ATA card device driver
DEVICE=C:\THINKPAD\FLSH2MTD.SYS --→ Flash Card Memory Technology driver
DEVICE=C:\THINKPAD\PCMSSDIF.SYS --→ Storage API device driver
DEVICE=C:\THINKPAD\PCM2FLSH.SYS --→ Flash card device driver
:
BASEDEV=OS2PCARD.DMD --→ Storage Card Device Manager
Example of using an ATA card, an SRAM card, and a Flash
card:
:
Rule 1 Card Services and Socket Services must be listed before any
other PCMCIA drivers.
Rule 2 The PCMCIA Power Management Support driver must be listed
after all drivers, at the end of the CONFIG.SYS file.
Rule 3 When using storage cards, the device drivers must be installed
according to the card type.
Chapter 5. Using Your Computer with a PC Card 67