Subject: Re: com_pcmcia.c and Lasat CREDIT288 faxmodem
To: Krister Walfridsson <cato@df.lth.se>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: tech-kern
Date: 12/22/1998 22:56:16
>During attach, the modem gives us the normal port ranges for com1-com4,
>but cfe->num_iospace == 3 in the loop in com_pcmcia_attach(), so the card
>is ignored. When the attach retries, it is given the port range 0x330-0x337
>which the card doesn't seem to like.

	Can you post (or send me privately) the config output printed
with PCMCIAVERBOSE enabled? That sounds broken if it's specifying
iospace==3 and not accepting that port range. Admittedly, the
iospace==3 thing is a slightly klugey heuristic to find the "generic"
config entries.

	- Nathan