Subject: Re: PCMCIA support fails on Peacock Challenger 590
To: Matthias Scheler <tron@lyssa.owl.de>
From: Angelos D. Keromytis <angelos@dsl.cis.upenn.edu>
List: port-i386
Date: 05/16/1997 04:20:18
>pcmcia0: slot 0 failed to get cis info 19.
>

I remember i had a similar problem with my wavelan card; what i did to
get rid of it was change pcmcia_get_cisver1() to accept both (maj = 4,
min = 1) and (maj = 5, min = 0). I also get a warning after that
(broken id for card...) but the card works just fine.
Cheers,
-Angelos