Subject: PCMCIA gurus needed: adding functions on the fly
To: None <current-users@netbsd.org>
From: Martin Husemann <martin@rumolt.teuto.de>
List: current-users
Date: 01/07/1999 07:53:19
Hi!

I've got a pcmcia card which is (due to old Windows 95 version legacy
compatibility problems) designed to provide only CIS info for one function,
while it realy has two.

The Windows drivers detect this card and override the CIS info by special .INF
files.

Can I do the same in the probe routine in our framework? If I recognize the
card, manipulate the passed parameters to get another function in there?
Is there any example that already does this?


Martin