A SERVICE OF

logo

System Configurations 3-13
MX2A137REFGD Revision A MX2 Reference Guide
I/O PC Card Support Configuration
The Configuration Utility has an option for support of I/O cards. This
option will download the Phoenix Super Client Driver (PCMSCD.EXE)
to the C:\PCM subdirectory on the MX2. It will also add the command
for loading of this driver to the CONFIG.SYS file. The CONFIG.SYS
and AUTOEXEC.BAT files below were created by eliminating ATA
card support and adding I/O card support to DEFAULT.CFG.
FILES = 30
REM ------------------------------------
REM Phoenix Card and Socket services
REM for accessing PC Cards
REM ------------------------------------
device = c:\pcm\cnfignam.exe /NORMAL
device = c:\pcm\pcmssit.exe
device = c:\pcm\pcmcs.exe
device = c:\pcm\pcmscd.exe
Figure 3-9 CONFIG.SYS File on Drive C for I/O PC Card Support
REM -------------------------------------
REM The following lines set up default
REM parameters for some environment
REM variables. These lines may be
REM modified or overridden in the USER
REM section below.
REM -------------------------------------
set prompt=$p$g
set dircmd=/ogn /p
REM -------------------------------------
REM The following section is for
REM customized user entries.
REM Insert user-specific options and
REM commands here.
REM -------------------------------------
REM The following lines add system
REM components to the PATH and runs the
REM main application executable, if one
REM was specified.
REM -------------------------------------
IF EXIST c:\bparams.ini copy c:\bparams.ini PARAMS
set path=c:\;c:\dos;%path%
Figure 3-10 AUTOEXEC.BAT File on Drive C for I/O Card Support