Just thought I would post this to help out other on the net and others that are searching via google.

I bet your having a heck of a time trying to load your PCMCIA NIC under DOS to ghost or what not. So here's what will make it work


Config.sys
DEVICE=A:\net\HIMEM.SYS
Device=a:\net\emm386.exe noems x=D000-D7FF
files=30

Protocol.ini
DRIVERNAME = XIRCOM$
INT = 3
MEMORY = 0xD2000
ISAIRQ

I had a heck of a time trying to load this NIC under DOS on a Dell Latitude C810 and this was the fix....The "ISAIRQ" undocumented was the trick to it all

Just thought I would pass on what I've learned