Had some success !! Yippe!
Better make some notes before I forget...
SCENARIO
========
6200 series PLC-2
PCMK/A
Dell C510
TI 1420 (Cardbus)
MS-DOS 6.22
Cardsoft Drivers 3.1 mentioned by earlier poster
CONFIG.SYS
==========
DEVICE = C:\DOS\HIMEM.SYS
REM Pay close attention to the lst exclusion X=D300-D3FF
DEVICE = C:\DOS\EMM386.EXE NOEMS HIGHSCAN I=B000-B7FF X=C800-C8FF X=CE00-CEFF X=CF00-CFFF X=D300-DFFF
buffers = 40,0
files = 40
dos = UMB
LASTDRIVE = H
FCBS = 16,0
dos = HIGH
STACKS = 9,256
install = c:\dos\share.exe
REM CardSoft(TM) 3.1 PCMCIA DRIVERS
DEVICEHIGH=C:\CARDSOFT\SS365LP.EXE
DEVICEHIGH=C:\CARDSOFT\CS.EXE
DEVICEHIGH=C:\CARDSOFT\CSALLOC.EXE
rem The following are not needed
rem DEVICEHIGH=C:\CARDSOFT\ATADRV.EXE
rem DEVICEHIGH=C:\CARDSOFT\MTAA.EXE
rem DEVICEHIGH=C:\CARDSOFT\MTAB.EXE
rem DEVICEHIGH=C:\CARDSOFT\MTI1.EXE
rem DEVICEHIGH=C:\CARDSOFT\MTI2P.EXE
rem DEVICEHIGH=C:\CARDSOFT\MTSRAM.EXE
rem DEVICEHIGH=C:\CARDSOFT\MTDDRV.EXE
rem DEVICEHIGH=C:\CARDSOFT\MS-FLASH.SYS
AUTOEXEC.BAT
=============
...
call c:\abic\bin\pcmkinit
REM You may have to pass some parameter to pcmkinit if PCMK card is not initialising into a suitable address
REM Example: PCMKINIT M=D300-D3FF I=3,5,10-12
REM remeber the exclusion used in EMM386 must align with this.
..
Other Notes:
Strategy: First focus on getting the PCMK card working and initialised to an approrpiate address and IRQ under DOS (see below) then update your 6200 SW drivers
Pcmkinit.exe is part if the PCMK Win9x Driver - download from A-B as part of a monster 1784-PC Card bulk driver download
After pcmkinit.exe runs you should hear the beep,
Run pcmklist.exe to check the PCMK card and show allocated address. I aimed for D300-D3FF.
The address allocated by pcmkinit.exe can be specified by switches AND is restricted by the block of memory you exclude in EMM386 - see config.sys above.
Acceptable address for the PCMK card are given in publication 1784-6.5.19-RN2 "Using PCMK card with 6200 series sofwtare"
If you can see the PCMK card configured correctly well done.
Now remember the drivers for the 6200 software need to be updated so the built in KT card drivers will use the PCMK card
This update is explain in same document: 1784-6.5.19-RN2 "Using PCMK card with 6200 series sofwtare"
The update software is also found in the bundle of drivers you downloaded earlier. look for Util_40.zip
Remaining issue: With current config PLC2 complain available memory a bit low but sw still runs ok.
Cardware will not work with Cardbus adapters - the book says so - but clearly Cardsoft does - at least in my case.
Good Luck