Hi,

I am trying to build a set of drivers for a multifunction pc-card. It has a
wlan part , a modem. The problem is that the card has a CIS that reports a
single function. I am loading the wlan driver and the serial port driver via
the wlan one, but Cardmapwindow fails in the serial driver (I am using the
sample serial driver from microsoft). The drivers when loaded individually
(but not together) run fine. Any ideas on how to resolve this? The wlan uses
an ndis miniport driver.

Thanks!

RE: Multifunction card problems by davli

davli
Mon Feb 02 20:33:50 CST 2004

I do not have good suggestion except you have to write a combo driver (NDIS
driver also expose serial interface). This problem can be easily solve by
future release windows CE.