Subject: Re: card appears to have bogus CIS
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-kern
Date: 01/28/2006 17:49:18
In article <20060128120314.GB1623@bs-network.net>,
Pierrick Brossin  <pierrick@bs-network.net> wrote:
>Hi,
>
>I'm running NetBSD 3.99.15 and I'm having some problem with pcmcia
>cards. I'm trying get a 54mbps card working on my laptop.
>I bougth a Linksys WPC54G and a D-Link AirPlus G+ DWL-G650+.
>It seems the D-Link could work with the ath driver but I know the
>Linksys will only work if a broadcom driver is coded.
>
>Im having a problem before configuring the card.
>When I insert any of them I get "pcmcia0: card appears to have bogus
>CIS".
>
>I'm open to do any tests needed to make it work (at least I should get
>an "unknown card" message).
>
>I've compiled my kernel with PCMCIAVERBOSE, PCMCIADEBUG, PCMCIACIS_DEBUG
>but I do not get any other message than the "bogus CIS" one.
>

It is 'PCMCIACISDEBUG' and if you compile your kernel with it you need
to also break into ddb (boot -d) and then set pcmciacis_debug to 1. If
you don't want to do this, then just set it to 1 in pcmcia_cis.c

christos